Shades of Deep Lilac #9946AD
Tints of Deep Lilac #9946AD
RGB
CMYK
RGB Variations
Color information
#9946AD (or 0x9946AD) is known color: Deep Lilac. HEX triplet: 99, 46 and AD. RGB value is (153,70,173). Sum of RGB (Red+Green+Blue) = 153+70+173=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #9946AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9946AD is #66B952. Grayscale: #6A6A6A. Windows color (decimal): -6732115 or 11355801. OLE color: 11355801.
HSL color Cylindrical-coordinate representation of color #9946AD: hue angle of 288.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9946AD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 70 | 173 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.32 |
| HSL | 288.35º | 0.42% | 0.48% | - |
| HSV(B) | 288.35º | 0.6% | 0.68% | - |
| XYZ | 22.87 | 14.17 | 41.06 | - |
| YUV | 106.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 173 | 0.12 | 0.60 | 0 | 0.32 | 288.35 | 0.42 | 0.48 |
| Hex | 99 | 46 | AD | C | 3C | 0 | 20 | 120 | 2A | 30 |
| Octal | 231 | 106 | 255 | 14 | 74 | 0 | 40 | 440 | 52 | 60 |
| Binary | 10011001 | 1000110 | 10101101 | 1100 | 111100 | 0 | 100000 | 100100000 | 101010 | 110000 |
Color Harmonies of #9946AD
Complementary color
Monochromatic Colors of #9946AD
Black with #9946AD
Text Example
Text Example
White with #9946AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946AD; }
p { color: rgb(153,70,173); }
H1.HeaderClassName
{
color: #9946AD;
}
.AnyTagClassName
{
color: #9946AD;
}
</style>
background-color css
<style>
a { background-color: #9946AD; }
a { background-color: rgb(153,70,173); }
div.DivClassName
{
background-color: #9946AD;
}
.BgClassName
{
background-color: #9946AD;
}
</style>
border-color css
<style>
span { border-color: #9946AD; }
span { border-color: rgb(153,70,173); }
td.TdClassName
{
border-color: #9946AD;
}
.TagClassName
{
border-color: #9946AD;
}
</style>