Shades of Deep Lilac #9953AB
Tints of Deep Lilac #9953AB
RGB
CMYK
RGB Variations
Color information
#9953AB (or 0x9953AB) is known color: Deep Lilac. HEX triplet: 99, 53 and AB. RGB value is (153,83,171). Sum of RGB (Red+Green+Blue) = 153+83+171=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9953AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953AB is #66AC54. Grayscale: #717171. Windows color (decimal): -6728789 or 11228057. OLE color: 11228057.
HSL color Cylindrical-coordinate representation of color #9953AB: hue angle of 287.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9953AB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 83 | 171 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.33 |
| HSL | 287.73º | 0.35% | 0.5% | - |
| HSV(B) | 287.73º | 0.51% | 0.67% | - |
| XYZ | 23.58 | 15.9 | 40.35 | - |
| YUV | 113.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 171 | 0.11 | 0.51 | 0 | 0.33 | 287.73 | 0.35 | 0.5 |
| Hex | 99 | 53 | AB | B | 33 | 0 | 21 | 120 | 23 | 32 |
| Octal | 231 | 123 | 253 | 13 | 63 | 0 | 41 | 440 | 43 | 62 |
| Binary | 10011001 | 1010011 | 10101011 | 1011 | 110011 | 0 | 100001 | 100100000 | 100011 | 110010 |
Color Harmonies of #9953AB
Complementary color
Monochromatic Colors of #9953AB
Black with #9953AB
Text Example
Text Example
White with #9953AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953AB; }
p { color: rgb(153,83,171); }
H1.HeaderClassName
{
color: #9953AB;
}
.AnyTagClassName
{
color: #9953AB;
}
</style>
background-color css
<style>
a { background-color: #9953AB; }
a { background-color: rgb(153,83,171); }
div.DivClassName
{
background-color: #9953AB;
}
.BgClassName
{
background-color: #9953AB;
}
</style>
border-color css
<style>
span { border-color: #9953AB; }
span { border-color: rgb(153,83,171); }
td.TdClassName
{
border-color: #9953AB;
}
.TagClassName
{
border-color: #9953AB;
}
</style>