Shades of Deep Lilac #9F4ECE
Tints of Deep Lilac #9F4ECE
RGB
CMYK
RGB Variations
Color information
#9F4ECE (or 0x9F4ECE) is known color: Deep Lilac. HEX triplet: 9F, 4E and CE. RGB value is (159,78,206). Sum of RGB (Red+Green+Blue) = 159+78+206=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4ECE is #60B131. Grayscale: #747474. Windows color (decimal): -6336818 or 13520543. OLE color: 13520543.
HSL color Cylindrical-coordinate representation of color #9F4ECE: hue angle of 277.97º 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 #9F4ECE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 78 | 206 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.19 |
| HSL | 277.97º | 0.57% | 0.56% | - |
| HSV(B) | 277.97º | 0.62% | 0.81% | - |
| XYZ | 28.16 | 17.28 | 60.24 | - |
| YUV | 116.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 206 | 0.23 | 0.62 | 0 | 0.19 | 277.97 | 0.57 | 0.56 |
| Hex | 9F | 4E | CE | 17 | 3E | 0 | 13 | 116 | 39 | 38 |
| Octal | 237 | 116 | 316 | 27 | 76 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10011111 | 1001110 | 11001110 | 10111 | 111110 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #9F4ECE
Complementary color
Monochromatic Colors of #9F4ECE
Black with #9F4ECE
Text Example
Text Example
White with #9F4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4ECE; }
p { color: rgb(159,78,206); }
H1.HeaderClassName
{
color: #9F4ECE;
}
.AnyTagClassName
{
color: #9F4ECE;
}
</style>
background-color css
<style>
a { background-color: #9F4ECE; }
a { background-color: rgb(159,78,206); }
div.DivClassName
{
background-color: #9F4ECE;
}
.BgClassName
{
background-color: #9F4ECE;
}
</style>
border-color css
<style>
span { border-color: #9F4ECE; }
span { border-color: rgb(159,78,206); }
td.TdClassName
{
border-color: #9F4ECE;
}
.TagClassName
{
border-color: #9F4ECE;
}
</style>