Shades of Deep Lilac #9F4ECF
Tints of Deep Lilac #9F4ECF
RGB
CMYK
RGB Variations
Color information
#9F4ECF (or 0x9F4ECF) is known color: Deep Lilac. HEX triplet: 9F, 4E and CF. RGB value is (159,78,207). Sum of RGB (Red+Green+Blue) = 159+78+207=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4ECF is #60B130. Grayscale: #747474. Windows color (decimal): -6336817 or 13586079. OLE color: 13586079.
HSL color Cylindrical-coordinate representation of color #9F4ECF: hue angle of 277.67º 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 #9F4ECF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 78 | 207 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.19 |
| HSL | 277.67º | 0.57% | 0.56% | - |
| HSV(B) | 277.67º | 0.62% | 0.81% | - |
| XYZ | 28.28 | 17.32 | 60.88 | - |
| YUV | 116.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 207 | 0.23 | 0.62 | 0 | 0.19 | 277.67 | 0.57 | 0.56 |
| Hex | 9F | 4E | CF | 17 | 3E | 0 | 13 | 116 | 39 | 38 |
| Octal | 237 | 116 | 317 | 27 | 76 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10011111 | 1001110 | 11001111 | 10111 | 111110 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #9F4ECF
Complementary color
Monochromatic Colors of #9F4ECF
Black with #9F4ECF
Text Example
Text Example
White with #9F4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4ECF; }
p { color: rgb(159,78,207); }
H1.HeaderClassName
{
color: #9F4ECF;
}
.AnyTagClassName
{
color: #9F4ECF;
}
</style>
background-color css
<style>
a { background-color: #9F4ECF; }
a { background-color: rgb(159,78,207); }
div.DivClassName
{
background-color: #9F4ECF;
}
.BgClassName
{
background-color: #9F4ECF;
}
</style>
border-color css
<style>
span { border-color: #9F4ECF; }
span { border-color: rgb(159,78,207); }
td.TdClassName
{
border-color: #9F4ECF;
}
.TagClassName
{
border-color: #9F4ECF;
}
</style>