Shades of Deep Lilac #8D4EC6
Tints of Deep Lilac #8D4EC6
RGB
CMYK
RGB Variations
Color information
#8D4EC6 (or 0x8D4EC6) is known color: Deep Lilac. HEX triplet: 8D, 4E and C6. RGB value is (141,78,198). Sum of RGB (Red+Green+Blue) = 141+78+198=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D4EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4EC6 is #72B139. Grayscale: #6E6E6E. Windows color (decimal): -7516474 or 12996237. OLE color: 12996237.
HSL color Cylindrical-coordinate representation of color #8D4EC6: hue angle of 271.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D4EC6 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 78 | 198 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.22 |
| HSL | 271.5º | 0.51% | 0.54% | - |
| HSV(B) | 271.5º | 0.61% | 0.78% | - |
| XYZ | 23.9 | 15.19 | 55.1 | - |
| YUV | 110.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 198 | 0.29 | 0.61 | 0 | 0.22 | 271.5 | 0.51 | 0.54 |
| Hex | 8D | 4E | C6 | 1D | 3D | 0 | 16 | 110 | 33 | 36 |
| Octal | 215 | 116 | 306 | 35 | 75 | 0 | 26 | 420 | 63 | 66 |
| Binary | 10001101 | 1001110 | 11000110 | 11101 | 111101 | 0 | 10110 | 100010000 | 110011 | 110110 |
Color Harmonies of #8D4EC6
Complementary color
Monochromatic Colors of #8D4EC6
Black with #8D4EC6
Text Example
Text Example
White with #8D4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EC6; }
p { color: rgb(141,78,198); }
H1.HeaderClassName
{
color: #8D4EC6;
}
.AnyTagClassName
{
color: #8D4EC6;
}
</style>
background-color css
<style>
a { background-color: #8D4EC6; }
a { background-color: rgb(141,78,198); }
div.DivClassName
{
background-color: #8D4EC6;
}
.BgClassName
{
background-color: #8D4EC6;
}
</style>
border-color css
<style>
span { border-color: #8D4EC6; }
span { border-color: rgb(141,78,198); }
td.TdClassName
{
border-color: #8D4EC6;
}
.TagClassName
{
border-color: #8D4EC6;
}
</style>