Shades of Deep Lilac #9F4ECD
Tints of Deep Lilac #9F4ECD
RGB
CMYK
RGB Variations
Color information
#9F4ECD (or 0x9F4ECD) is known color: Deep Lilac. HEX triplet: 9F, 4E and CD. RGB value is (159,78,205). Sum of RGB (Red+Green+Blue) = 159+78+205=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 78 (30.86% from 255 or 17.65% 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 #9F4ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4ECD is #60B132. Grayscale: #747474. Windows color (decimal): -6336819 or 13455007. OLE color: 13455007.
HSL color Cylindrical-coordinate representation of color #9F4ECD: hue angle of 278.27º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F4ECD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 78 | 205 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.20 |
| HSL | 278.27º | 0.56% | 0.55% | - |
| HSV(B) | 278.27º | 0.62% | 0.8% | - |
| XYZ | 28.04 | 17.23 | 59.6 | - |
| YUV | 116.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 205 | 0.22 | 0.62 | 0 | 0.20 | 278.27 | 0.56 | 0.55 |
| Hex | 9F | 4E | CD | 16 | 3E | 0 | 14 | 116 | 38 | 37 |
| Octal | 237 | 116 | 315 | 26 | 76 | 0 | 24 | 426 | 70 | 67 |
| Binary | 10011111 | 1001110 | 11001101 | 10110 | 111110 | 0 | 10100 | 100010110 | 111000 | 110111 |
Color Harmonies of #9F4ECD
Complementary color
Monochromatic Colors of #9F4ECD
Black with #9F4ECD
Text Example
Text Example
White with #9F4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4ECD; }
p { color: rgb(159,78,205); }
H1.HeaderClassName
{
color: #9F4ECD;
}
.AnyTagClassName
{
color: #9F4ECD;
}
</style>
background-color css
<style>
a { background-color: #9F4ECD; }
a { background-color: rgb(159,78,205); }
div.DivClassName
{
background-color: #9F4ECD;
}
.BgClassName
{
background-color: #9F4ECD;
}
</style>
border-color css
<style>
span { border-color: #9F4ECD; }
span { border-color: rgb(159,78,205); }
td.TdClassName
{
border-color: #9F4ECD;
}
.TagClassName
{
border-color: #9F4ECD;
}
</style>