Shades of Deep Lilac #9949AD
Tints of Deep Lilac #9949AD
RGB
CMYK
RGB Variations
Color information
#9949AD (or 0x9949AD) is known color: Deep Lilac. HEX triplet: 99, 49 and AD. RGB value is (153,73,173). Sum of RGB (Red+Green+Blue) = 153+73+173=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #9949AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9949AD is #66B652. Grayscale: #6C6C6C. Windows color (decimal): -6731347 or 11356569. OLE color: 11356569.
HSL color Cylindrical-coordinate representation of color #9949AD: hue angle of 288º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9949AD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 73 | 173 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.32 |
| HSL | 288º | 0.41% | 0.48% | - |
| HSV(B) | 288º | 0.58% | 0.68% | - |
| XYZ | 23.06 | 14.55 | 41.13 | - |
| YUV | 108.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 173 | 0.12 | 0.58 | 0 | 0.32 | 288 | 0.41 | 0.48 |
| Hex | 99 | 49 | AD | C | 3A | 0 | 20 | 120 | 29 | 30 |
| Octal | 231 | 111 | 255 | 14 | 72 | 0 | 40 | 440 | 51 | 60 |
| Binary | 10011001 | 1001001 | 10101101 | 1100 | 111010 | 0 | 100000 | 100100000 | 101001 | 110000 |
Color Harmonies of #9949AD
Complementary color
Monochromatic Colors of #9949AD
Black with #9949AD
Text Example
Text Example
White with #9949AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949AD; }
p { color: rgb(153,73,173); }
H1.HeaderClassName
{
color: #9949AD;
}
.AnyTagClassName
{
color: #9949AD;
}
</style>
background-color css
<style>
a { background-color: #9949AD; }
a { background-color: rgb(153,73,173); }
div.DivClassName
{
background-color: #9949AD;
}
.BgClassName
{
background-color: #9949AD;
}
</style>
border-color css
<style>
span { border-color: #9949AD; }
span { border-color: rgb(153,73,173); }
td.TdClassName
{
border-color: #9949AD;
}
.TagClassName
{
border-color: #9949AD;
}
</style>