Shades of Deep Lilac #8758AB
Tints of Deep Lilac #8758AB
RGB
CMYK
RGB Variations
Color information
#8758AB (or 0x8758AB) is known color: Deep Lilac. HEX triplet: 87, 58 and AB. RGB value is (135,88,171). Sum of RGB (Red+Green+Blue) = 135+88+171=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #8758AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8758AB is #78A754. Grayscale: #6F6F6F. Windows color (decimal): -7907157 or 11229319. OLE color: 11229319.
HSL color Cylindrical-coordinate representation of color #8758AB: hue angle of 273.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8758AB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 88 | 171 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.33 |
| HSL | 273.98º | 0.33% | 0.51% | - |
| HSV(B) | 273.98º | 0.49% | 0.67% | - |
| XYZ | 20.83 | 15.07 | 40.34 | - |
| YUV | 111.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 171 | 0.21 | 0.49 | 0 | 0.33 | 273.98 | 0.33 | 0.51 |
| Hex | 87 | 58 | AB | 15 | 31 | 0 | 21 | 112 | 21 | 33 |
| Octal | 207 | 130 | 253 | 25 | 61 | 0 | 41 | 422 | 41 | 63 |
| Binary | 10000111 | 1011000 | 10101011 | 10101 | 110001 | 0 | 100001 | 100010010 | 100001 | 110011 |
Color Harmonies of #8758AB
Complementary color
Monochromatic Colors of #8758AB
Black with #8758AB
Text Example
Text Example
White with #8758AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758AB; }
p { color: rgb(135,88,171); }
H1.HeaderClassName
{
color: #8758AB;
}
.AnyTagClassName
{
color: #8758AB;
}
</style>
background-color css
<style>
a { background-color: #8758AB; }
a { background-color: rgb(135,88,171); }
div.DivClassName
{
background-color: #8758AB;
}
.BgClassName
{
background-color: #8758AB;
}
</style>
border-color css
<style>
span { border-color: #8758AB; }
span { border-color: rgb(135,88,171); }
td.TdClassName
{
border-color: #8758AB;
}
.TagClassName
{
border-color: #8758AB;
}
</style>