Shades of Deep Lilac #9E4BCE
Tints of Deep Lilac #9E4BCE
RGB
CMYK
RGB Variations
Color information
#9E4BCE (or 0x9E4BCE) is known color: Deep Lilac. HEX triplet: 9E, 4B and CE. RGB value is (158,75,206). Sum of RGB (Red+Green+Blue) = 158+75+206=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E4BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BCE is #61B431. Grayscale: #727272. Windows color (decimal): -6403122 or 13519774. OLE color: 13519774.
HSL color Cylindrical-coordinate representation of color #9E4BCE: hue angle of 278.02º 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 #9E4BCE is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 75 | 206 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.19 |
| HSL | 278.02º | 0.57% | 0.55% | - |
| HSV(B) | 278.02º | 0.64% | 0.81% | - |
| XYZ | 27.76 | 16.76 | 60.16 | - |
| YUV | 114.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 206 | 0.23 | 0.64 | 0 | 0.19 | 278.02 | 0.57 | 0.55 |
| Hex | 9E | 4B | CE | 17 | 40 | 0 | 13 | 116 | 39 | 37 |
| Octal | 236 | 113 | 316 | 27 | 100 | 0 | 23 | 426 | 71 | 67 |
| Binary | 10011110 | 1001011 | 11001110 | 10111 | 1000000 | 0 | 10011 | 100010110 | 111001 | 110111 |
Color Harmonies of #9E4BCE
Complementary color
Monochromatic Colors of #9E4BCE
Black with #9E4BCE
Text Example
Text Example
White with #9E4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4BCE; }
p { color: rgb(158,75,206); }
H1.HeaderClassName
{
color: #9E4BCE;
}
.AnyTagClassName
{
color: #9E4BCE;
}
</style>
background-color css
<style>
a { background-color: #9E4BCE; }
a { background-color: rgb(158,75,206); }
div.DivClassName
{
background-color: #9E4BCE;
}
.BgClassName
{
background-color: #9E4BCE;
}
</style>
border-color css
<style>
span { border-color: #9E4BCE; }
span { border-color: rgb(158,75,206); }
td.TdClassName
{
border-color: #9E4BCE;
}
.TagClassName
{
border-color: #9E4BCE;
}
</style>