Shades of Deep Lilac #9952AD
Tints of Deep Lilac #9952AD
RGB
CMYK
RGB Variations
Color information
#9952AD (or 0x9952AD) is known color: Deep Lilac. HEX triplet: 99, 52 and AD. RGB value is (153,82,173). Sum of RGB (Red+Green+Blue) = 153+82+173=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #9952AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9952AD is #66AD52. Grayscale: #717171. Windows color (decimal): -6729043 or 11358873. OLE color: 11358873.
HSL color Cylindrical-coordinate representation of color #9952AD: hue angle of 286.81º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9952AD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 82 | 173 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.32 |
| HSL | 286.81º | 0.36% | 0.5% | - |
| HSV(B) | 286.81º | 0.53% | 0.68% | - |
| XYZ | 23.7 | 15.82 | 41.34 | - |
| YUV | 113.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 173 | 0.12 | 0.53 | 0 | 0.32 | 286.81 | 0.36 | 0.5 |
| Hex | 99 | 52 | AD | C | 35 | 0 | 20 | 11F | 24 | 32 |
| Octal | 231 | 122 | 255 | 14 | 65 | 0 | 40 | 437 | 44 | 62 |
| Binary | 10011001 | 1010010 | 10101101 | 1100 | 110101 | 0 | 100000 | 100011111 | 100100 | 110010 |
Color Harmonies of #9952AD
Complementary color
Monochromatic Colors of #9952AD
Black with #9952AD
Text Example
Text Example
White with #9952AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952AD; }
p { color: rgb(153,82,173); }
H1.HeaderClassName
{
color: #9952AD;
}
.AnyTagClassName
{
color: #9952AD;
}
</style>
background-color css
<style>
a { background-color: #9952AD; }
a { background-color: rgb(153,82,173); }
div.DivClassName
{
background-color: #9952AD;
}
.BgClassName
{
background-color: #9952AD;
}
</style>
border-color css
<style>
span { border-color: #9952AD; }
span { border-color: rgb(153,82,173); }
td.TdClassName
{
border-color: #9952AD;
}
.TagClassName
{
border-color: #9952AD;
}
</style>