Shades of Deep Lilac #875AAE
Tints of Deep Lilac #875AAE
RGB
CMYK
RGB Variations
Color information
#875AAE (or 0x875AAE) is known color: Deep Lilac. HEX triplet: 87, 5A and AE. RGB value is (135,90,174). Sum of RGB (Red+Green+Blue) = 135+90+174=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #875AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875AAE is #78A551. Grayscale: #707070. Windows color (decimal): -7906642 or 11426439. OLE color: 11426439.
HSL color Cylindrical-coordinate representation of color #875AAE: hue angle of 272.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875AAE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 90 | 174 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.32 |
| HSL | 272.14º | 0.34% | 0.52% | - |
| HSV(B) | 272.14º | 0.48% | 0.68% | - |
| XYZ | 21.29 | 15.52 | 41.92 | - |
| YUV | 113.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 174 | 0.22 | 0.48 | 0 | 0.32 | 272.14 | 0.34 | 0.52 |
| Hex | 87 | 5A | AE | 16 | 30 | 0 | 20 | 110 | 22 | 34 |
| Octal | 207 | 132 | 256 | 26 | 60 | 0 | 40 | 420 | 42 | 64 |
| Binary | 10000111 | 1011010 | 10101110 | 10110 | 110000 | 0 | 100000 | 100010000 | 100010 | 110100 |
Color Harmonies of #875AAE
Complementary color
Monochromatic Colors of #875AAE
Black with #875AAE
Text Example
Text Example
White with #875AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AAE; }
p { color: rgb(135,90,174); }
H1.HeaderClassName
{
color: #875AAE;
}
.AnyTagClassName
{
color: #875AAE;
}
</style>
background-color css
<style>
a { background-color: #875AAE; }
a { background-color: rgb(135,90,174); }
div.DivClassName
{
background-color: #875AAE;
}
.BgClassName
{
background-color: #875AAE;
}
</style>
border-color css
<style>
span { border-color: #875AAE; }
span { border-color: rgb(135,90,174); }
td.TdClassName
{
border-color: #875AAE;
}
.TagClassName
{
border-color: #875AAE;
}
</style>