Shades of Deep Lilac #8959BA
Tints of Deep Lilac #8959BA
RGB
CMYK
RGB Variations
Color information
#8959BA (or 0x8959BA) is known color: Deep Lilac. HEX triplet: 89, 59 and BA. RGB value is (137,89,186). Sum of RGB (Red+Green+Blue) = 137+89+186=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #8959BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959BA is #76A645. Grayscale: #727272. Windows color (decimal): -7775814 or 12212617. OLE color: 12212617.
HSL color Cylindrical-coordinate representation of color #8959BA: hue angle of 269.69º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8959BA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 89 | 186 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.27 |
| HSL | 269.69º | 0.41% | 0.54% | - |
| HSV(B) | 269.69º | 0.52% | 0.73% | - |
| XYZ | 22.75 | 16.01 | 48.35 | - |
| YUV | 114.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 186 | 0.26 | 0.52 | 0 | 0.27 | 269.69 | 0.41 | 0.54 |
| Hex | 89 | 59 | BA | 1A | 34 | 0 | 1B | 10E | 29 | 36 |
| Octal | 211 | 131 | 272 | 32 | 64 | 0 | 33 | 416 | 51 | 66 |
| Binary | 10001001 | 1011001 | 10111010 | 11010 | 110100 | 0 | 11011 | 100001110 | 101001 | 110110 |
Color Harmonies of #8959BA
Complementary color
Monochromatic Colors of #8959BA
Black with #8959BA
Text Example
Text Example
White with #8959BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959BA; }
p { color: rgb(137,89,186); }
H1.HeaderClassName
{
color: #8959BA;
}
.AnyTagClassName
{
color: #8959BA;
}
</style>
background-color css
<style>
a { background-color: #8959BA; }
a { background-color: rgb(137,89,186); }
div.DivClassName
{
background-color: #8959BA;
}
.BgClassName
{
background-color: #8959BA;
}
</style>
border-color css
<style>
span { border-color: #8959BA; }
span { border-color: rgb(137,89,186); }
td.TdClassName
{
border-color: #8959BA;
}
.TagClassName
{
border-color: #8959BA;
}
</style>