Shades of Deep Lilac #8959B8
Tints of Deep Lilac #8959B8
RGB
CMYK
RGB Variations
Color information
#8959B8 (or 0x8959B8) is known color: Deep Lilac. HEX triplet: 89, 59 and B8. RGB value is (137,89,184). Sum of RGB (Red+Green+Blue) = 137+89+184=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #8959B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959B8 is #76A647. Grayscale: #717171. Windows color (decimal): -7775816 or 12081545. OLE color: 12081545.
HSL color Cylindrical-coordinate representation of color #8959B8: hue angle of 270.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8959B8 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 89 | 184 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.28 |
| HSL | 270.32º | 0.4% | 0.54% | - |
| HSV(B) | 270.32º | 0.52% | 0.72% | - |
| XYZ | 22.54 | 15.92 | 47.23 | - |
| YUV | 114.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 184 | 0.26 | 0.52 | 0 | 0.28 | 270.32 | 0.4 | 0.54 |
| Hex | 89 | 59 | B8 | 1A | 34 | 0 | 1C | 10E | 28 | 36 |
| Octal | 211 | 131 | 270 | 32 | 64 | 0 | 34 | 416 | 50 | 66 |
| Binary | 10001001 | 1011001 | 10111000 | 11010 | 110100 | 0 | 11100 | 100001110 | 101000 | 110110 |
Color Harmonies of #8959B8
Complementary color
Monochromatic Colors of #8959B8
Black with #8959B8
Text Example
Text Example
White with #8959B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959B8; }
p { color: rgb(137,89,184); }
H1.HeaderClassName
{
color: #8959B8;
}
.AnyTagClassName
{
color: #8959B8;
}
</style>
background-color css
<style>
a { background-color: #8959B8; }
a { background-color: rgb(137,89,184); }
div.DivClassName
{
background-color: #8959B8;
}
.BgClassName
{
background-color: #8959B8;
}
</style>
border-color css
<style>
span { border-color: #8959B8; }
span { border-color: rgb(137,89,184); }
td.TdClassName
{
border-color: #8959B8;
}
.TagClassName
{
border-color: #8959B8;
}
</style>