Shades of Deep Lilac #994ECE
Tints of Deep Lilac #994ECE
RGB
CMYK
RGB Variations
Color information
#994ECE (or 0x994ECE) is known color: Deep Lilac. HEX triplet: 99, 4E and CE. RGB value is (153,78,206). Sum of RGB (Red+Green+Blue) = 153+78+206=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #994ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994ECE is #66B131. Grayscale: #727272. Windows color (decimal): -6730034 or 13520537. OLE color: 13520537.
HSL color Cylindrical-coordinate representation of color #994ECE: hue angle of 275.16º 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 #994ECE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 78 | 206 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.19 |
| HSL | 275.16º | 0.57% | 0.56% | - |
| HSV(B) | 275.16º | 0.62% | 0.81% | - |
| XYZ | 27 | 16.68 | 60.19 | - |
| YUV | 115.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 206 | 0.26 | 0.62 | 0 | 0.19 | 275.16 | 0.57 | 0.56 |
| Hex | 99 | 4E | CE | 1A | 3E | 0 | 13 | 113 | 39 | 38 |
| Octal | 231 | 116 | 316 | 32 | 76 | 0 | 23 | 423 | 71 | 70 |
| Binary | 10011001 | 1001110 | 11001110 | 11010 | 111110 | 0 | 10011 | 100010011 | 111001 | 111000 |
Color Harmonies of #994ECE
Complementary color
Monochromatic Colors of #994ECE
Black with #994ECE
Text Example
Text Example
White with #994ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ECE; }
p { color: rgb(153,78,206); }
H1.HeaderClassName
{
color: #994ECE;
}
.AnyTagClassName
{
color: #994ECE;
}
</style>
background-color css
<style>
a { background-color: #994ECE; }
a { background-color: rgb(153,78,206); }
div.DivClassName
{
background-color: #994ECE;
}
.BgClassName
{
background-color: #994ECE;
}
</style>
border-color css
<style>
span { border-color: #994ECE; }
span { border-color: rgb(153,78,206); }
td.TdClassName
{
border-color: #994ECE;
}
.TagClassName
{
border-color: #994ECE;
}
</style>