Shades of Deep Lilac #994EC8
Tints of Deep Lilac #994EC8
RGB
CMYK
RGB Variations
Color information
#994EC8 (or 0x994EC8) is known color: Deep Lilac. HEX triplet: 99, 4E and C8. RGB value is (153,78,200). Sum of RGB (Red+Green+Blue) = 153+78+200=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #994EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EC8 is #66B137. Grayscale: #717171. Windows color (decimal): -6730040 or 13127321. OLE color: 13127321.
HSL color Cylindrical-coordinate representation of color #994EC8: hue angle of 276.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994EC8 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 78 | 200 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.22 |
| HSL | 276.89º | 0.53% | 0.55% | - |
| HSV(B) | 276.89º | 0.61% | 0.78% | - |
| XYZ | 26.29 | 16.39 | 56.42 | - |
| YUV | 114.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 200 | 0.24 | 0.61 | 0 | 0.22 | 276.89 | 0.53 | 0.55 |
| Hex | 99 | 4E | C8 | 18 | 3D | 0 | 16 | 115 | 35 | 37 |
| Octal | 231 | 116 | 310 | 30 | 75 | 0 | 26 | 425 | 65 | 67 |
| Binary | 10011001 | 1001110 | 11001000 | 11000 | 111101 | 0 | 10110 | 100010101 | 110101 | 110111 |
Color Harmonies of #994EC8
Complementary color
Monochromatic Colors of #994EC8
Black with #994EC8
Text Example
Text Example
White with #994EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EC8; }
p { color: rgb(153,78,200); }
H1.HeaderClassName
{
color: #994EC8;
}
.AnyTagClassName
{
color: #994EC8;
}
</style>
background-color css
<style>
a { background-color: #994EC8; }
a { background-color: rgb(153,78,200); }
div.DivClassName
{
background-color: #994EC8;
}
.BgClassName
{
background-color: #994EC8;
}
</style>
border-color css
<style>
span { border-color: #994EC8; }
span { border-color: rgb(153,78,200); }
td.TdClassName
{
border-color: #994EC8;
}
.TagClassName
{
border-color: #994EC8;
}
</style>