Shades of Deep Lilac #8C5CAE
Tints of Deep Lilac #8C5CAE
RGB
CMYK
RGB Variations
Color information
#8C5CAE (or 0x8C5CAE) is known color: Deep Lilac. HEX triplet: 8C, 5C and AE. RGB value is (140,92,174). Sum of RGB (Red+Green+Blue) = 140+92+174=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5CAE is #73A351. Grayscale: #737373. Windows color (decimal): -7578450 or 11426956. OLE color: 11426956.
HSL color Cylindrical-coordinate representation of color #8C5CAE: hue angle of 275.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5CAE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 92 | 174 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.32 |
| HSL | 275.12º | 0.34% | 0.52% | - |
| HSV(B) | 275.12º | 0.47% | 0.68% | - |
| XYZ | 22.28 | 16.29 | 42.01 | - |
| YUV | 115.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 174 | 0.20 | 0.47 | 0 | 0.32 | 275.12 | 0.34 | 0.52 |
| Hex | 8C | 5C | AE | 14 | 2F | 0 | 20 | 113 | 22 | 34 |
| Octal | 214 | 134 | 256 | 24 | 57 | 0 | 40 | 423 | 42 | 64 |
| Binary | 10001100 | 1011100 | 10101110 | 10100 | 101111 | 0 | 100000 | 100010011 | 100010 | 110100 |
Color Harmonies of #8C5CAE
Complementary color
Monochromatic Colors of #8C5CAE
Black with #8C5CAE
Text Example
Text Example
White with #8C5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CAE; }
p { color: rgb(140,92,174); }
H1.HeaderClassName
{
color: #8C5CAE;
}
.AnyTagClassName
{
color: #8C5CAE;
}
</style>
background-color css
<style>
a { background-color: #8C5CAE; }
a { background-color: rgb(140,92,174); }
div.DivClassName
{
background-color: #8C5CAE;
}
.BgClassName
{
background-color: #8C5CAE;
}
</style>
border-color css
<style>
span { border-color: #8C5CAE; }
span { border-color: rgb(140,92,174); }
td.TdClassName
{
border-color: #8C5CAE;
}
.TagClassName
{
border-color: #8C5CAE;
}
</style>