Shades of Deep Lilac #8C40AE
Tints of Deep Lilac #8C40AE
RGB
CMYK
RGB Variations
Color information
#8C40AE (or 0x8C40AE) is known color: Deep Lilac. HEX triplet: 8C, 40 and AE. RGB value is (140,64,174). Sum of RGB (Red+Green+Blue) = 140+64+174=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C40AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C40AE is #73BF51. Grayscale: #626262. Windows color (decimal): -7585618 or 11419788. OLE color: 11419788.
HSL color Cylindrical-coordinate representation of color #8C40AE: hue angle of 281.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C40AE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 64 | 174 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.32 |
| HSL | 281.45º | 0.46% | 0.47% | - |
| HSV(B) | 281.45º | 0.63% | 0.68% | - |
| XYZ | 20.29 | 12.3 | 41.35 | - |
| YUV | 99.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 174 | 0.20 | 0.63 | 0 | 0.32 | 281.45 | 0.46 | 0.47 |
| Hex | 8C | 40 | AE | 14 | 3F | 0 | 20 | 119 | 2E | 2F |
| Octal | 214 | 100 | 256 | 24 | 77 | 0 | 40 | 431 | 56 | 57 |
| Binary | 10001100 | 1000000 | 10101110 | 10100 | 111111 | 0 | 100000 | 100011001 | 101110 | 101111 |
Color Harmonies of #8C40AE
Complementary color
Monochromatic Colors of #8C40AE
Black with #8C40AE
Text Example
Text Example
White with #8C40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40AE; }
p { color: rgb(140,64,174); }
H1.HeaderClassName
{
color: #8C40AE;
}
.AnyTagClassName
{
color: #8C40AE;
}
</style>
background-color css
<style>
a { background-color: #8C40AE; }
a { background-color: rgb(140,64,174); }
div.DivClassName
{
background-color: #8C40AE;
}
.BgClassName
{
background-color: #8C40AE;
}
</style>
border-color css
<style>
span { border-color: #8C40AE; }
span { border-color: rgb(140,64,174); }
td.TdClassName
{
border-color: #8C40AE;
}
.TagClassName
{
border-color: #8C40AE;
}
</style>