Shades of Deep Lilac #8C5EAF
Tints of Deep Lilac #8C5EAF
RGB
CMYK
RGB Variations
Color information
#8C5EAF (or 0x8C5EAF) is known color: Deep Lilac. HEX triplet: 8C, 5E and AF. RGB value is (140,94,175). Sum of RGB (Red+Green+Blue) = 140+94+175=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5EAF is #73A150. Grayscale: #747474. Windows color (decimal): -7577937 or 11493004. OLE color: 11493004.
HSL color Cylindrical-coordinate representation of color #8C5EAF: hue angle of 274.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C5EAF is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 94 | 175 | - |
| CMYK | 0.2 | 0.46 | 0 | 0.31 |
| HSL | 274.07º | 0.34% | 0.53% | - |
| HSV(B) | 274.07º | 0.46% | 0.69% | - |
| XYZ | 22.56 | 16.68 | 42.59 | - |
| YUV | 116.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 175 | 0.2 | 0.46 | 0 | 0.31 | 274.07 | 0.34 | 0.53 |
| Hex | 8C | 5E | AF | 14 | 2E | 0 | 1F | 112 | 22 | 35 |
| Octal | 214 | 136 | 257 | 24 | 56 | 0 | 37 | 422 | 42 | 65 |
| Binary | 10001100 | 1011110 | 10101111 | 10100 | 101110 | 0 | 11111 | 100010010 | 100010 | 110101 |
Color Harmonies of #8C5EAF
Complementary color
Monochromatic Colors of #8C5EAF
Black with #8C5EAF
Text Example
Text Example
White with #8C5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5EAF; }
p { color: rgb(140,94,175); }
H1.HeaderClassName
{
color: #8C5EAF;
}
.AnyTagClassName
{
color: #8C5EAF;
}
</style>
background-color css
<style>
a { background-color: #8C5EAF; }
a { background-color: rgb(140,94,175); }
div.DivClassName
{
background-color: #8C5EAF;
}
.BgClassName
{
background-color: #8C5EAF;
}
</style>
border-color css
<style>
span { border-color: #8C5EAF; }
span { border-color: rgb(140,94,175); }
td.TdClassName
{
border-color: #8C5EAF;
}
.TagClassName
{
border-color: #8C5EAF;
}
</style>