Random Color Generator

#913088 Color

Color Codes
Hex Code #913088
RGB Code rgb(145, 48, 136)
HSL Code hsl(306, 50%, 38%)

#913088 Color Syntax

rgb()

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

 main {
    background-color: rgb(145, 48, 136);
   }

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(306, 50%, 38%);
  }

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 #913088

RGB Code Hex Code Preview
rgb(145, 48, 136, 10%) #9130881a  
rgb(145, 48, 136, 20%) #91308833  
rgb(145, 48, 136, 40%) #9130884C  
rgb(145, 48, 136, 60%) #91308899  
rgb(145, 48, 136, 80%) #913088CC  
rgb(145, 48, 136, 100%) #913088FF  

Saturated and desaturated colors of #913088

HSL Code Preview
hsl(306, 10%, 38%)  
hsl(306, 20%, 38%)  
hsl(306, 40%, 38%)  
hsl(306, 60%, 38%)  
hsl(306, 80%, 38%)  
hsl(306, 100%, 38%)  

#913088 Color Usage In CSS

 body {
    color: #913088;
    }
 p {
    color: rgb(145, 48, 136);
    }
 header {
    border-bottom:1px solid #913088;
    }
Recent Random Colors