Shades of Deep Lilac #9E4ACE
Tints of Deep Lilac #9E4ACE
RGB
CMYK
RGB Variations
Color information
#9E4ACE (or 0x9E4ACE) is known color: Deep Lilac. HEX triplet: 9E, 4A and CE. RGB value is (158,74,206). Sum of RGB (Red+Green+Blue) = 158+74+206=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ACE is #61B531. Grayscale: #717171. Windows color (decimal): -6403378 or 13519518. OLE color: 13519518.
HSL color Cylindrical-coordinate representation of color #9E4ACE: hue angle of 278.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E4ACE is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 74 | 206 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.19 |
| HSL | 278.18º | 0.57% | 0.55% | - |
| HSV(B) | 278.18º | 0.64% | 0.81% | - |
| XYZ | 27.69 | 16.62 | 60.14 | - |
| YUV | 114.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 206 | 0.23 | 0.64 | 0 | 0.19 | 278.18 | 0.57 | 0.55 |
| Hex | 9E | 4A | CE | 17 | 40 | 0 | 13 | 116 | 39 | 37 |
| Octal | 236 | 112 | 316 | 27 | 100 | 0 | 23 | 426 | 71 | 67 |
| Binary | 10011110 | 1001010 | 11001110 | 10111 | 1000000 | 0 | 10011 | 100010110 | 111001 | 110111 |
Color Harmonies of #9E4ACE
Complementary color
Monochromatic Colors of #9E4ACE
Black with #9E4ACE
Text Example
Text Example
White with #9E4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4ACE; }
p { color: rgb(158,74,206); }
H1.HeaderClassName
{
color: #9E4ACE;
}
.AnyTagClassName
{
color: #9E4ACE;
}
</style>
background-color css
<style>
a { background-color: #9E4ACE; }
a { background-color: rgb(158,74,206); }
div.DivClassName
{
background-color: #9E4ACE;
}
.BgClassName
{
background-color: #9E4ACE;
}
</style>
border-color css
<style>
span { border-color: #9E4ACE; }
span { border-color: rgb(158,74,206); }
td.TdClassName
{
border-color: #9E4ACE;
}
.TagClassName
{
border-color: #9E4ACE;
}
</style>