Shades of Deep Lilac #875AB6
Tints of Deep Lilac #875AB6
RGB
CMYK
RGB Variations
Color information
#875AB6 (or 0x875AB6) is known color: Deep Lilac. HEX triplet: 87, 5A and B6. RGB value is (135,90,182). Sum of RGB (Red+Green+Blue) = 135+90+182=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #875AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AB6 is #78A549. Grayscale: #717171. Windows color (decimal): -7906634 or 11950727. OLE color: 11950727.
HSL color Cylindrical-coordinate representation of color #875AB6: hue angle of 269.35º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875AB6 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 90 | 182 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.29 |
| HSL | 269.35º | 0.39% | 0.53% | - |
| HSV(B) | 269.35º | 0.51% | 0.71% | - |
| XYZ | 22.09 | 15.84 | 46.15 | - |
| YUV | 113.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 182 | 0.26 | 0.51 | 0 | 0.29 | 269.35 | 0.39 | 0.53 |
| Hex | 87 | 5A | B6 | 1A | 33 | 0 | 1D | 10D | 27 | 35 |
| Octal | 207 | 132 | 266 | 32 | 63 | 0 | 35 | 415 | 47 | 65 |
| Binary | 10000111 | 1011010 | 10110110 | 11010 | 110011 | 0 | 11101 | 100001101 | 100111 | 110101 |
Color Harmonies of #875AB6
Complementary color
Monochromatic Colors of #875AB6
Black with #875AB6
Text Example
Text Example
White with #875AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AB6; }
p { color: rgb(135,90,182); }
H1.HeaderClassName
{
color: #875AB6;
}
.AnyTagClassName
{
color: #875AB6;
}
</style>
background-color css
<style>
a { background-color: #875AB6; }
a { background-color: rgb(135,90,182); }
div.DivClassName
{
background-color: #875AB6;
}
.BgClassName
{
background-color: #875AB6;
}
</style>
border-color css
<style>
span { border-color: #875AB6; }
span { border-color: rgb(135,90,182); }
td.TdClassName
{
border-color: #875AB6;
}
.TagClassName
{
border-color: #875AB6;
}
</style>