Shades of Deep Lilac #9E4FCD
Tints of Deep Lilac #9E4FCD
RGB
CMYK
RGB Variations
Color information
#9E4FCD (or 0x9E4FCD) is known color: Deep Lilac. HEX triplet: 9E, 4F and CD. RGB value is (158,79,205). Sum of RGB (Red+Green+Blue) = 158+79+205=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FCD is #61B032. Grayscale: #747474. Windows color (decimal): -6402099 or 13455262. OLE color: 13455262.
HSL color Cylindrical-coordinate representation of color #9E4FCD: hue angle of 277.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4FCD is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 79 | 205 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.20 |
| HSL | 277.62º | 0.56% | 0.56% | - |
| HSV(B) | 277.62º | 0.61% | 0.8% | - |
| XYZ | 27.92 | 17.27 | 59.62 | - |
| YUV | 116.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 205 | 0.23 | 0.61 | 0 | 0.20 | 277.62 | 0.56 | 0.56 |
| Hex | 9E | 4F | CD | 17 | 3D | 0 | 14 | 116 | 38 | 38 |
| Octal | 236 | 117 | 315 | 27 | 75 | 0 | 24 | 426 | 70 | 70 |
| Binary | 10011110 | 1001111 | 11001101 | 10111 | 111101 | 0 | 10100 | 100010110 | 111000 | 111000 |
Color Harmonies of #9E4FCD
Complementary color
Monochromatic Colors of #9E4FCD
Black with #9E4FCD
Text Example
Text Example
White with #9E4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FCD; }
p { color: rgb(158,79,205); }
H1.HeaderClassName
{
color: #9E4FCD;
}
.AnyTagClassName
{
color: #9E4FCD;
}
</style>
background-color css
<style>
a { background-color: #9E4FCD; }
a { background-color: rgb(158,79,205); }
div.DivClassName
{
background-color: #9E4FCD;
}
.BgClassName
{
background-color: #9E4FCD;
}
</style>
border-color css
<style>
span { border-color: #9E4FCD; }
span { border-color: rgb(158,79,205); }
td.TdClassName
{
border-color: #9E4FCD;
}
.TagClassName
{
border-color: #9E4FCD;
}
</style>