Shades of Deep Lilac #8D4EAE
Tints of Deep Lilac #8D4EAE
RGB
CMYK
RGB Variations
Color information
#8D4EAE (or 0x8D4EAE) is known color: Deep Lilac. HEX triplet: 8D, 4E and AE. RGB value is (141,78,174). Sum of RGB (Red+Green+Blue) = 141+78+174=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4EAE is #72B151. Grayscale: #6B6B6B. Windows color (decimal): -7516498 or 11423373. OLE color: 11423373.
HSL color Cylindrical-coordinate representation of color #8D4EAE: hue angle of 279.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4EAE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 78 | 174 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.32 |
| HSL | 279.38º | 0.38% | 0.49% | - |
| HSV(B) | 279.38º | 0.55% | 0.68% | - |
| XYZ | 21.35 | 14.17 | 41.65 | - |
| YUV | 107.78 | 165.37 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 174 | 0.19 | 0.55 | 0 | 0.32 | 279.38 | 0.38 | 0.49 |
| Hex | 8D | 4E | AE | 13 | 37 | 0 | 20 | 117 | 26 | 31 |
| Octal | 215 | 116 | 256 | 23 | 67 | 0 | 40 | 427 | 46 | 61 |
| Binary | 10001101 | 1001110 | 10101110 | 10011 | 110111 | 0 | 100000 | 100010111 | 100110 | 110001 |
Color Harmonies of #8D4EAE
Complementary color
Monochromatic Colors of #8D4EAE
Black with #8D4EAE
Text Example
Text Example
White with #8D4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EAE; }
p { color: rgb(141,78,174); }
H1.HeaderClassName
{
color: #8D4EAE;
}
.AnyTagClassName
{
color: #8D4EAE;
}
</style>
background-color css
<style>
a { background-color: #8D4EAE; }
a { background-color: rgb(141,78,174); }
div.DivClassName
{
background-color: #8D4EAE;
}
.BgClassName
{
background-color: #8D4EAE;
}
</style>
border-color css
<style>
span { border-color: #8D4EAE; }
span { border-color: rgb(141,78,174); }
td.TdClassName
{
border-color: #8D4EAE;
}
.TagClassName
{
border-color: #8D4EAE;
}
</style>