Shades of Deep Lilac #8C56AE
Tints of Deep Lilac #8C56AE
RGB
CMYK
RGB Variations
Color information
#8C56AE (or 0x8C56AE) is known color: Deep Lilac. HEX triplet: 8C, 56 and AE. RGB value is (140,86,174). Sum of RGB (Red+Green+Blue) = 140+86+174=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C56AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C56AE is #73A951. Grayscale: #6F6F6F. Windows color (decimal): -7579986 or 11425420. OLE color: 11425420.
HSL color Cylindrical-coordinate representation of color #8C56AE: hue angle of 276.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C56AE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 86 | 174 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.32 |
| HSL | 276.82º | 0.35% | 0.51% | - |
| HSV(B) | 276.82º | 0.51% | 0.68% | - |
| XYZ | 21.78 | 15.29 | 41.85 | - |
| YUV | 112.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 174 | 0.20 | 0.51 | 0 | 0.32 | 276.82 | 0.35 | 0.51 |
| Hex | 8C | 56 | AE | 14 | 33 | 0 | 20 | 115 | 23 | 33 |
| Octal | 214 | 126 | 256 | 24 | 63 | 0 | 40 | 425 | 43 | 63 |
| Binary | 10001100 | 1010110 | 10101110 | 10100 | 110011 | 0 | 100000 | 100010101 | 100011 | 110011 |
Color Harmonies of #8C56AE
Complementary color
Monochromatic Colors of #8C56AE
Black with #8C56AE
Text Example
Text Example
White with #8C56AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C56AE; }
p { color: rgb(140,86,174); }
H1.HeaderClassName
{
color: #8C56AE;
}
.AnyTagClassName
{
color: #8C56AE;
}
</style>
background-color css
<style>
a { background-color: #8C56AE; }
a { background-color: rgb(140,86,174); }
div.DivClassName
{
background-color: #8C56AE;
}
.BgClassName
{
background-color: #8C56AE;
}
</style>
border-color css
<style>
span { border-color: #8C56AE; }
span { border-color: rgb(140,86,174); }
td.TdClassName
{
border-color: #8C56AE;
}
.TagClassName
{
border-color: #8C56AE;
}
</style>