Shades of Deep Lilac #8C4ACE
Tints of Deep Lilac #8C4ACE
RGB
CMYK
RGB Variations
Color information
#8C4ACE (or 0x8C4ACE) is known color: Deep Lilac. HEX triplet: 8C, 4A and CE. RGB value is (140,74,206). Sum of RGB (Red+Green+Blue) = 140+74+206=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ACE is #73B531. Grayscale: #6C6C6C. Windows color (decimal): -7583026 or 13519500. OLE color: 13519500.
HSL color Cylindrical-coordinate representation of color #8C4ACE: hue angle of 270º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4ACE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 74 | 206 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.19 |
| HSL | 270º | 0.57% | 0.55% | - |
| HSV(B) | 270º | 0.64% | 0.81% | - |
| XYZ | 24.4 | 14.93 | 59.99 | - |
| YUV | 108.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 206 | 0.32 | 0.64 | 0 | 0.19 | 270 | 0.57 | 0.55 |
| Hex | 8C | 4A | CE | 20 | 40 | 0 | 13 | 10E | 39 | 37 |
| Octal | 214 | 112 | 316 | 40 | 100 | 0 | 23 | 416 | 71 | 67 |
| Binary | 10001100 | 1001010 | 11001110 | 100000 | 1000000 | 0 | 10011 | 100001110 | 111001 | 110111 |
Color Harmonies of #8C4ACE
Complementary color
Monochromatic Colors of #8C4ACE
Black with #8C4ACE
Text Example
Text Example
White with #8C4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4ACE; }
p { color: rgb(140,74,206); }
H1.HeaderClassName
{
color: #8C4ACE;
}
.AnyTagClassName
{
color: #8C4ACE;
}
</style>
background-color css
<style>
a { background-color: #8C4ACE; }
a { background-color: rgb(140,74,206); }
div.DivClassName
{
background-color: #8C4ACE;
}
.BgClassName
{
background-color: #8C4ACE;
}
</style>
border-color css
<style>
span { border-color: #8C4ACE; }
span { border-color: rgb(140,74,206); }
td.TdClassName
{
border-color: #8C4ACE;
}
.TagClassName
{
border-color: #8C4ACE;
}
</style>