Shades of Deep Lilac #994DAB
Tints of Deep Lilac #994DAB
RGB
CMYK
RGB Variations
Color information
#994DAB (or 0x994DAB) is known color: Deep Lilac. HEX triplet: 99, 4D and AB. RGB value is (153,77,171). Sum of RGB (Red+Green+Blue) = 153+77+171=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #994DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994DAB is #66B254. Grayscale: #6E6E6E. Windows color (decimal): -6730325 or 11226521. OLE color: 11226521.
HSL color Cylindrical-coordinate representation of color #994DAB: hue angle of 288.51º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994DAB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 77 | 171 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.33 |
| HSL | 288.51º | 0.38% | 0.49% | - |
| HSV(B) | 288.51º | 0.55% | 0.67% | - |
| XYZ | 23.14 | 15.02 | 40.21 | - |
| YUV | 110.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 171 | 0.11 | 0.55 | 0 | 0.33 | 288.51 | 0.38 | 0.49 |
| Hex | 99 | 4D | AB | B | 37 | 0 | 21 | 121 | 26 | 31 |
| Octal | 231 | 115 | 253 | 13 | 67 | 0 | 41 | 441 | 46 | 61 |
| Binary | 10011001 | 1001101 | 10101011 | 1011 | 110111 | 0 | 100001 | 100100001 | 100110 | 110001 |
Color Harmonies of #994DAB
Complementary color
Monochromatic Colors of #994DAB
Black with #994DAB
Text Example
Text Example
White with #994DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DAB; }
p { color: rgb(153,77,171); }
H1.HeaderClassName
{
color: #994DAB;
}
.AnyTagClassName
{
color: #994DAB;
}
</style>
background-color css
<style>
a { background-color: #994DAB; }
a { background-color: rgb(153,77,171); }
div.DivClassName
{
background-color: #994DAB;
}
.BgClassName
{
background-color: #994DAB;
}
</style>
border-color css
<style>
span { border-color: #994DAB; }
span { border-color: rgb(153,77,171); }
td.TdClassName
{
border-color: #994DAB;
}
.TagClassName
{
border-color: #994DAB;
}
</style>