Shades of Deep Lilac #8E5EBA
Tints of Deep Lilac #8E5EBA
RGB
CMYK
RGB Variations
Color information
#8E5EBA (or 0x8E5EBA) is known color: Deep Lilac. HEX triplet: 8E, 5E and BA. RGB value is (142,94,186). Sum of RGB (Red+Green+Blue) = 142+94+186=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EBA is #71A145. Grayscale: #767676. Windows color (decimal): -7446854 or 12213902. OLE color: 12213902.
HSL color Cylindrical-coordinate representation of color #8E5EBA: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E5EBA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 94 | 186 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.27 |
| HSL | 271.3º | 0.4% | 0.55% | - |
| HSV(B) | 271.3º | 0.49% | 0.73% | - |
| XYZ | 24.02 | 17.3 | 48.53 | - |
| YUV | 118.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 186 | 0.24 | 0.49 | 0 | 0.27 | 271.3 | 0.4 | 0.55 |
| Hex | 8E | 5E | BA | 18 | 31 | 0 | 1B | 10F | 28 | 37 |
| Octal | 216 | 136 | 272 | 30 | 61 | 0 | 33 | 417 | 50 | 67 |
| Binary | 10001110 | 1011110 | 10111010 | 11000 | 110001 | 0 | 11011 | 100001111 | 101000 | 110111 |
Color Harmonies of #8E5EBA
Complementary color
Monochromatic Colors of #8E5EBA
Black with #8E5EBA
Text Example
Text Example
White with #8E5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5EBA; }
p { color: rgb(142,94,186); }
H1.HeaderClassName
{
color: #8E5EBA;
}
.AnyTagClassName
{
color: #8E5EBA;
}
</style>
background-color css
<style>
a { background-color: #8E5EBA; }
a { background-color: rgb(142,94,186); }
div.DivClassName
{
background-color: #8E5EBA;
}
.BgClassName
{
background-color: #8E5EBA;
}
</style>
border-color css
<style>
span { border-color: #8E5EBA; }
span { border-color: rgb(142,94,186); }
td.TdClassName
{
border-color: #8E5EBA;
}
.TagClassName
{
border-color: #8E5EBA;
}
</style>