Shades of Deep Lilac #8759BD
Tints of Deep Lilac #8759BD
RGB
CMYK
RGB Variations
Color information
#8759BD (or 0x8759BD) is known color: Deep Lilac. HEX triplet: 87, 59 and BD. RGB value is (135,89,189). Sum of RGB (Red+Green+Blue) = 135+89+189=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #8759BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8759BD is #78A642. Grayscale: #717171. Windows color (decimal): -7906883 or 12409223. OLE color: 12409223.
HSL color Cylindrical-coordinate representation of color #8759BD: hue angle of 267.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8759BD is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 89 | 189 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.26 |
| HSL | 267.6º | 0.43% | 0.55% | - |
| HSV(B) | 267.6º | 0.53% | 0.74% | - |
| XYZ | 22.75 | 15.97 | 50.03 | - |
| YUV | 114.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 189 | 0.29 | 0.53 | 0 | 0.26 | 267.6 | 0.43 | 0.55 |
| Hex | 87 | 59 | BD | 1D | 35 | 0 | 1A | 10C | 2B | 37 |
| Octal | 207 | 131 | 275 | 35 | 65 | 0 | 32 | 414 | 53 | 67 |
| Binary | 10000111 | 1011001 | 10111101 | 11101 | 110101 | 0 | 11010 | 100001100 | 101011 | 110111 |
Color Harmonies of #8759BD
Complementary color
Monochromatic Colors of #8759BD
Black with #8759BD
Text Example
Text Example
White with #8759BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759BD; }
p { color: rgb(135,89,189); }
H1.HeaderClassName
{
color: #8759BD;
}
.AnyTagClassName
{
color: #8759BD;
}
</style>
background-color css
<style>
a { background-color: #8759BD; }
a { background-color: rgb(135,89,189); }
div.DivClassName
{
background-color: #8759BD;
}
.BgClassName
{
background-color: #8759BD;
}
</style>
border-color css
<style>
span { border-color: #8759BD; }
span { border-color: rgb(135,89,189); }
td.TdClassName
{
border-color: #8759BD;
}
.TagClassName
{
border-color: #8759BD;
}
</style>