Shades of Deep Lilac #8C4DA6
Tints of Deep Lilac #8C4DA6
RGB
CMYK
RGB Variations
Color information
#8C4DA6 (or 0x8C4DA6) is known color: Deep Lilac. HEX triplet: 8C, 4D and A6. RGB value is (140,77,166). Sum of RGB (Red+Green+Blue) = 140+77+166=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C4DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4DA6 is #73B259. Grayscale: #696969. Windows color (decimal): -7582298 or 10898828. OLE color: 10898828.
HSL color Cylindrical-coordinate representation of color #8C4DA6: hue angle of 282.47º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4DA6 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 77 | 166 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.35 |
| HSL | 282.47º | 0.37% | 0.48% | - |
| HSV(B) | 282.47º | 0.54% | 0.65% | - |
| XYZ | 20.35 | 13.64 | 37.64 | - |
| YUV | 105.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 166 | 0.16 | 0.54 | 0 | 0.35 | 282.47 | 0.37 | 0.48 |
| Hex | 8C | 4D | A6 | 10 | 36 | 0 | 23 | 11A | 25 | 30 |
| Octal | 214 | 115 | 246 | 20 | 66 | 0 | 43 | 432 | 45 | 60 |
| Binary | 10001100 | 1001101 | 10100110 | 10000 | 110110 | 0 | 100011 | 100011010 | 100101 | 110000 |
Color Harmonies of #8C4DA6
Complementary color
Monochromatic Colors of #8C4DA6
Black with #8C4DA6
Text Example
Text Example
White with #8C4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DA6; }
p { color: rgb(140,77,166); }
H1.HeaderClassName
{
color: #8C4DA6;
}
.AnyTagClassName
{
color: #8C4DA6;
}
</style>
background-color css
<style>
a { background-color: #8C4DA6; }
a { background-color: rgb(140,77,166); }
div.DivClassName
{
background-color: #8C4DA6;
}
.BgClassName
{
background-color: #8C4DA6;
}
</style>
border-color css
<style>
span { border-color: #8C4DA6; }
span { border-color: rgb(140,77,166); }
td.TdClassName
{
border-color: #8C4DA6;
}
.TagClassName
{
border-color: #8C4DA6;
}
</style>