Shades of Deep Lilac #9E4CAC
Tints of Deep Lilac #9E4CAC
RGB
CMYK
RGB Variations
Color information
#9E4CAC (or 0x9E4CAC) is known color: Deep Lilac. HEX triplet: 9E, 4C and AC. RGB value is (158,76,172). Sum of RGB (Red+Green+Blue) = 158+76+172=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4CAC is #61B353. Grayscale: #6F6F6F. Windows color (decimal): -6402900 or 11291806. OLE color: 11291806.
HSL color Cylindrical-coordinate representation of color #9E4CAC: hue angle of 291.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4CAC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 76 | 172 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.33 |
| HSL | 291.25º | 0.39% | 0.49% | - |
| HSV(B) | 291.25º | 0.56% | 0.67% | - |
| XYZ | 24.13 | 15.42 | 40.73 | - |
| YUV | 111.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 172 | 0.08 | 0.56 | 0 | 0.33 | 291.25 | 0.39 | 0.49 |
| Hex | 9E | 4C | AC | 8 | 38 | 0 | 21 | 123 | 27 | 31 |
| Octal | 236 | 114 | 254 | 10 | 70 | 0 | 41 | 443 | 47 | 61 |
| Binary | 10011110 | 1001100 | 10101100 | 1000 | 111000 | 0 | 100001 | 100100011 | 100111 | 110001 |
Color Harmonies of #9E4CAC
Complementary color
Monochromatic Colors of #9E4CAC
Black with #9E4CAC
Text Example
Text Example
White with #9E4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4CAC; }
p { color: rgb(158,76,172); }
H1.HeaderClassName
{
color: #9E4CAC;
}
.AnyTagClassName
{
color: #9E4CAC;
}
</style>
background-color css
<style>
a { background-color: #9E4CAC; }
a { background-color: rgb(158,76,172); }
div.DivClassName
{
background-color: #9E4CAC;
}
.BgClassName
{
background-color: #9E4CAC;
}
</style>
border-color css
<style>
span { border-color: #9E4CAC; }
span { border-color: rgb(158,76,172); }
td.TdClassName
{
border-color: #9E4CAC;
}
.TagClassName
{
border-color: #9E4CAC;
}
</style>