Shades of Deep Lilac #8758AC
Tints of Deep Lilac #8758AC
RGB
CMYK
RGB Variations
Color information
#8758AC (or 0x8758AC) is known color: Deep Lilac. HEX triplet: 87, 58 and AC. RGB value is (135,88,172). Sum of RGB (Red+Green+Blue) = 135+88+172=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #8758AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8758AC is #78A753. Grayscale: #6F6F6F. Windows color (decimal): -7907156 or 11294855. OLE color: 11294855.
HSL color Cylindrical-coordinate representation of color #8758AC: hue angle of 273.57º degrees, saturation: 0.34, 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 #8758AC is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 88 | 172 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.33 |
| HSL | 273.57º | 0.34% | 0.51% | - |
| HSV(B) | 273.57º | 0.49% | 0.67% | - |
| XYZ | 20.93 | 15.11 | 40.84 | - |
| YUV | 111.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 172 | 0.22 | 0.49 | 0 | 0.33 | 273.57 | 0.34 | 0.51 |
| Hex | 87 | 58 | AC | 16 | 31 | 0 | 21 | 112 | 22 | 33 |
| Octal | 207 | 130 | 254 | 26 | 61 | 0 | 41 | 422 | 42 | 63 |
| Binary | 10000111 | 1011000 | 10101100 | 10110 | 110001 | 0 | 100001 | 100010010 | 100010 | 110011 |
Color Harmonies of #8758AC
Complementary color
Monochromatic Colors of #8758AC
Black with #8758AC
Text Example
Text Example
White with #8758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758AC; }
p { color: rgb(135,88,172); }
H1.HeaderClassName
{
color: #8758AC;
}
.AnyTagClassName
{
color: #8758AC;
}
</style>
background-color css
<style>
a { background-color: #8758AC; }
a { background-color: rgb(135,88,172); }
div.DivClassName
{
background-color: #8758AC;
}
.BgClassName
{
background-color: #8758AC;
}
</style>
border-color css
<style>
span { border-color: #8758AC; }
span { border-color: rgb(135,88,172); }
td.TdClassName
{
border-color: #8758AC;
}
.TagClassName
{
border-color: #8758AC;
}
</style>