Shades of Deep Lilac #9944BA
Tints of Deep Lilac #9944BA
RGB
CMYK
RGB Variations
Color information
#9944BA (or 0x9944BA) is known color: Deep Lilac. HEX triplet: 99, 44 and BA. RGB value is (153,68,186). Sum of RGB (Red+Green+Blue) = 153+68+186=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9944BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944BA is #66BB45. Grayscale: #6A6A6A. Windows color (decimal): -6732614 or 12207257. OLE color: 12207257.
HSL color Cylindrical-coordinate representation of color #9944BA: hue angle of 283.22º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9944BA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 68 | 186 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.27 |
| HSL | 283.22º | 0.46% | 0.5% | - |
| HSV(B) | 283.22º | 0.63% | 0.73% | - |
| XYZ | 24.07 | 14.45 | 47.98 | - |
| YUV | 106.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 186 | 0.18 | 0.63 | 0 | 0.27 | 283.22 | 0.46 | 0.5 |
| Hex | 99 | 44 | BA | 12 | 3F | 0 | 1B | 11B | 2E | 32 |
| Octal | 231 | 104 | 272 | 22 | 77 | 0 | 33 | 433 | 56 | 62 |
| Binary | 10011001 | 1000100 | 10111010 | 10010 | 111111 | 0 | 11011 | 100011011 | 101110 | 110010 |
Color Harmonies of #9944BA
Complementary color
Monochromatic Colors of #9944BA
Black with #9944BA
Text Example
Text Example
White with #9944BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944BA; }
p { color: rgb(153,68,186); }
H1.HeaderClassName
{
color: #9944BA;
}
.AnyTagClassName
{
color: #9944BA;
}
</style>
background-color css
<style>
a { background-color: #9944BA; }
a { background-color: rgb(153,68,186); }
div.DivClassName
{
background-color: #9944BA;
}
.BgClassName
{
background-color: #9944BA;
}
</style>
border-color css
<style>
span { border-color: #9944BA; }
span { border-color: rgb(153,68,186); }
td.TdClassName
{
border-color: #9944BA;
}
.TagClassName
{
border-color: #9944BA;
}
</style>