Shades of Deep Lilac #8C40AD
Tints of Deep Lilac #8C40AD
RGB
CMYK
RGB Variations
Color information
#8C40AD (or 0x8C40AD) is known color: Deep Lilac. HEX triplet: 8C, 40 and AD. RGB value is (140,64,173). Sum of RGB (Red+Green+Blue) = 140+64+173=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C40AD is #73BF52. Grayscale: #626262. Windows color (decimal): -7585619 or 11354252. OLE color: 11354252.
HSL color Cylindrical-coordinate representation of color #8C40AD: hue angle of 281.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C40AD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 64 | 173 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.32 |
| HSL | 281.83º | 0.46% | 0.46% | - |
| HSV(B) | 281.83º | 0.63% | 0.68% | - |
| XYZ | 20.19 | 12.26 | 40.84 | - |
| YUV | 99.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 173 | 0.19 | 0.63 | 0 | 0.32 | 281.83 | 0.46 | 0.46 |
| Hex | 8C | 40 | AD | 13 | 3F | 0 | 20 | 11A | 2E | 2E |
| Octal | 214 | 100 | 255 | 23 | 77 | 0 | 40 | 432 | 56 | 56 |
| Binary | 10001100 | 1000000 | 10101101 | 10011 | 111111 | 0 | 100000 | 100011010 | 101110 | 101110 |
Color Harmonies of #8C40AD
Complementary color
Monochromatic Colors of #8C40AD
Black with #8C40AD
Text Example
Text Example
White with #8C40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40AD; }
p { color: rgb(140,64,173); }
H1.HeaderClassName
{
color: #8C40AD;
}
.AnyTagClassName
{
color: #8C40AD;
}
</style>
background-color css
<style>
a { background-color: #8C40AD; }
a { background-color: rgb(140,64,173); }
div.DivClassName
{
background-color: #8C40AD;
}
.BgClassName
{
background-color: #8C40AD;
}
</style>
border-color css
<style>
span { border-color: #8C40AD; }
span { border-color: rgb(140,64,173); }
td.TdClassName
{
border-color: #8C40AD;
}
.TagClassName
{
border-color: #8C40AD;
}
</style>