Shades of Deep Lilac #874DAB
Tints of Deep Lilac #874DAB
RGB
CMYK
RGB Variations
Color information
#874DAB (or 0x874DAB) is known color: Deep Lilac. HEX triplet: 87, 4D and AB. RGB value is (135,77,171). Sum of RGB (Red+Green+Blue) = 135+77+171=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #874DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874DAB is #78B254. Grayscale: #686868. Windows color (decimal): -7909973 or 11226503. OLE color: 11226503.
HSL color Cylindrical-coordinate representation of color #874DAB: hue angle of 277.02º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874DAB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 77 | 171 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.33 |
| HSL | 277.02º | 0.38% | 0.49% | - |
| HSV(B) | 277.02º | 0.55% | 0.67% | - |
| XYZ | 20 | 13.4 | 40.06 | - |
| YUV | 105.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 171 | 0.21 | 0.55 | 0 | 0.33 | 277.02 | 0.38 | 0.49 |
| Hex | 87 | 4D | AB | 15 | 37 | 0 | 21 | 115 | 26 | 31 |
| Octal | 207 | 115 | 253 | 25 | 67 | 0 | 41 | 425 | 46 | 61 |
| Binary | 10000111 | 1001101 | 10101011 | 10101 | 110111 | 0 | 100001 | 100010101 | 100110 | 110001 |
Color Harmonies of #874DAB
Complementary color
Monochromatic Colors of #874DAB
Black with #874DAB
Text Example
Text Example
White with #874DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DAB; }
p { color: rgb(135,77,171); }
H1.HeaderClassName
{
color: #874DAB;
}
.AnyTagClassName
{
color: #874DAB;
}
</style>
background-color css
<style>
a { background-color: #874DAB; }
a { background-color: rgb(135,77,171); }
div.DivClassName
{
background-color: #874DAB;
}
.BgClassName
{
background-color: #874DAB;
}
</style>
border-color css
<style>
span { border-color: #874DAB; }
span { border-color: rgb(135,77,171); }
td.TdClassName
{
border-color: #874DAB;
}
.TagClassName
{
border-color: #874DAB;
}
</style>