Shades of Deep Lilac #8D4CAE
Tints of Deep Lilac #8D4CAE
RGB
CMYK
RGB Variations
Color information
#8D4CAE (or 0x8D4CAE) is known color: Deep Lilac. HEX triplet: 8D, 4C and AE. RGB value is (141,76,174). Sum of RGB (Red+Green+Blue) = 141+76+174=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4CAE is #72B351. Grayscale: #6A6A6A. Windows color (decimal): -7517010 or 11422861. OLE color: 11422861.
HSL color Cylindrical-coordinate representation of color #8D4CAE: hue angle of 279.8º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D4CAE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 76 | 174 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.32 |
| HSL | 279.8º | 0.39% | 0.49% | - |
| HSV(B) | 279.8º | 0.56% | 0.68% | - |
| XYZ | 21.21 | 13.89 | 41.61 | - |
| YUV | 106.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 174 | 0.19 | 0.56 | 0 | 0.32 | 279.8 | 0.39 | 0.49 |
| Hex | 8D | 4C | AE | 13 | 38 | 0 | 20 | 118 | 27 | 31 |
| Octal | 215 | 114 | 256 | 23 | 70 | 0 | 40 | 430 | 47 | 61 |
| Binary | 10001101 | 1001100 | 10101110 | 10011 | 111000 | 0 | 100000 | 100011000 | 100111 | 110001 |
Color Harmonies of #8D4CAE
Complementary color
Monochromatic Colors of #8D4CAE
Black with #8D4CAE
Text Example
Text Example
White with #8D4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CAE; }
p { color: rgb(141,76,174); }
H1.HeaderClassName
{
color: #8D4CAE;
}
.AnyTagClassName
{
color: #8D4CAE;
}
</style>
background-color css
<style>
a { background-color: #8D4CAE; }
a { background-color: rgb(141,76,174); }
div.DivClassName
{
background-color: #8D4CAE;
}
.BgClassName
{
background-color: #8D4CAE;
}
</style>
border-color css
<style>
span { border-color: #8D4CAE; }
span { border-color: rgb(141,76,174); }
td.TdClassName
{
border-color: #8D4CAE;
}
.TagClassName
{
border-color: #8D4CAE;
}
</style>