Shades of Deep Lilac #8E51B4
Tints of Deep Lilac #8E51B4
RGB
CMYK
RGB Variations
Color information
#8E51B4 (or 0x8E51B4) is known color: Deep Lilac. HEX triplet: 8E, 51 and B4. RGB value is (142,81,180). Sum of RGB (Red+Green+Blue) = 142+81+180=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E51B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E51B4 is #71AE4B. Grayscale: #6E6E6E. Windows color (decimal): -7450188 or 11817358. OLE color: 11817358.
HSL color Cylindrical-coordinate representation of color #8E51B4: hue angle of 276.97º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E51B4 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 81 | 180 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.29 |
| HSL | 276.97º | 0.4% | 0.51% | - |
| HSV(B) | 276.97º | 0.55% | 0.71% | - |
| XYZ | 22.34 | 14.93 | 44.88 | - |
| YUV | 110.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 180 | 0.21 | 0.55 | 0 | 0.29 | 276.97 | 0.4 | 0.51 |
| Hex | 8E | 51 | B4 | 15 | 37 | 0 | 1D | 115 | 28 | 33 |
| Octal | 216 | 121 | 264 | 25 | 67 | 0 | 35 | 425 | 50 | 63 |
| Binary | 10001110 | 1010001 | 10110100 | 10101 | 110111 | 0 | 11101 | 100010101 | 101000 | 110011 |
Color Harmonies of #8E51B4
Complementary color
Monochromatic Colors of #8E51B4
Black with #8E51B4
Text Example
Text Example
White with #8E51B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E51B4; }
p { color: rgb(142,81,180); }
H1.HeaderClassName
{
color: #8E51B4;
}
.AnyTagClassName
{
color: #8E51B4;
}
</style>
background-color css
<style>
a { background-color: #8E51B4; }
a { background-color: rgb(142,81,180); }
div.DivClassName
{
background-color: #8E51B4;
}
.BgClassName
{
background-color: #8E51B4;
}
</style>
border-color css
<style>
span { border-color: #8E51B4; }
span { border-color: rgb(142,81,180); }
td.TdClassName
{
border-color: #8E51B4;
}
.TagClassName
{
border-color: #8E51B4;
}
</style>