Shades of Deep Lilac #9E4ECF
Tints of Deep Lilac #9E4ECF
RGB
CMYK
RGB Variations
Color information
#9E4ECF (or 0x9E4ECF) is known color: Deep Lilac. HEX triplet: 9E, 4E and CF. RGB value is (158,78,207). Sum of RGB (Red+Green+Blue) = 158+78+207=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4ECF is #61B130. Grayscale: #747474. Windows color (decimal): -6402353 or 13586078. OLE color: 13586078.
HSL color Cylindrical-coordinate representation of color #9E4ECF: hue angle of 277.21º 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 #9E4ECF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 78 | 207 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.19 |
| HSL | 277.21º | 0.57% | 0.56% | - |
| HSV(B) | 277.21º | 0.62% | 0.81% | - |
| XYZ | 28.09 | 17.22 | 60.88 | - |
| YUV | 116.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 207 | 0.24 | 0.62 | 0 | 0.19 | 277.21 | 0.57 | 0.56 |
| Hex | 9E | 4E | CF | 18 | 3E | 0 | 13 | 115 | 39 | 38 |
| Octal | 236 | 116 | 317 | 30 | 76 | 0 | 23 | 425 | 71 | 70 |
| Binary | 10011110 | 1001110 | 11001111 | 11000 | 111110 | 0 | 10011 | 100010101 | 111001 | 111000 |
Color Harmonies of #9E4ECF
Complementary color
Monochromatic Colors of #9E4ECF
Black with #9E4ECF
Text Example
Text Example
White with #9E4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4ECF; }
p { color: rgb(158,78,207); }
H1.HeaderClassName
{
color: #9E4ECF;
}
.AnyTagClassName
{
color: #9E4ECF;
}
</style>
background-color css
<style>
a { background-color: #9E4ECF; }
a { background-color: rgb(158,78,207); }
div.DivClassName
{
background-color: #9E4ECF;
}
.BgClassName
{
background-color: #9E4ECF;
}
</style>
border-color css
<style>
span { border-color: #9E4ECF; }
span { border-color: rgb(158,78,207); }
td.TdClassName
{
border-color: #9E4ECF;
}
.TagClassName
{
border-color: #9E4ECF;
}
</style>