Shades of Deep Lilac #8C4ECC
Tints of Deep Lilac #8C4ECC
RGB
CMYK
RGB Variations
Color information
#8C4ECC (or 0x8C4ECC) is known color: Deep Lilac. HEX triplet: 8C, 4E and CC. RGB value is (140,78,204). Sum of RGB (Red+Green+Blue) = 140+78+204=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4ECC is #73B133. Grayscale: #6E6E6E. Windows color (decimal): -7582004 or 13389452. OLE color: 13389452.
HSL color Cylindrical-coordinate representation of color #8C4ECC: hue angle of 269.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4ECC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 78 | 204 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.2 |
| HSL | 269.52º | 0.55% | 0.55% | - |
| HSV(B) | 269.52º | 0.62% | 0.8% | - |
| XYZ | 24.44 | 15.38 | 58.81 | - |
| YUV | 110.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 204 | 0.31 | 0.62 | 0 | 0.2 | 269.52 | 0.55 | 0.55 |
| Hex | 8C | 4E | CC | 1F | 3E | 0 | 14 | 10E | 37 | 37 |
| Octal | 214 | 116 | 314 | 37 | 76 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001100 | 1001110 | 11001100 | 11111 | 111110 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8C4ECC
Complementary color
Monochromatic Colors of #8C4ECC
Black with #8C4ECC
Text Example
Text Example
White with #8C4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4ECC; }
p { color: rgb(140,78,204); }
H1.HeaderClassName
{
color: #8C4ECC;
}
.AnyTagClassName
{
color: #8C4ECC;
}
</style>
background-color css
<style>
a { background-color: #8C4ECC; }
a { background-color: rgb(140,78,204); }
div.DivClassName
{
background-color: #8C4ECC;
}
.BgClassName
{
background-color: #8C4ECC;
}
</style>
border-color css
<style>
span { border-color: #8C4ECC; }
span { border-color: rgb(140,78,204); }
td.TdClassName
{
border-color: #8C4ECC;
}
.TagClassName
{
border-color: #8C4ECC;
}
</style>