Shades of Deep Lilac #874EC2
Tints of Deep Lilac #874EC2
RGB
CMYK
RGB Variations
Color information
#874EC2 (or 0x874EC2) is known color: Deep Lilac. HEX triplet: 87, 4E and C2. RGB value is (135,78,194). Sum of RGB (Red+Green+Blue) = 135+78+194=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #874EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EC2 is #78B13D. Grayscale: #6B6B6B. Windows color (decimal): -7909694 or 12734087. OLE color: 12734087.
HSL color Cylindrical-coordinate representation of color #874EC2: hue angle of 269.48º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874EC2 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 78 | 194 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.24 |
| HSL | 269.48º | 0.49% | 0.53% | - |
| HSV(B) | 269.48º | 0.6% | 0.76% | - |
| XYZ | 22.45 | 14.49 | 52.65 | - |
| YUV | 108.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 194 | 0.30 | 0.60 | 0 | 0.24 | 269.48 | 0.49 | 0.53 |
| Hex | 87 | 4E | C2 | 1E | 3C | 0 | 18 | 10D | 31 | 35 |
| Octal | 207 | 116 | 302 | 36 | 74 | 0 | 30 | 415 | 61 | 65 |
| Binary | 10000111 | 1001110 | 11000010 | 11110 | 111100 | 0 | 11000 | 100001101 | 110001 | 110101 |
Color Harmonies of #874EC2
Complementary color
Monochromatic Colors of #874EC2
Black with #874EC2
Text Example
Text Example
White with #874EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874EC2; }
p { color: rgb(135,78,194); }
H1.HeaderClassName
{
color: #874EC2;
}
.AnyTagClassName
{
color: #874EC2;
}
</style>
background-color css
<style>
a { background-color: #874EC2; }
a { background-color: rgb(135,78,194); }
div.DivClassName
{
background-color: #874EC2;
}
.BgClassName
{
background-color: #874EC2;
}
</style>
border-color css
<style>
span { border-color: #874EC2; }
span { border-color: rgb(135,78,194); }
td.TdClassName
{
border-color: #874EC2;
}
.TagClassName
{
border-color: #874EC2;
}
</style>