Shades of Deep Lilac #8C3EAC
Tints of Deep Lilac #8C3EAC
RGB
CMYK
RGB Variations
Color information
#8C3EAC (or 0x8C3EAC) is known color: Deep Lilac. HEX triplet: 8C, 3E and AC. RGB value is (140,62,172). Sum of RGB (Red+Green+Blue) = 140+62+172=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3EAC is #73C153. Grayscale: #616161. Windows color (decimal): -7586132 or 11288204. OLE color: 11288204.
HSL color Cylindrical-coordinate representation of color #8C3EAC: hue angle of 282.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3EAC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 62 | 172 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.33 |
| HSL | 282.55º | 0.47% | 0.46% | - |
| HSV(B) | 282.55º | 0.64% | 0.67% | - |
| XYZ | 19.98 | 12 | 40.29 | - |
| YUV | 97.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 172 | 0.19 | 0.64 | 0 | 0.33 | 282.55 | 0.47 | 0.46 |
| Hex | 8C | 3E | AC | 13 | 40 | 0 | 21 | 11B | 2F | 2E |
| Octal | 214 | 76 | 254 | 23 | 100 | 0 | 41 | 433 | 57 | 56 |
| Binary | 10001100 | 111110 | 10101100 | 10011 | 1000000 | 0 | 100001 | 100011011 | 101111 | 101110 |
Color Harmonies of #8C3EAC
Complementary color
Monochromatic Colors of #8C3EAC
Black with #8C3EAC
Text Example
Text Example
White with #8C3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3EAC; }
p { color: rgb(140,62,172); }
H1.HeaderClassName
{
color: #8C3EAC;
}
.AnyTagClassName
{
color: #8C3EAC;
}
</style>
background-color css
<style>
a { background-color: #8C3EAC; }
a { background-color: rgb(140,62,172); }
div.DivClassName
{
background-color: #8C3EAC;
}
.BgClassName
{
background-color: #8C3EAC;
}
</style>
border-color css
<style>
span { border-color: #8C3EAC; }
span { border-color: rgb(140,62,172); }
td.TdClassName
{
border-color: #8C3EAC;
}
.TagClassName
{
border-color: #8C3EAC;
}
</style>