Random Color Generator

#9558ba Color

Color Codes
Hex Code #9558ba
RGB Code rgb(149, 88, 186)
HSL Code hsl(277, 42%, 54%)

#9558ba Color Syntax

rgb()

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

 main {
    background-color: rgb(149, 88, 186);
   }

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(277, 42%, 54%);
  }

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 #9558ba

RGB Code Hex Code Preview
rgb(149, 88, 186, 10%) #9558ba1a  
rgb(149, 88, 186, 20%) #9558ba33  
rgb(149, 88, 186, 40%) #9558ba4C  
rgb(149, 88, 186, 60%) #9558ba99  
rgb(149, 88, 186, 80%) #9558baCC  
rgb(149, 88, 186, 100%) #9558baFF  

Saturated and desaturated colors of #9558ba

HSL Code Preview
hsl(277, 10%, 54%)  
hsl(277, 20%, 54%)  
hsl(277, 40%, 54%)  
hsl(277, 60%, 54%)  
hsl(277, 80%, 54%)  
hsl(277, 100%, 54%)  

#9558ba Color Usage In CSS

 body {
    color: #9558ba;
    }
 p {
    color: rgb(149, 88, 186);
    }
 header {
    border-bottom:1px solid #9558ba;
    }
Recent Random Colors