Shades of Deep Lilac #874DC6
Tints of Deep Lilac #874DC6
RGB
CMYK
RGB Variations
Color information
#874DC6 (or 0x874DC6) is known color: Deep Lilac. HEX triplet: 87, 4D and C6. RGB value is (135,77,198). Sum of RGB (Red+Green+Blue) = 135+77+198=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #874DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DC6 is #78B239. Grayscale: #6B6B6B. Windows color (decimal): -7909946 or 12995975. OLE color: 12995975.
HSL color Cylindrical-coordinate representation of color #874DC6: hue angle of 268.76º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874DC6 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 77 | 198 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.22 |
| HSL | 268.76º | 0.51% | 0.54% | - |
| HSV(B) | 268.76º | 0.61% | 0.78% | - |
| XYZ | 22.84 | 14.54 | 55.03 | - |
| YUV | 108.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 198 | 0.32 | 0.61 | 0 | 0.22 | 268.76 | 0.51 | 0.54 |
| Hex | 87 | 4D | C6 | 20 | 3D | 0 | 16 | 10D | 33 | 36 |
| Octal | 207 | 115 | 306 | 40 | 75 | 0 | 26 | 415 | 63 | 66 |
| Binary | 10000111 | 1001101 | 11000110 | 100000 | 111101 | 0 | 10110 | 100001101 | 110011 | 110110 |
Color Harmonies of #874DC6
Complementary color
Monochromatic Colors of #874DC6
Black with #874DC6
Text Example
Text Example
White with #874DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DC6; }
p { color: rgb(135,77,198); }
H1.HeaderClassName
{
color: #874DC6;
}
.AnyTagClassName
{
color: #874DC6;
}
</style>
background-color css
<style>
a { background-color: #874DC6; }
a { background-color: rgb(135,77,198); }
div.DivClassName
{
background-color: #874DC6;
}
.BgClassName
{
background-color: #874DC6;
}
</style>
border-color css
<style>
span { border-color: #874DC6; }
span { border-color: rgb(135,77,198); }
td.TdClassName
{
border-color: #874DC6;
}
.TagClassName
{
border-color: #874DC6;
}
</style>