Shades of Deep Lilac #874DAA
Tints of Deep Lilac #874DAA
RGB
CMYK
RGB Variations
Color information
#874DAA (or 0x874DAA) is known color: Deep Lilac. HEX triplet: 87, 4D and AA. RGB value is (135,77,170). Sum of RGB (Red+Green+Blue) = 135+77+170=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #874DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874DAA is #78B255. Grayscale: #686868. Windows color (decimal): -7909974 or 11160967. OLE color: 11160967.
HSL color Cylindrical-coordinate representation of color #874DAA: hue angle of 277.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874DAA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 77 | 170 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.33 |
| HSL | 277.42º | 0.38% | 0.48% | - |
| HSV(B) | 277.42º | 0.55% | 0.67% | - |
| XYZ | 19.9 | 13.36 | 39.56 | - |
| YUV | 104.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 170 | 0.21 | 0.55 | 0 | 0.33 | 277.42 | 0.38 | 0.48 |
| Hex | 87 | 4D | AA | 15 | 37 | 0 | 21 | 115 | 26 | 30 |
| Octal | 207 | 115 | 252 | 25 | 67 | 0 | 41 | 425 | 46 | 60 |
| Binary | 10000111 | 1001101 | 10101010 | 10101 | 110111 | 0 | 100001 | 100010101 | 100110 | 110000 |
Color Harmonies of #874DAA
Complementary color
Monochromatic Colors of #874DAA
Black with #874DAA
Text Example
Text Example
White with #874DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DAA; }
p { color: rgb(135,77,170); }
H1.HeaderClassName
{
color: #874DAA;
}
.AnyTagClassName
{
color: #874DAA;
}
</style>
background-color css
<style>
a { background-color: #874DAA; }
a { background-color: rgb(135,77,170); }
div.DivClassName
{
background-color: #874DAA;
}
.BgClassName
{
background-color: #874DAA;
}
</style>
border-color css
<style>
span { border-color: #874DAA; }
span { border-color: rgb(135,77,170); }
td.TdClassName
{
border-color: #874DAA;
}
.TagClassName
{
border-color: #874DAA;
}
</style>