Shades of Deep Lilac #8758AD
Tints of Deep Lilac #8758AD
RGB
CMYK
RGB Variations
Color information
#8758AD (or 0x8758AD) is known color: Deep Lilac. HEX triplet: 87, 58 and AD. RGB value is (135,88,173). Sum of RGB (Red+Green+Blue) = 135+88+173=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #8758AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8758AD is #78A752. Grayscale: #6F6F6F. Windows color (decimal): -7907155 or 11360391. OLE color: 11360391.
HSL color Cylindrical-coordinate representation of color #8758AD: hue angle of 273.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8758AD is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 88 | 173 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.32 |
| HSL | 273.18º | 0.34% | 0.51% | - |
| HSV(B) | 273.18º | 0.49% | 0.68% | - |
| XYZ | 21.02 | 15.15 | 41.35 | - |
| YUV | 111.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 173 | 0.22 | 0.49 | 0 | 0.32 | 273.18 | 0.34 | 0.51 |
| Hex | 87 | 58 | AD | 16 | 31 | 0 | 20 | 111 | 22 | 33 |
| Octal | 207 | 130 | 255 | 26 | 61 | 0 | 40 | 421 | 42 | 63 |
| Binary | 10000111 | 1011000 | 10101101 | 10110 | 110001 | 0 | 100000 | 100010001 | 100010 | 110011 |
Color Harmonies of #8758AD
Complementary color
Monochromatic Colors of #8758AD
Black with #8758AD
Text Example
Text Example
White with #8758AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758AD; }
p { color: rgb(135,88,173); }
H1.HeaderClassName
{
color: #8758AD;
}
.AnyTagClassName
{
color: #8758AD;
}
</style>
background-color css
<style>
a { background-color: #8758AD; }
a { background-color: rgb(135,88,173); }
div.DivClassName
{
background-color: #8758AD;
}
.BgClassName
{
background-color: #8758AD;
}
</style>
border-color css
<style>
span { border-color: #8758AD; }
span { border-color: rgb(135,88,173); }
td.TdClassName
{
border-color: #8758AD;
}
.TagClassName
{
border-color: #8758AD;
}
</style>