Shades of Deep Lilac #8758BD
Tints of Deep Lilac #8758BD
RGB
CMYK
RGB Variations
Color information
#8758BD (or 0x8758BD) is known color: Deep Lilac. HEX triplet: 87, 58 and BD. RGB value is (135,88,189). Sum of RGB (Red+Green+Blue) = 135+88+189=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #8758BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758BD is #78A742. Grayscale: #717171. Windows color (decimal): -7907139 or 12408967. OLE color: 12408967.
HSL color Cylindrical-coordinate representation of color #8758BD: hue angle of 267.92º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8758BD is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 88 | 189 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.26 |
| HSL | 267.92º | 0.43% | 0.54% | - |
| HSV(B) | 267.92º | 0.53% | 0.74% | - |
| XYZ | 22.67 | 15.8 | 50 | - |
| YUV | 113.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 189 | 0.29 | 0.53 | 0 | 0.26 | 267.92 | 0.43 | 0.54 |
| Hex | 87 | 58 | BD | 1D | 35 | 0 | 1A | 10C | 2B | 36 |
| Octal | 207 | 130 | 275 | 35 | 65 | 0 | 32 | 414 | 53 | 66 |
| Binary | 10000111 | 1011000 | 10111101 | 11101 | 110101 | 0 | 11010 | 100001100 | 101011 | 110110 |
Color Harmonies of #8758BD
Complementary color
Monochromatic Colors of #8758BD
Black with #8758BD
Text Example
Text Example
White with #8758BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758BD; }
p { color: rgb(135,88,189); }
H1.HeaderClassName
{
color: #8758BD;
}
.AnyTagClassName
{
color: #8758BD;
}
</style>
background-color css
<style>
a { background-color: #8758BD; }
a { background-color: rgb(135,88,189); }
div.DivClassName
{
background-color: #8758BD;
}
.BgClassName
{
background-color: #8758BD;
}
</style>
border-color css
<style>
span { border-color: #8758BD; }
span { border-color: rgb(135,88,189); }
td.TdClassName
{
border-color: #8758BD;
}
.TagClassName
{
border-color: #8758BD;
}
</style>