Shades of Deep Lilac #9E4ECE
Tints of Deep Lilac #9E4ECE
RGB
CMYK
RGB Variations
Color information
#9E4ECE (or 0x9E4ECE) is known color: Deep Lilac. HEX triplet: 9E, 4E and CE. RGB value is (158,78,206). Sum of RGB (Red+Green+Blue) = 158+78+206=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4ECE is #61B131. Grayscale: #747474. Windows color (decimal): -6402354 or 13520542. OLE color: 13520542.
HSL color Cylindrical-coordinate representation of color #9E4ECE: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E4ECE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 78 | 206 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.19 |
| HSL | 277.5º | 0.57% | 0.56% | - |
| HSV(B) | 277.5º | 0.62% | 0.81% | - |
| XYZ | 27.97 | 17.17 | 60.23 | - |
| YUV | 116.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 206 | 0.23 | 0.62 | 0 | 0.19 | 277.5 | 0.57 | 0.56 |
| Hex | 9E | 4E | CE | 17 | 3E | 0 | 13 | 116 | 39 | 38 |
| Octal | 236 | 116 | 316 | 27 | 76 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10011110 | 1001110 | 11001110 | 10111 | 111110 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #9E4ECE
Complementary color
Monochromatic Colors of #9E4ECE
Black with #9E4ECE
Text Example
Text Example
White with #9E4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4ECE; }
p { color: rgb(158,78,206); }
H1.HeaderClassName
{
color: #9E4ECE;
}
.AnyTagClassName
{
color: #9E4ECE;
}
</style>
background-color css
<style>
a { background-color: #9E4ECE; }
a { background-color: rgb(158,78,206); }
div.DivClassName
{
background-color: #9E4ECE;
}
.BgClassName
{
background-color: #9E4ECE;
}
</style>
border-color css
<style>
span { border-color: #9E4ECE; }
span { border-color: rgb(158,78,206); }
td.TdClassName
{
border-color: #9E4ECE;
}
.TagClassName
{
border-color: #9E4ECE;
}
</style>