Random Color Generator

#9507b2 Color

Color Codes
Hex Code #9507b2
RGB Code rgb(149, 07, 178)
HSL Code hsl(290, 92%, 36%)

#9507b2 Color Syntax

rgb()

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

 main {
    background-color: rgb(149, 07, 178);
   }

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(290, 92%, 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 #9507b2

RGB Code Hex Code Preview
rgb(149, 07, 178, 10%) #9507b21a  
rgb(149, 07, 178, 20%) #9507b233  
rgb(149, 07, 178, 40%) #9507b24C  
rgb(149, 07, 178, 60%) #9507b299  
rgb(149, 07, 178, 80%) #9507b2CC  
rgb(149, 07, 178, 100%) #9507b2FF  

Saturated and desaturated colors of #9507b2

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

#9507b2 Color Usage In CSS

 body {
    color: #9507b2;
    }
 p {
    color: rgb(149, 07, 178);
    }
 header {
    border-bottom:1px solid #9507b2;
    }
Recent Random Colors