Shades of Deep Lilac #994DBB
Tints of Deep Lilac #994DBB
RGB
CMYK
RGB Variations
Color information
#994DBB (or 0x994DBB) is known color: Deep Lilac. HEX triplet: 99, 4D and BB. RGB value is (153,77,187). Sum of RGB (Red+Green+Blue) = 153+77+187=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #994DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DBB is #66B244. Grayscale: #6F6F6F. Windows color (decimal): -6730309 or 12275097. OLE color: 12275097.
HSL color Cylindrical-coordinate representation of color #994DBB: hue angle of 281.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994DBB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 77 | 187 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.27 |
| HSL | 281.45º | 0.45% | 0.52% | - |
| HSV(B) | 281.45º | 0.59% | 0.73% | - |
| XYZ | 24.76 | 15.67 | 48.73 | - |
| YUV | 112.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 187 | 0.18 | 0.59 | 0 | 0.27 | 281.45 | 0.45 | 0.52 |
| Hex | 99 | 4D | BB | 12 | 3B | 0 | 1B | 119 | 2D | 34 |
| Octal | 231 | 115 | 273 | 22 | 73 | 0 | 33 | 431 | 55 | 64 |
| Binary | 10011001 | 1001101 | 10111011 | 10010 | 111011 | 0 | 11011 | 100011001 | 101101 | 110100 |
Color Harmonies of #994DBB
Complementary color
Monochromatic Colors of #994DBB
Black with #994DBB
Text Example
Text Example
White with #994DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DBB; }
p { color: rgb(153,77,187); }
H1.HeaderClassName
{
color: #994DBB;
}
.AnyTagClassName
{
color: #994DBB;
}
</style>
background-color css
<style>
a { background-color: #994DBB; }
a { background-color: rgb(153,77,187); }
div.DivClassName
{
background-color: #994DBB;
}
.BgClassName
{
background-color: #994DBB;
}
</style>
border-color css
<style>
span { border-color: #994DBB; }
span { border-color: rgb(153,77,187); }
td.TdClassName
{
border-color: #994DBB;
}
.TagClassName
{
border-color: #994DBB;
}
</style>