Shades of Deep Lilac #8C4CAC
Tints of Deep Lilac #8C4CAC
RGB
CMYK
RGB Variations
Color information
#8C4CAC (or 0x8C4CAC) is known color: Deep Lilac. HEX triplet: 8C, 4C and AC. RGB value is (140,76,172). Sum of RGB (Red+Green+Blue) = 140+76+172=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4CAC is #73B353. Grayscale: #696969. Windows color (decimal): -7582548 or 11291788. OLE color: 11291788.
HSL color Cylindrical-coordinate representation of color #8C4CAC: hue angle of 280º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C4CAC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 76 | 172 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.33 |
| HSL | 280º | 0.39% | 0.49% | - |
| HSV(B) | 280º | 0.56% | 0.67% | - |
| XYZ | 20.85 | 13.72 | 40.58 | - |
| YUV | 106.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 172 | 0.19 | 0.56 | 0 | 0.33 | 280 | 0.39 | 0.49 |
| Hex | 8C | 4C | AC | 13 | 38 | 0 | 21 | 118 | 27 | 31 |
| Octal | 214 | 114 | 254 | 23 | 70 | 0 | 41 | 430 | 47 | 61 |
| Binary | 10001100 | 1001100 | 10101100 | 10011 | 111000 | 0 | 100001 | 100011000 | 100111 | 110001 |
Color Harmonies of #8C4CAC
Complementary color
Monochromatic Colors of #8C4CAC
Black with #8C4CAC
Text Example
Text Example
White with #8C4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CAC; }
p { color: rgb(140,76,172); }
H1.HeaderClassName
{
color: #8C4CAC;
}
.AnyTagClassName
{
color: #8C4CAC;
}
</style>
background-color css
<style>
a { background-color: #8C4CAC; }
a { background-color: rgb(140,76,172); }
div.DivClassName
{
background-color: #8C4CAC;
}
.BgClassName
{
background-color: #8C4CAC;
}
</style>
border-color css
<style>
span { border-color: #8C4CAC; }
span { border-color: rgb(140,76,172); }
td.TdClassName
{
border-color: #8C4CAC;
}
.TagClassName
{
border-color: #8C4CAC;
}
</style>