Shades of Deep Lilac #8759BA
Tints of Deep Lilac #8759BA
RGB
CMYK
RGB Variations
Color information
#8759BA (or 0x8759BA) is known color: Deep Lilac. HEX triplet: 87, 59 and BA. RGB value is (135,89,186). Sum of RGB (Red+Green+Blue) = 135+89+186=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #8759BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8759BA is #78A645. Grayscale: #717171. Windows color (decimal): -7906886 or 12212615. OLE color: 12212615.
HSL color Cylindrical-coordinate representation of color #8759BA: hue angle of 268.45º 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 #8759BA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 89 | 186 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.27 |
| HSL | 268.45º | 0.41% | 0.54% | - |
| HSV(B) | 268.45º | 0.52% | 0.73% | - |
| XYZ | 22.43 | 15.84 | 48.33 | - |
| YUV | 113.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 186 | 0.27 | 0.52 | 0 | 0.27 | 268.45 | 0.41 | 0.54 |
| Hex | 87 | 59 | BA | 1B | 34 | 0 | 1B | 10C | 29 | 36 |
| Octal | 207 | 131 | 272 | 33 | 64 | 0 | 33 | 414 | 51 | 66 |
| Binary | 10000111 | 1011001 | 10111010 | 11011 | 110100 | 0 | 11011 | 100001100 | 101001 | 110110 |
Color Harmonies of #8759BA
Complementary color
Monochromatic Colors of #8759BA
Black with #8759BA
Text Example
Text Example
White with #8759BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759BA; }
p { color: rgb(135,89,186); }
H1.HeaderClassName
{
color: #8759BA;
}
.AnyTagClassName
{
color: #8759BA;
}
</style>
background-color css
<style>
a { background-color: #8759BA; }
a { background-color: rgb(135,89,186); }
div.DivClassName
{
background-color: #8759BA;
}
.BgClassName
{
background-color: #8759BA;
}
</style>
border-color css
<style>
span { border-color: #8759BA; }
span { border-color: rgb(135,89,186); }
td.TdClassName
{
border-color: #8759BA;
}
.TagClassName
{
border-color: #8759BA;
}
</style>