Shades of Deep Lilac #8952A0
Tints of Deep Lilac #8952A0
RGB
CMYK
RGB Variations
Color information
#8952A0 (or 0x8952A0) is known color: Deep Lilac. HEX triplet: 89, 52 and A0. RGB value is (137,82,160). Sum of RGB (Red+Green+Blue) = 137+82+160=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #8952A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952A0 is #76AD5F. Grayscale: #6B6B6B. Windows color (decimal): -7777632 or 10506889. OLE color: 10506889.
HSL color Cylindrical-coordinate representation of color #8952A0: hue angle of 282.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8952A0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 82 | 160 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.37 |
| HSL | 282.31º | 0.32% | 0.47% | - |
| HSV(B) | 282.31º | 0.49% | 0.63% | - |
| XYZ | 19.68 | 13.89 | 34.9 | - |
| YUV | 107.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 160 | 0.14 | 0.49 | 0 | 0.37 | 282.31 | 0.32 | 0.47 |
| Hex | 89 | 52 | A0 | E | 31 | 0 | 25 | 11A | 20 | 2F |
| Octal | 211 | 122 | 240 | 16 | 61 | 0 | 45 | 432 | 40 | 57 |
| Binary | 10001001 | 1010010 | 10100000 | 1110 | 110001 | 0 | 100101 | 100011010 | 100000 | 101111 |
Color Harmonies of #8952A0
Complementary color
Monochromatic Colors of #8952A0
Black with #8952A0
Text Example
Text Example
White with #8952A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952A0; }
p { color: rgb(137,82,160); }
H1.HeaderClassName
{
color: #8952A0;
}
.AnyTagClassName
{
color: #8952A0;
}
</style>
background-color css
<style>
a { background-color: #8952A0; }
a { background-color: rgb(137,82,160); }
div.DivClassName
{
background-color: #8952A0;
}
.BgClassName
{
background-color: #8952A0;
}
</style>
border-color css
<style>
span { border-color: #8952A0; }
span { border-color: rgb(137,82,160); }
td.TdClassName
{
border-color: #8952A0;
}
.TagClassName
{
border-color: #8952A0;
}
</style>