Shades of Deep Lilac #9E4FCC
Tints of Deep Lilac #9E4FCC
RGB
CMYK
RGB Variations
Color information
#9E4FCC (or 0x9E4FCC) is known color: Deep Lilac. HEX triplet: 9E, 4F and CC. RGB value is (158,79,204). Sum of RGB (Red+Green+Blue) = 158+79+204=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FCC is #61B033. Grayscale: #747474. Windows color (decimal): -6402100 or 13389726. OLE color: 13389726.
HSL color Cylindrical-coordinate representation of color #9E4FCC: hue angle of 277.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4FCC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 79 | 204 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.2 |
| HSL | 277.92º | 0.55% | 0.55% | - |
| HSV(B) | 277.92º | 0.61% | 0.8% | - |
| XYZ | 27.8 | 17.22 | 58.99 | - |
| YUV | 116.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 204 | 0.23 | 0.61 | 0 | 0.2 | 277.92 | 0.55 | 0.55 |
| Hex | 9E | 4F | CC | 17 | 3D | 0 | 14 | 116 | 37 | 37 |
| Octal | 236 | 117 | 314 | 27 | 75 | 0 | 24 | 426 | 67 | 67 |
| Binary | 10011110 | 1001111 | 11001100 | 10111 | 111101 | 0 | 10100 | 100010110 | 110111 | 110111 |
Color Harmonies of #9E4FCC
Complementary color
Monochromatic Colors of #9E4FCC
Black with #9E4FCC
Text Example
Text Example
White with #9E4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FCC; }
p { color: rgb(158,79,204); }
H1.HeaderClassName
{
color: #9E4FCC;
}
.AnyTagClassName
{
color: #9E4FCC;
}
</style>
background-color css
<style>
a { background-color: #9E4FCC; }
a { background-color: rgb(158,79,204); }
div.DivClassName
{
background-color: #9E4FCC;
}
.BgClassName
{
background-color: #9E4FCC;
}
</style>
border-color css
<style>
span { border-color: #9E4FCC; }
span { border-color: rgb(158,79,204); }
td.TdClassName
{
border-color: #9E4FCC;
}
.TagClassName
{
border-color: #9E4FCC;
}
</style>