Shades of Deep Lilac #8E56C1
Tints of Deep Lilac #8E56C1
RGB
CMYK
RGB Variations
Color information
#8E56C1 (or 0x8E56C1) is known color: Deep Lilac. HEX triplet: 8E, 56 and C1. RGB value is (142,86,193). Sum of RGB (Red+Green+Blue) = 142+86+193=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E56C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56C1 is #71A93E. Grayscale: #727272. Windows color (decimal): -7448895 or 12670606. OLE color: 12670606.
HSL color Cylindrical-coordinate representation of color #8E56C1: hue angle of 271.4º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E56C1 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 86 | 193 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.24 |
| HSL | 271.4º | 0.46% | 0.55% | - |
| HSV(B) | 271.4º | 0.55% | 0.76% | - |
| XYZ | 24.11 | 16.26 | 52.32 | - |
| YUV | 114.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 193 | 0.26 | 0.55 | 0 | 0.24 | 271.4 | 0.46 | 0.55 |
| Hex | 8E | 56 | C1 | 1A | 37 | 0 | 18 | 10F | 2E | 37 |
| Octal | 216 | 126 | 301 | 32 | 67 | 0 | 30 | 417 | 56 | 67 |
| Binary | 10001110 | 1010110 | 11000001 | 11010 | 110111 | 0 | 11000 | 100001111 | 101110 | 110111 |
Color Harmonies of #8E56C1
Complementary color
Monochromatic Colors of #8E56C1
Black with #8E56C1
Text Example
Text Example
White with #8E56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E56C1; }
p { color: rgb(142,86,193); }
H1.HeaderClassName
{
color: #8E56C1;
}
.AnyTagClassName
{
color: #8E56C1;
}
</style>
background-color css
<style>
a { background-color: #8E56C1; }
a { background-color: rgb(142,86,193); }
div.DivClassName
{
background-color: #8E56C1;
}
.BgClassName
{
background-color: #8E56C1;
}
</style>
border-color css
<style>
span { border-color: #8E56C1; }
span { border-color: rgb(142,86,193); }
td.TdClassName
{
border-color: #8E56C1;
}
.TagClassName
{
border-color: #8E56C1;
}
</style>