Shades of Deep Lilac #9955AB
Tints of Deep Lilac #9955AB
RGB
CMYK
RGB Variations
Color information
#9955AB (or 0x9955AB) is known color: Deep Lilac. HEX triplet: 99, 55 and AB. RGB value is (153,85,171). Sum of RGB (Red+Green+Blue) = 153+85+171=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #9955AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9955AB is #66AA54. Grayscale: #727272. Windows color (decimal): -6728277 or 11228569. OLE color: 11228569.
HSL color Cylindrical-coordinate representation of color #9955AB: hue angle of 287.44º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9955AB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 85 | 171 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.33 |
| HSL | 287.44º | 0.34% | 0.5% | - |
| HSV(B) | 287.44º | 0.5% | 0.67% | - |
| XYZ | 23.74 | 16.21 | 40.41 | - |
| YUV | 115.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 171 | 0.11 | 0.50 | 0 | 0.33 | 287.44 | 0.34 | 0.5 |
| Hex | 99 | 55 | AB | B | 32 | 0 | 21 | 11F | 22 | 32 |
| Octal | 231 | 125 | 253 | 13 | 62 | 0 | 41 | 437 | 42 | 62 |
| Binary | 10011001 | 1010101 | 10101011 | 1011 | 110010 | 0 | 100001 | 100011111 | 100010 | 110010 |
Color Harmonies of #9955AB
Complementary color
Monochromatic Colors of #9955AB
Black with #9955AB
Text Example
Text Example
White with #9955AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955AB; }
p { color: rgb(153,85,171); }
H1.HeaderClassName
{
color: #9955AB;
}
.AnyTagClassName
{
color: #9955AB;
}
</style>
background-color css
<style>
a { background-color: #9955AB; }
a { background-color: rgb(153,85,171); }
div.DivClassName
{
background-color: #9955AB;
}
.BgClassName
{
background-color: #9955AB;
}
</style>
border-color css
<style>
span { border-color: #9955AB; }
span { border-color: rgb(153,85,171); }
td.TdClassName
{
border-color: #9955AB;
}
.TagClassName
{
border-color: #9955AB;
}
</style>