Shades of Deep Lilac #994EAD
Tints of Deep Lilac #994EAD
RGB
CMYK
RGB Variations
Color information
#994EAD (or 0x994EAD) is known color: Deep Lilac. HEX triplet: 99, 4E and AD. RGB value is (153,78,173). Sum of RGB (Red+Green+Blue) = 153+78+173=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #994EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994EAD is #66B152. Grayscale: #6E6E6E. Windows color (decimal): -6730067 or 11357849. OLE color: 11357849.
HSL color Cylindrical-coordinate representation of color #994EAD: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994EAD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 78 | 173 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.32 |
| HSL | 287.37º | 0.38% | 0.49% | - |
| HSV(B) | 287.37º | 0.55% | 0.68% | - |
| XYZ | 23.4 | 15.24 | 41.24 | - |
| YUV | 111.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 173 | 0.12 | 0.55 | 0 | 0.32 | 287.37 | 0.38 | 0.49 |
| Hex | 99 | 4E | AD | C | 37 | 0 | 20 | 11F | 26 | 31 |
| Octal | 231 | 116 | 255 | 14 | 67 | 0 | 40 | 437 | 46 | 61 |
| Binary | 10011001 | 1001110 | 10101101 | 1100 | 110111 | 0 | 100000 | 100011111 | 100110 | 110001 |
Color Harmonies of #994EAD
Complementary color
Monochromatic Colors of #994EAD
Black with #994EAD
Text Example
Text Example
White with #994EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EAD; }
p { color: rgb(153,78,173); }
H1.HeaderClassName
{
color: #994EAD;
}
.AnyTagClassName
{
color: #994EAD;
}
</style>
background-color css
<style>
a { background-color: #994EAD; }
a { background-color: rgb(153,78,173); }
div.DivClassName
{
background-color: #994EAD;
}
.BgClassName
{
background-color: #994EAD;
}
</style>
border-color css
<style>
span { border-color: #994EAD; }
span { border-color: rgb(153,78,173); }
td.TdClassName
{
border-color: #994EAD;
}
.TagClassName
{
border-color: #994EAD;
}
</style>