Shades of Deep Lilac #8D4EAC
Tints of Deep Lilac #8D4EAC
RGB
CMYK
RGB Variations
Color information
#8D4EAC (or 0x8D4EAC) is known color: Deep Lilac. HEX triplet: 8D, 4E and AC. RGB value is (141,78,172). Sum of RGB (Red+Green+Blue) = 141+78+172=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4EAC is #72B153. Grayscale: #6B6B6B. Windows color (decimal): -7516500 or 11292301. OLE color: 11292301.
HSL color Cylindrical-coordinate representation of color #8D4EAC: hue angle of 280.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4EAC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 78 | 172 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.33 |
| HSL | 280.21º | 0.38% | 0.49% | - |
| HSV(B) | 280.21º | 0.55% | 0.67% | - |
| XYZ | 21.16 | 14.09 | 40.63 | - |
| YUV | 107.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 172 | 0.18 | 0.55 | 0 | 0.33 | 280.21 | 0.38 | 0.49 |
| Hex | 8D | 4E | AC | 12 | 37 | 0 | 21 | 118 | 26 | 31 |
| Octal | 215 | 116 | 254 | 22 | 67 | 0 | 41 | 430 | 46 | 61 |
| Binary | 10001101 | 1001110 | 10101100 | 10010 | 110111 | 0 | 100001 | 100011000 | 100110 | 110001 |
Color Harmonies of #8D4EAC
Complementary color
Monochromatic Colors of #8D4EAC
Black with #8D4EAC
Text Example
Text Example
White with #8D4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EAC; }
p { color: rgb(141,78,172); }
H1.HeaderClassName
{
color: #8D4EAC;
}
.AnyTagClassName
{
color: #8D4EAC;
}
</style>
background-color css
<style>
a { background-color: #8D4EAC; }
a { background-color: rgb(141,78,172); }
div.DivClassName
{
background-color: #8D4EAC;
}
.BgClassName
{
background-color: #8D4EAC;
}
</style>
border-color css
<style>
span { border-color: #8D4EAC; }
span { border-color: rgb(141,78,172); }
td.TdClassName
{
border-color: #8D4EAC;
}
.TagClassName
{
border-color: #8D4EAC;
}
</style>