Shades of Deep Lilac #9947AD
Tints of Deep Lilac #9947AD
RGB
CMYK
RGB Variations
Color information
#9947AD (or 0x9947AD) is known color: Deep Lilac. HEX triplet: 99, 47 and AD. RGB value is (153,71,173). Sum of RGB (Red+Green+Blue) = 153+71+173=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #9947AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9947AD is #66B852. Grayscale: #6A6A6A. Windows color (decimal): -6731859 or 11356057. OLE color: 11356057.
HSL color Cylindrical-coordinate representation of color #9947AD: hue angle of 288.24º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9947AD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 71 | 173 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.32 |
| HSL | 288.24º | 0.42% | 0.48% | - |
| HSV(B) | 288.24º | 0.59% | 0.68% | - |
| XYZ | 22.93 | 14.3 | 41.09 | - |
| YUV | 107.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 173 | 0.12 | 0.59 | 0 | 0.32 | 288.24 | 0.42 | 0.48 |
| Hex | 99 | 47 | AD | C | 3B | 0 | 20 | 120 | 2A | 30 |
| Octal | 231 | 107 | 255 | 14 | 73 | 0 | 40 | 440 | 52 | 60 |
| Binary | 10011001 | 1000111 | 10101101 | 1100 | 111011 | 0 | 100000 | 100100000 | 101010 | 110000 |
Color Harmonies of #9947AD
Complementary color
Monochromatic Colors of #9947AD
Black with #9947AD
Text Example
Text Example
White with #9947AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947AD; }
p { color: rgb(153,71,173); }
H1.HeaderClassName
{
color: #9947AD;
}
.AnyTagClassName
{
color: #9947AD;
}
</style>
background-color css
<style>
a { background-color: #9947AD; }
a { background-color: rgb(153,71,173); }
div.DivClassName
{
background-color: #9947AD;
}
.BgClassName
{
background-color: #9947AD;
}
</style>
border-color css
<style>
span { border-color: #9947AD; }
span { border-color: rgb(153,71,173); }
td.TdClassName
{
border-color: #9947AD;
}
.TagClassName
{
border-color: #9947AD;
}
</style>