Shades of Deep Lilac #8952AD
Tints of Deep Lilac #8952AD
RGB
CMYK
RGB Variations
Color information
#8952AD (or 0x8952AD) is known color: Deep Lilac. HEX triplet: 89, 52 and AD. RGB value is (137,82,173). Sum of RGB (Red+Green+Blue) = 137+82+173=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #8952AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952AD is #76AD52. Grayscale: #6C6C6C. Windows color (decimal): -7777619 or 11358857. OLE color: 11358857.
HSL color Cylindrical-coordinate representation of color #8952AD: hue angle of 276.26º 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 #8952AD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 82 | 173 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.32 |
| HSL | 276.26º | 0.36% | 0.5% | - |
| HSV(B) | 276.26º | 0.53% | 0.68% | - |
| XYZ | 20.88 | 14.37 | 41.21 | - |
| YUV | 108.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 173 | 0.21 | 0.53 | 0 | 0.32 | 276.26 | 0.36 | 0.5 |
| Hex | 89 | 52 | AD | 15 | 35 | 0 | 20 | 114 | 24 | 32 |
| Octal | 211 | 122 | 255 | 25 | 65 | 0 | 40 | 424 | 44 | 62 |
| Binary | 10001001 | 1010010 | 10101101 | 10101 | 110101 | 0 | 100000 | 100010100 | 100100 | 110010 |
Color Harmonies of #8952AD
Complementary color
Monochromatic Colors of #8952AD
Black with #8952AD
Text Example
Text Example
White with #8952AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952AD; }
p { color: rgb(137,82,173); }
H1.HeaderClassName
{
color: #8952AD;
}
.AnyTagClassName
{
color: #8952AD;
}
</style>
background-color css
<style>
a { background-color: #8952AD; }
a { background-color: rgb(137,82,173); }
div.DivClassName
{
background-color: #8952AD;
}
.BgClassName
{
background-color: #8952AD;
}
</style>
border-color css
<style>
span { border-color: #8952AD; }
span { border-color: rgb(137,82,173); }
td.TdClassName
{
border-color: #8952AD;
}
.TagClassName
{
border-color: #8952AD;
}
</style>