Shades of Deep Lilac #8D4EAA
Tints of Deep Lilac #8D4EAA
RGB
CMYK
RGB Variations
Color information
#8D4EAA (or 0x8D4EAA) is known color: Deep Lilac. HEX triplet: 8D, 4E and AA. RGB value is (141,78,170). Sum of RGB (Red+Green+Blue) = 141+78+170=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D4EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4EAA is #72B155. Grayscale: #6B6B6B. Windows color (decimal): -7516502 or 11161229. OLE color: 11161229.
HSL color Cylindrical-coordinate representation of color #8D4EAA: hue angle of 281.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4EAA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 78 | 170 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.33 |
| HSL | 281.09º | 0.37% | 0.49% | - |
| HSV(B) | 281.09º | 0.54% | 0.67% | - |
| XYZ | 20.96 | 14.01 | 39.63 | - |
| YUV | 107.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 170 | 0.17 | 0.54 | 0 | 0.33 | 281.09 | 0.37 | 0.49 |
| Hex | 8D | 4E | AA | 11 | 36 | 0 | 21 | 119 | 25 | 31 |
| Octal | 215 | 116 | 252 | 21 | 66 | 0 | 41 | 431 | 45 | 61 |
| Binary | 10001101 | 1001110 | 10101010 | 10001 | 110110 | 0 | 100001 | 100011001 | 100101 | 110001 |
Color Harmonies of #8D4EAA
Complementary color
Monochromatic Colors of #8D4EAA
Black with #8D4EAA
Text Example
Text Example
White with #8D4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EAA; }
p { color: rgb(141,78,170); }
H1.HeaderClassName
{
color: #8D4EAA;
}
.AnyTagClassName
{
color: #8D4EAA;
}
</style>
background-color css
<style>
a { background-color: #8D4EAA; }
a { background-color: rgb(141,78,170); }
div.DivClassName
{
background-color: #8D4EAA;
}
.BgClassName
{
background-color: #8D4EAA;
}
</style>
border-color css
<style>
span { border-color: #8D4EAA; }
span { border-color: rgb(141,78,170); }
td.TdClassName
{
border-color: #8D4EAA;
}
.TagClassName
{
border-color: #8D4EAA;
}
</style>