Shades of Deep Lilac #8C4DCC
Tints of Deep Lilac #8C4DCC
RGB
CMYK
RGB Variations
Color information
#8C4DCC (or 0x8C4DCC) is known color: Deep Lilac. HEX triplet: 8C, 4D and CC. RGB value is (140,77,204). Sum of RGB (Red+Green+Blue) = 140+77+204=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DCC is #73B233. Grayscale: #6D6D6D. Windows color (decimal): -7582260 or 13389196. OLE color: 13389196.
HSL color Cylindrical-coordinate representation of color #8C4DCC: hue angle of 269.76º 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 #8C4DCC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 77 | 204 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.2 |
| HSL | 269.76º | 0.55% | 0.55% | - |
| HSV(B) | 269.76º | 0.62% | 0.8% | - |
| XYZ | 24.37 | 15.24 | 58.78 | - |
| YUV | 110.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 204 | 0.31 | 0.62 | 0 | 0.2 | 269.76 | 0.55 | 0.55 |
| Hex | 8C | 4D | CC | 1F | 3E | 0 | 14 | 10E | 37 | 37 |
| Octal | 214 | 115 | 314 | 37 | 76 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001100 | 1001101 | 11001100 | 11111 | 111110 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8C4DCC
Complementary color
Monochromatic Colors of #8C4DCC
Black with #8C4DCC
Text Example
Text Example
White with #8C4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DCC; }
p { color: rgb(140,77,204); }
H1.HeaderClassName
{
color: #8C4DCC;
}
.AnyTagClassName
{
color: #8C4DCC;
}
</style>
background-color css
<style>
a { background-color: #8C4DCC; }
a { background-color: rgb(140,77,204); }
div.DivClassName
{
background-color: #8C4DCC;
}
.BgClassName
{
background-color: #8C4DCC;
}
</style>
border-color css
<style>
span { border-color: #8C4DCC; }
span { border-color: rgb(140,77,204); }
td.TdClassName
{
border-color: #8C4DCC;
}
.TagClassName
{
border-color: #8C4DCC;
}
</style>