Shades of Deep Lilac #8E58BC
Tints of Deep Lilac #8E58BC
RGB
CMYK
RGB Variations
Color information
#8E58BC (or 0x8E58BC) is known color: Deep Lilac. HEX triplet: 8E, 58 and BC. RGB value is (142,88,188). Sum of RGB (Red+Green+Blue) = 142+88+188=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E58BC is #71A743. Grayscale: #737373. Windows color (decimal): -7448388 or 12343438. OLE color: 12343438.
HSL color Cylindrical-coordinate representation of color #8E58BC: hue angle of 272.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E58BC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 88 | 188 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.26 |
| HSL | 272.4º | 0.43% | 0.54% | - |
| HSV(B) | 272.4º | 0.53% | 0.74% | - |
| XYZ | 23.72 | 16.36 | 49.48 | - |
| YUV | 115.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 188 | 0.24 | 0.53 | 0 | 0.26 | 272.4 | 0.43 | 0.54 |
| Hex | 8E | 58 | BC | 18 | 35 | 0 | 1A | 110 | 2B | 36 |
| Octal | 216 | 130 | 274 | 30 | 65 | 0 | 32 | 420 | 53 | 66 |
| Binary | 10001110 | 1011000 | 10111100 | 11000 | 110101 | 0 | 11010 | 100010000 | 101011 | 110110 |
Color Harmonies of #8E58BC
Complementary color
Monochromatic Colors of #8E58BC
Black with #8E58BC
Text Example
Text Example
White with #8E58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E58BC; }
p { color: rgb(142,88,188); }
H1.HeaderClassName
{
color: #8E58BC;
}
.AnyTagClassName
{
color: #8E58BC;
}
</style>
background-color css
<style>
a { background-color: #8E58BC; }
a { background-color: rgb(142,88,188); }
div.DivClassName
{
background-color: #8E58BC;
}
.BgClassName
{
background-color: #8E58BC;
}
</style>
border-color css
<style>
span { border-color: #8E58BC; }
span { border-color: rgb(142,88,188); }
td.TdClassName
{
border-color: #8E58BC;
}
.TagClassName
{
border-color: #8E58BC;
}
</style>