Shades of Deep Lilac #9A52AE
Tints of Deep Lilac #9A52AE
RGB
CMYK
RGB Variations
Color information
#9A52AE (or 0x9A52AE) is known color: Deep Lilac. HEX triplet: 9A, 52 and AE. RGB value is (154,82,174). Sum of RGB (Red+Green+Blue) = 154+82+174=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A52AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A52AE is #65AD51. Grayscale: #717171. Windows color (decimal): -6663506 or 11424410. OLE color: 11424410.
HSL color Cylindrical-coordinate representation of color #9A52AE: hue angle of 286.96º 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 #9A52AE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 82 | 174 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.32 |
| HSL | 286.96º | 0.36% | 0.5% | - |
| HSV(B) | 286.96º | 0.53% | 0.68% | - |
| XYZ | 23.98 | 15.96 | 41.86 | - |
| YUV | 114.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 174 | 0.11 | 0.53 | 0 | 0.32 | 286.96 | 0.36 | 0.5 |
| Hex | 9A | 52 | AE | B | 35 | 0 | 20 | 11F | 24 | 32 |
| Octal | 232 | 122 | 256 | 13 | 65 | 0 | 40 | 437 | 44 | 62 |
| Binary | 10011010 | 1010010 | 10101110 | 1011 | 110101 | 0 | 100000 | 100011111 | 100100 | 110010 |
Color Harmonies of #9A52AE
Complementary color
Monochromatic Colors of #9A52AE
Black with #9A52AE
Text Example
Text Example
White with #9A52AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52AE; }
p { color: rgb(154,82,174); }
H1.HeaderClassName
{
color: #9A52AE;
}
.AnyTagClassName
{
color: #9A52AE;
}
</style>
background-color css
<style>
a { background-color: #9A52AE; }
a { background-color: rgb(154,82,174); }
div.DivClassName
{
background-color: #9A52AE;
}
.BgClassName
{
background-color: #9A52AE;
}
</style>
border-color css
<style>
span { border-color: #9A52AE; }
span { border-color: rgb(154,82,174); }
td.TdClassName
{
border-color: #9A52AE;
}
.TagClassName
{
border-color: #9A52AE;
}
</style>