Shades of Deep Lilac #874DC9
Tints of Deep Lilac #874DC9
RGB
CMYK
RGB Variations
Color information
#874DC9 (or 0x874DC9) is known color: Deep Lilac. HEX triplet: 87, 4D and C9. RGB value is (135,77,201). Sum of RGB (Red+Green+Blue) = 135+77+201=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #874DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DC9 is #78B236. Grayscale: #6C6C6C. Windows color (decimal): -7909943 or 13192583. OLE color: 13192583.
HSL color Cylindrical-coordinate representation of color #874DC9: hue angle of 268.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874DC9 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 77 | 201 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.21 |
| HSL | 268.06º | 0.53% | 0.55% | - |
| HSV(B) | 268.06º | 0.62% | 0.79% | - |
| XYZ | 23.19 | 14.68 | 56.87 | - |
| YUV | 108.48 | 180.22 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 201 | 0.33 | 0.62 | 0 | 0.21 | 268.06 | 0.53 | 0.55 |
| Hex | 87 | 4D | C9 | 21 | 3E | 0 | 15 | 10C | 35 | 37 |
| Octal | 207 | 115 | 311 | 41 | 76 | 0 | 25 | 414 | 65 | 67 |
| Binary | 10000111 | 1001101 | 11001001 | 100001 | 111110 | 0 | 10101 | 100001100 | 110101 | 110111 |
Color Harmonies of #874DC9
Complementary color
Monochromatic Colors of #874DC9
Black with #874DC9
Text Example
Text Example
White with #874DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DC9; }
p { color: rgb(135,77,201); }
H1.HeaderClassName
{
color: #874DC9;
}
.AnyTagClassName
{
color: #874DC9;
}
</style>
background-color css
<style>
a { background-color: #874DC9; }
a { background-color: rgb(135,77,201); }
div.DivClassName
{
background-color: #874DC9;
}
.BgClassName
{
background-color: #874DC9;
}
</style>
border-color css
<style>
span { border-color: #874DC9; }
span { border-color: rgb(135,77,201); }
td.TdClassName
{
border-color: #874DC9;
}
.TagClassName
{
border-color: #874DC9;
}
</style>