Shades of Deep Lilac #8E3FAE
Tints of Deep Lilac #8E3FAE
RGB
CMYK
RGB Variations
Color information
#8E3FAE (or 0x8E3FAE) is known color: Deep Lilac. HEX triplet: 8E, 3F and AE. RGB value is (142,63,174). Sum of RGB (Red+Green+Blue) = 142+63+174=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3FAE is #71C051. Grayscale: #626262. Windows color (decimal): -7454802 or 11419534. OLE color: 11419534.
HSL color Cylindrical-coordinate representation of color #8E3FAE: hue angle of 282.7º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3FAE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 63 | 174 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.32 |
| HSL | 282.7º | 0.47% | 0.46% | - |
| HSV(B) | 282.7º | 0.64% | 0.68% | - |
| XYZ | 20.57 | 12.36 | 41.35 | - |
| YUV | 99.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 174 | 0.18 | 0.64 | 0 | 0.32 | 282.7 | 0.47 | 0.46 |
| Hex | 8E | 3F | AE | 12 | 40 | 0 | 20 | 11B | 2F | 2E |
| Octal | 216 | 77 | 256 | 22 | 100 | 0 | 40 | 433 | 57 | 56 |
| Binary | 10001110 | 111111 | 10101110 | 10010 | 1000000 | 0 | 100000 | 100011011 | 101111 | 101110 |
Color Harmonies of #8E3FAE
Complementary color
Monochromatic Colors of #8E3FAE
Black with #8E3FAE
Text Example
Text Example
White with #8E3FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3FAE; }
p { color: rgb(142,63,174); }
H1.HeaderClassName
{
color: #8E3FAE;
}
.AnyTagClassName
{
color: #8E3FAE;
}
</style>
background-color css
<style>
a { background-color: #8E3FAE; }
a { background-color: rgb(142,63,174); }
div.DivClassName
{
background-color: #8E3FAE;
}
.BgClassName
{
background-color: #8E3FAE;
}
</style>
border-color css
<style>
span { border-color: #8E3FAE; }
span { border-color: rgb(142,63,174); }
td.TdClassName
{
border-color: #8E3FAE;
}
.TagClassName
{
border-color: #8E3FAE;
}
</style>