Shades of Deep Lilac #8758AA
Tints of Deep Lilac #8758AA
RGB
CMYK
RGB Variations
Color information
#8758AA (or 0x8758AA) is known color: Deep Lilac. HEX triplet: 87, 58 and AA. RGB value is (135,88,170). Sum of RGB (Red+Green+Blue) = 135+88+170=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #8758AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8758AA is #78A755. Grayscale: #6F6F6F. Windows color (decimal): -7907158 or 11163783. OLE color: 11163783.
HSL color Cylindrical-coordinate representation of color #8758AA: hue angle of 274.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8758AA is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 88 | 170 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.33 |
| HSL | 274.39º | 0.33% | 0.51% | - |
| HSV(B) | 274.39º | 0.48% | 0.67% | - |
| XYZ | 20.74 | 15.03 | 39.84 | - |
| YUV | 111.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 170 | 0.21 | 0.48 | 0 | 0.33 | 274.39 | 0.33 | 0.51 |
| Hex | 87 | 58 | AA | 15 | 30 | 0 | 21 | 112 | 21 | 33 |
| Octal | 207 | 130 | 252 | 25 | 60 | 0 | 41 | 422 | 41 | 63 |
| Binary | 10000111 | 1011000 | 10101010 | 10101 | 110000 | 0 | 100001 | 100010010 | 100001 | 110011 |
Color Harmonies of #8758AA
Complementary color
Monochromatic Colors of #8758AA
Black with #8758AA
Text Example
Text Example
White with #8758AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758AA; }
p { color: rgb(135,88,170); }
H1.HeaderClassName
{
color: #8758AA;
}
.AnyTagClassName
{
color: #8758AA;
}
</style>
background-color css
<style>
a { background-color: #8758AA; }
a { background-color: rgb(135,88,170); }
div.DivClassName
{
background-color: #8758AA;
}
.BgClassName
{
background-color: #8758AA;
}
</style>
border-color css
<style>
span { border-color: #8758AA; }
span { border-color: rgb(135,88,170); }
td.TdClassName
{
border-color: #8758AA;
}
.TagClassName
{
border-color: #8758AA;
}
</style>