Shades of Deep Lilac #994EC0
Tints of Deep Lilac #994EC0
RGB
CMYK
RGB Variations
Color information
#994EC0 (or 0x994EC0) is known color: Deep Lilac. HEX triplet: 99, 4E and C0. RGB value is (153,78,192). Sum of RGB (Red+Green+Blue) = 153+78+192=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #994EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EC0 is #66B13F. Grayscale: #717171. Windows color (decimal): -6730048 or 12603033. OLE color: 12603033.
HSL color Cylindrical-coordinate representation of color #994EC0: hue angle of 279.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994EC0 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 78 | 192 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.25 |
| HSL | 279.47º | 0.48% | 0.53% | - |
| HSV(B) | 279.47º | 0.59% | 0.75% | - |
| XYZ | 25.38 | 16.03 | 51.63 | - |
| YUV | 113.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 192 | 0.20 | 0.59 | 0 | 0.25 | 279.47 | 0.48 | 0.53 |
| Hex | 99 | 4E | C0 | 14 | 3B | 0 | 19 | 117 | 30 | 35 |
| Octal | 231 | 116 | 300 | 24 | 73 | 0 | 31 | 427 | 60 | 65 |
| Binary | 10011001 | 1001110 | 11000000 | 10100 | 111011 | 0 | 11001 | 100010111 | 110000 | 110101 |
Color Harmonies of #994EC0
Complementary color
Monochromatic Colors of #994EC0
Black with #994EC0
Text Example
Text Example
White with #994EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EC0; }
p { color: rgb(153,78,192); }
H1.HeaderClassName
{
color: #994EC0;
}
.AnyTagClassName
{
color: #994EC0;
}
</style>
background-color css
<style>
a { background-color: #994EC0; }
a { background-color: rgb(153,78,192); }
div.DivClassName
{
background-color: #994EC0;
}
.BgClassName
{
background-color: #994EC0;
}
</style>
border-color css
<style>
span { border-color: #994EC0; }
span { border-color: rgb(153,78,192); }
td.TdClassName
{
border-color: #994EC0;
}
.TagClassName
{
border-color: #994EC0;
}
</style>