Shades of Deep Lilac #994EBC
Tints of Deep Lilac #994EBC
RGB
CMYK
RGB Variations
Color information
#994EBC (or 0x994EBC) is known color: Deep Lilac. HEX triplet: 99, 4E and BC. RGB value is (153,78,188). Sum of RGB (Red+Green+Blue) = 153+78+188=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #994EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EBC is #66B143. Grayscale: #707070. Windows color (decimal): -6730052 or 12340889. OLE color: 12340889.
HSL color Cylindrical-coordinate representation of color #994EBC: hue angle of 280.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994EBC is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 78 | 188 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.26 |
| HSL | 280.91º | 0.45% | 0.52% | - |
| HSV(B) | 280.91º | 0.59% | 0.74% | - |
| XYZ | 24.94 | 15.85 | 49.32 | - |
| YUV | 112.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 188 | 0.19 | 0.59 | 0 | 0.26 | 280.91 | 0.45 | 0.52 |
| Hex | 99 | 4E | BC | 13 | 3B | 0 | 1A | 119 | 2D | 34 |
| Octal | 231 | 116 | 274 | 23 | 73 | 0 | 32 | 431 | 55 | 64 |
| Binary | 10011001 | 1001110 | 10111100 | 10011 | 111011 | 0 | 11010 | 100011001 | 101101 | 110100 |
Color Harmonies of #994EBC
Complementary color
Monochromatic Colors of #994EBC
Black with #994EBC
Text Example
Text Example
White with #994EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EBC; }
p { color: rgb(153,78,188); }
H1.HeaderClassName
{
color: #994EBC;
}
.AnyTagClassName
{
color: #994EBC;
}
</style>
background-color css
<style>
a { background-color: #994EBC; }
a { background-color: rgb(153,78,188); }
div.DivClassName
{
background-color: #994EBC;
}
.BgClassName
{
background-color: #994EBC;
}
</style>
border-color css
<style>
span { border-color: #994EBC; }
span { border-color: rgb(153,78,188); }
td.TdClassName
{
border-color: #994EBC;
}
.TagClassName
{
border-color: #994EBC;
}
</style>