Shades of Deep Lilac #8952AC
Tints of Deep Lilac #8952AC
RGB
CMYK
RGB Variations
Color information
#8952AC (or 0x8952AC) is known color: Deep Lilac. HEX triplet: 89, 52 and AC. RGB value is (137,82,172). Sum of RGB (Red+Green+Blue) = 137+82+172=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8952AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8952AC is #76AD53. Grayscale: #6C6C6C. Windows color (decimal): -7777620 or 11293321. OLE color: 11293321.
HSL color Cylindrical-coordinate representation of color #8952AC: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8952AC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 82 | 172 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.33 |
| HSL | 276.67º | 0.35% | 0.5% | - |
| HSV(B) | 276.67º | 0.52% | 0.67% | - |
| XYZ | 20.78 | 14.33 | 40.7 | - |
| YUV | 108.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 172 | 0.20 | 0.52 | 0 | 0.33 | 276.67 | 0.35 | 0.5 |
| Hex | 89 | 52 | AC | 14 | 34 | 0 | 21 | 115 | 23 | 32 |
| Octal | 211 | 122 | 254 | 24 | 64 | 0 | 41 | 425 | 43 | 62 |
| Binary | 10001001 | 1010010 | 10101100 | 10100 | 110100 | 0 | 100001 | 100010101 | 100011 | 110010 |
Color Harmonies of #8952AC
Complementary color
Monochromatic Colors of #8952AC
Black with #8952AC
Text Example
Text Example
White with #8952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952AC; }
p { color: rgb(137,82,172); }
H1.HeaderClassName
{
color: #8952AC;
}
.AnyTagClassName
{
color: #8952AC;
}
</style>
background-color css
<style>
a { background-color: #8952AC; }
a { background-color: rgb(137,82,172); }
div.DivClassName
{
background-color: #8952AC;
}
.BgClassName
{
background-color: #8952AC;
}
</style>
border-color css
<style>
span { border-color: #8952AC; }
span { border-color: rgb(137,82,172); }
td.TdClassName
{
border-color: #8952AC;
}
.TagClassName
{
border-color: #8952AC;
}
</style>