Shades of Deep Lilac #9E5CAE
Tints of Deep Lilac #9E5CAE
RGB
CMYK
RGB Variations
Color information
#9E5CAE (or 0x9E5CAE) is known color: Deep Lilac. HEX triplet: 9E, 5C and AE. RGB value is (158,92,174). Sum of RGB (Red+Green+Blue) = 158+92+174=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5CAE is #61A351. Grayscale: #787878. Windows color (decimal): -6398802 or 11426974. OLE color: 11426974.
HSL color Cylindrical-coordinate representation of color #9E5CAE: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5CAE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 92 | 174 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.32 |
| HSL | 288.29º | 0.34% | 0.52% | - |
| HSV(B) | 288.29º | 0.47% | 0.68% | - |
| XYZ | 25.57 | 17.98 | 42.17 | - |
| YUV | 121.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 174 | 0.09 | 0.47 | 0 | 0.32 | 288.29 | 0.34 | 0.52 |
| Hex | 9E | 5C | AE | 9 | 2F | 0 | 20 | 120 | 22 | 34 |
| Octal | 236 | 134 | 256 | 11 | 57 | 0 | 40 | 440 | 42 | 64 |
| Binary | 10011110 | 1011100 | 10101110 | 1001 | 101111 | 0 | 100000 | 100100000 | 100010 | 110100 |
Color Harmonies of #9E5CAE
Complementary color
Monochromatic Colors of #9E5CAE
Black with #9E5CAE
Text Example
Text Example
White with #9E5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5CAE; }
p { color: rgb(158,92,174); }
H1.HeaderClassName
{
color: #9E5CAE;
}
.AnyTagClassName
{
color: #9E5CAE;
}
</style>
background-color css
<style>
a { background-color: #9E5CAE; }
a { background-color: rgb(158,92,174); }
div.DivClassName
{
background-color: #9E5CAE;
}
.BgClassName
{
background-color: #9E5CAE;
}
</style>
border-color css
<style>
span { border-color: #9E5CAE; }
span { border-color: rgb(158,92,174); }
td.TdClassName
{
border-color: #9E5CAE;
}
.TagClassName
{
border-color: #9E5CAE;
}
</style>