Shades of Deep Lilac #9949AB
Tints of Deep Lilac #9949AB
RGB
CMYK
RGB Variations
Color information
#9949AB (or 0x9949AB) is known color: Deep Lilac. HEX triplet: 99, 49 and AB. RGB value is (153,73,171). Sum of RGB (Red+Green+Blue) = 153+73+171=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #9949AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9949AB is #66B654. Grayscale: #6B6B6B. Windows color (decimal): -6731349 or 11225497. OLE color: 11225497.
HSL color Cylindrical-coordinate representation of color #9949AB: hue angle of 288.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9949AB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 73 | 171 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.33 |
| HSL | 288.98º | 0.4% | 0.48% | - |
| HSV(B) | 288.98º | 0.57% | 0.67% | - |
| XYZ | 22.87 | 14.48 | 40.12 | - |
| YUV | 108.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 171 | 0.11 | 0.57 | 0 | 0.33 | 288.98 | 0.4 | 0.48 |
| Hex | 99 | 49 | AB | B | 39 | 0 | 21 | 121 | 28 | 30 |
| Octal | 231 | 111 | 253 | 13 | 71 | 0 | 41 | 441 | 50 | 60 |
| Binary | 10011001 | 1001001 | 10101011 | 1011 | 111001 | 0 | 100001 | 100100001 | 101000 | 110000 |
Color Harmonies of #9949AB
Complementary color
Monochromatic Colors of #9949AB
Black with #9949AB
Text Example
Text Example
White with #9949AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949AB; }
p { color: rgb(153,73,171); }
H1.HeaderClassName
{
color: #9949AB;
}
.AnyTagClassName
{
color: #9949AB;
}
</style>
background-color css
<style>
a { background-color: #9949AB; }
a { background-color: rgb(153,73,171); }
div.DivClassName
{
background-color: #9949AB;
}
.BgClassName
{
background-color: #9949AB;
}
</style>
border-color css
<style>
span { border-color: #9949AB; }
span { border-color: rgb(153,73,171); }
td.TdClassName
{
border-color: #9949AB;
}
.TagClassName
{
border-color: #9949AB;
}
</style>