Random Color Generator

#940748 Color

Color Codes
Hex Code #940748
RGB Code rgb(148, 07, 72)
HSL Code hsl(332, 91%, 30%)

#940748 Color Syntax

rgb()

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

 main {
    background-color: rgb(148, 07, 72);
   }

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(332, 91%, 30%);
  }

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

RGB Code Hex Code Preview
rgb(148, 07, 72, 10%) #9407481a  
rgb(148, 07, 72, 20%) #94074833  
rgb(148, 07, 72, 40%) #9407484C  
rgb(148, 07, 72, 60%) #94074899  
rgb(148, 07, 72, 80%) #940748CC  
rgb(148, 07, 72, 100%) #940748FF  

Saturated and desaturated colors of #940748

HSL Code Preview
hsl(332, 10%, 30%)  
hsl(332, 20%, 30%)  
hsl(332, 40%, 30%)  
hsl(332, 60%, 30%)  
hsl(332, 80%, 30%)  
hsl(332, 100%, 30%)  

#940748 Color Usage In CSS

 body {
    color: #940748;
    }
 p {
    color: rgb(148, 07, 72);
    }
 header {
    border-bottom:1px solid #940748;
    }
Recent Random Colors