Shades of Deep Lilac #8C40AC
Tints of Deep Lilac #8C40AC
RGB
CMYK
RGB Variations
Color information
#8C40AC (or 0x8C40AC) is known color: Deep Lilac. HEX triplet: 8C, 40 and AC. RGB value is (140,64,172). Sum of RGB (Red+Green+Blue) = 140+64+172=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C40AC is #73BF53. Grayscale: #626262. Windows color (decimal): -7585620 or 11288716. OLE color: 11288716.
HSL color Cylindrical-coordinate representation of color #8C40AC: hue angle of 282.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C40AC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 64 | 172 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.33 |
| HSL | 282.22º | 0.46% | 0.46% | - |
| HSV(B) | 282.22º | 0.63% | 0.67% | - |
| XYZ | 20.1 | 12.22 | 40.33 | - |
| YUV | 99.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 172 | 0.19 | 0.63 | 0 | 0.33 | 282.22 | 0.46 | 0.46 |
| Hex | 8C | 40 | AC | 13 | 3F | 0 | 21 | 11A | 2E | 2E |
| Octal | 214 | 100 | 254 | 23 | 77 | 0 | 41 | 432 | 56 | 56 |
| Binary | 10001100 | 1000000 | 10101100 | 10011 | 111111 | 0 | 100001 | 100011010 | 101110 | 101110 |
Color Harmonies of #8C40AC
Complementary color
Monochromatic Colors of #8C40AC
Black with #8C40AC
Text Example
Text Example
White with #8C40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40AC; }
p { color: rgb(140,64,172); }
H1.HeaderClassName
{
color: #8C40AC;
}
.AnyTagClassName
{
color: #8C40AC;
}
</style>
background-color css
<style>
a { background-color: #8C40AC; }
a { background-color: rgb(140,64,172); }
div.DivClassName
{
background-color: #8C40AC;
}
.BgClassName
{
background-color: #8C40AC;
}
</style>
border-color css
<style>
span { border-color: #8C40AC; }
span { border-color: rgb(140,64,172); }
td.TdClassName
{
border-color: #8C40AC;
}
.TagClassName
{
border-color: #8C40AC;
}
</style>