Random Color Generator

#97208a Color

Color Codes
Hex Code #97208a
RGB Code rgb(151, 32, 138)
HSL Code hsl(307, 65%, 36%)

#97208a Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(151, 32, 138);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(307, 65%, 36%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #97208a

RGB Code Hex Code Preview
rgb(151, 32, 138, 10%) #97208a1a  
rgb(151, 32, 138, 20%) #97208a33  
rgb(151, 32, 138, 40%) #97208a4C  
rgb(151, 32, 138, 60%) #97208a99  
rgb(151, 32, 138, 80%) #97208aCC  
rgb(151, 32, 138, 100%) #97208aFF  

Saturated and desaturated colors of #97208a

HSL Code Preview
hsl(307, 10%, 36%)  
hsl(307, 20%, 36%)  
hsl(307, 40%, 36%)  
hsl(307, 60%, 36%)  
hsl(307, 80%, 36%)  
hsl(307, 100%, 36%)  

#97208a Color Usage In CSS

 body {
    color: #97208a;
    }
 p {
    color: rgb(151, 32, 138);
    }
 header {
    border-bottom:1px solid #97208a;
    }
Recent Random Colors