Shades of Deep Lilac #9952AE
Tints of Deep Lilac #9952AE
RGB
CMYK
RGB Variations
Color information
#9952AE (or 0x9952AE) is known color: Deep Lilac. HEX triplet: 99, 52 and AE. RGB value is (153,82,174). Sum of RGB (Red+Green+Blue) = 153+82+174=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9952AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9952AE is #66AD51. Grayscale: #717171. Windows color (decimal): -6729042 or 11424409. OLE color: 11424409.
HSL color Cylindrical-coordinate representation of color #9952AE: hue angle of 286.3º 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 #9952AE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 82 | 174 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.32 |
| HSL | 286.3º | 0.36% | 0.5% | - |
| HSV(B) | 286.3º | 0.53% | 0.68% | - |
| XYZ | 23.79 | 15.86 | 41.85 | - |
| YUV | 113.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 174 | 0.12 | 0.53 | 0 | 0.32 | 286.3 | 0.36 | 0.5 |
| Hex | 99 | 52 | AE | C | 35 | 0 | 20 | 11E | 24 | 32 |
| Octal | 231 | 122 | 256 | 14 | 65 | 0 | 40 | 436 | 44 | 62 |
| Binary | 10011001 | 1010010 | 10101110 | 1100 | 110101 | 0 | 100000 | 100011110 | 100100 | 110010 |
Color Harmonies of #9952AE
Complementary color
Monochromatic Colors of #9952AE
Black with #9952AE
Text Example
Text Example
White with #9952AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952AE; }
p { color: rgb(153,82,174); }
H1.HeaderClassName
{
color: #9952AE;
}
.AnyTagClassName
{
color: #9952AE;
}
</style>
background-color css
<style>
a { background-color: #9952AE; }
a { background-color: rgb(153,82,174); }
div.DivClassName
{
background-color: #9952AE;
}
.BgClassName
{
background-color: #9952AE;
}
</style>
border-color css
<style>
span { border-color: #9952AE; }
span { border-color: rgb(153,82,174); }
td.TdClassName
{
border-color: #9952AE;
}
.TagClassName
{
border-color: #9952AE;
}
</style>