Shades of Deep Lilac #994EB8
Tints of Deep Lilac #994EB8
RGB
CMYK
RGB Variations
Color information
#994EB8 (or 0x994EB8) is known color: Deep Lilac. HEX triplet: 99, 4E and B8. RGB value is (153,78,184). Sum of RGB (Red+Green+Blue) = 153+78+184=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #994EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EB8 is #66B147. Grayscale: #707070. Windows color (decimal): -6730056 or 12078745. OLE color: 12078745.
HSL color Cylindrical-coordinate representation of color #994EB8: hue angle of 282.45º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994EB8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 78 | 184 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.28 |
| HSL | 282.45º | 0.43% | 0.51% | - |
| HSV(B) | 282.45º | 0.58% | 0.72% | - |
| XYZ | 24.51 | 15.68 | 47.08 | - |
| YUV | 112.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 184 | 0.17 | 0.58 | 0 | 0.28 | 282.45 | 0.43 | 0.51 |
| Hex | 99 | 4E | B8 | 11 | 3A | 0 | 1C | 11A | 2B | 33 |
| Octal | 231 | 116 | 270 | 21 | 72 | 0 | 34 | 432 | 53 | 63 |
| Binary | 10011001 | 1001110 | 10111000 | 10001 | 111010 | 0 | 11100 | 100011010 | 101011 | 110011 |
Color Harmonies of #994EB8
Complementary color
Monochromatic Colors of #994EB8
Black with #994EB8
Text Example
Text Example
White with #994EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EB8; }
p { color: rgb(153,78,184); }
H1.HeaderClassName
{
color: #994EB8;
}
.AnyTagClassName
{
color: #994EB8;
}
</style>
background-color css
<style>
a { background-color: #994EB8; }
a { background-color: rgb(153,78,184); }
div.DivClassName
{
background-color: #994EB8;
}
.BgClassName
{
background-color: #994EB8;
}
</style>
border-color css
<style>
span { border-color: #994EB8; }
span { border-color: rgb(153,78,184); }
td.TdClassName
{
border-color: #994EB8;
}
.TagClassName
{
border-color: #994EB8;
}
</style>