Shades of Deep Lilac #875AAD
Tints of Deep Lilac #875AAD
RGB
CMYK
RGB Variations
Color information
#875AAD (or 0x875AAD) is known color: Deep Lilac. HEX triplet: 87, 5A and AD. RGB value is (135,90,173). Sum of RGB (Red+Green+Blue) = 135+90+173=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #875AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875AAD is #78A552. Grayscale: #707070. Windows color (decimal): -7906643 or 11360903. OLE color: 11360903.
HSL color Cylindrical-coordinate representation of color #875AAD: hue angle of 272.53º 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 #875AAD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 90 | 173 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.32 |
| HSL | 272.53º | 0.34% | 0.52% | - |
| HSV(B) | 272.53º | 0.48% | 0.68% | - |
| XYZ | 21.19 | 15.48 | 41.41 | - |
| YUV | 112.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 173 | 0.22 | 0.48 | 0 | 0.32 | 272.53 | 0.34 | 0.52 |
| Hex | 87 | 5A | AD | 16 | 30 | 0 | 20 | 111 | 22 | 34 |
| Octal | 207 | 132 | 255 | 26 | 60 | 0 | 40 | 421 | 42 | 64 |
| Binary | 10000111 | 1011010 | 10101101 | 10110 | 110000 | 0 | 100000 | 100010001 | 100010 | 110100 |
Color Harmonies of #875AAD
Complementary color
Monochromatic Colors of #875AAD
Black with #875AAD
Text Example
Text Example
White with #875AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AAD; }
p { color: rgb(135,90,173); }
H1.HeaderClassName
{
color: #875AAD;
}
.AnyTagClassName
{
color: #875AAD;
}
</style>
background-color css
<style>
a { background-color: #875AAD; }
a { background-color: rgb(135,90,173); }
div.DivClassName
{
background-color: #875AAD;
}
.BgClassName
{
background-color: #875AAD;
}
</style>
border-color css
<style>
span { border-color: #875AAD; }
span { border-color: rgb(135,90,173); }
td.TdClassName
{
border-color: #875AAD;
}
.TagClassName
{
border-color: #875AAD;
}
</style>