Shades of Deep Lilac #9944AB
Tints of Deep Lilac #9944AB
RGB
CMYK
RGB Variations
Color information
#9944AB (or 0x9944AB) is known color: Deep Lilac. HEX triplet: 99, 44 and AB. RGB value is (153,68,171). Sum of RGB (Red+Green+Blue) = 153+68+171=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #9944AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9944AB is #66BB54. Grayscale: #686868. Windows color (decimal): -6732629 or 11224217. OLE color: 11224217.
HSL color Cylindrical-coordinate representation of color #9944AB: hue angle of 289.51º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9944AB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 68 | 171 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.33 |
| HSL | 289.51º | 0.43% | 0.47% | - |
| HSV(B) | 289.51º | 0.6% | 0.67% | - |
| XYZ | 22.55 | 13.85 | 40.01 | - |
| YUV | 105.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 171 | 0.11 | 0.60 | 0 | 0.33 | 289.51 | 0.43 | 0.47 |
| Hex | 99 | 44 | AB | B | 3C | 0 | 21 | 122 | 2B | 2F |
| Octal | 231 | 104 | 253 | 13 | 74 | 0 | 41 | 442 | 53 | 57 |
| Binary | 10011001 | 1000100 | 10101011 | 1011 | 111100 | 0 | 100001 | 100100010 | 101011 | 101111 |
Color Harmonies of #9944AB
Complementary color
Monochromatic Colors of #9944AB
Black with #9944AB
Text Example
Text Example
White with #9944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944AB; }
p { color: rgb(153,68,171); }
H1.HeaderClassName
{
color: #9944AB;
}
.AnyTagClassName
{
color: #9944AB;
}
</style>
background-color css
<style>
a { background-color: #9944AB; }
a { background-color: rgb(153,68,171); }
div.DivClassName
{
background-color: #9944AB;
}
.BgClassName
{
background-color: #9944AB;
}
</style>
border-color css
<style>
span { border-color: #9944AB; }
span { border-color: rgb(153,68,171); }
td.TdClassName
{
border-color: #9944AB;
}
.TagClassName
{
border-color: #9944AB;
}
</style>