Shades of Deep Lilac #8955AC
Tints of Deep Lilac #8955AC
RGB
CMYK
RGB Variations
Color information
#8955AC (or 0x8955AC) is known color: Deep Lilac. HEX triplet: 89, 55 and AC. RGB value is (137,85,172). Sum of RGB (Red+Green+Blue) = 137+85+172=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #8955AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8955AC is #76AA53. Grayscale: #6E6E6E. Windows color (decimal): -7776852 or 11294089. OLE color: 11294089.
HSL color Cylindrical-coordinate representation of color #8955AC: hue angle of 275.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8955AC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 85 | 172 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.33 |
| HSL | 275.86º | 0.34% | 0.5% | - |
| HSV(B) | 275.86º | 0.51% | 0.67% | - |
| XYZ | 21.01 | 14.79 | 40.78 | - |
| YUV | 110.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 172 | 0.20 | 0.51 | 0 | 0.33 | 275.86 | 0.34 | 0.5 |
| Hex | 89 | 55 | AC | 14 | 33 | 0 | 21 | 114 | 22 | 32 |
| Octal | 211 | 125 | 254 | 24 | 63 | 0 | 41 | 424 | 42 | 62 |
| Binary | 10001001 | 1010101 | 10101100 | 10100 | 110011 | 0 | 100001 | 100010100 | 100010 | 110010 |
Color Harmonies of #8955AC
Complementary color
Monochromatic Colors of #8955AC
Black with #8955AC
Text Example
Text Example
White with #8955AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955AC; }
p { color: rgb(137,85,172); }
H1.HeaderClassName
{
color: #8955AC;
}
.AnyTagClassName
{
color: #8955AC;
}
</style>
background-color css
<style>
a { background-color: #8955AC; }
a { background-color: rgb(137,85,172); }
div.DivClassName
{
background-color: #8955AC;
}
.BgClassName
{
background-color: #8955AC;
}
</style>
border-color css
<style>
span { border-color: #8955AC; }
span { border-color: rgb(137,85,172); }
td.TdClassName
{
border-color: #8955AC;
}
.TagClassName
{
border-color: #8955AC;
}
</style>