Shades of Deep Lilac #8E40AD
Tints of Deep Lilac #8E40AD
RGB
CMYK
RGB Variations
Color information
#8E40AD (or 0x8E40AD) is known color: Deep Lilac. HEX triplet: 8E, 40 and AD. RGB value is (142,64,173). Sum of RGB (Red+Green+Blue) = 142+64+173=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E40AD is #71BF52. Grayscale: #636363. Windows color (decimal): -7454547 or 11354254. OLE color: 11354254.
HSL color Cylindrical-coordinate representation of color #8E40AD: hue angle of 282.94º 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 #8E40AD is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 64 | 173 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.32 |
| HSL | 282.94º | 0.46% | 0.46% | - |
| HSV(B) | 282.94º | 0.63% | 0.68% | - |
| XYZ | 20.53 | 12.43 | 40.85 | - |
| YUV | 99.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 173 | 0.18 | 0.63 | 0 | 0.32 | 282.94 | 0.46 | 0.46 |
| Hex | 8E | 40 | AD | 12 | 3F | 0 | 20 | 11B | 2E | 2E |
| Octal | 216 | 100 | 255 | 22 | 77 | 0 | 40 | 433 | 56 | 56 |
| Binary | 10001110 | 1000000 | 10101101 | 10010 | 111111 | 0 | 100000 | 100011011 | 101110 | 101110 |
Color Harmonies of #8E40AD
Complementary color
Monochromatic Colors of #8E40AD
Black with #8E40AD
Text Example
Text Example
White with #8E40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E40AD; }
p { color: rgb(142,64,173); }
H1.HeaderClassName
{
color: #8E40AD;
}
.AnyTagClassName
{
color: #8E40AD;
}
</style>
background-color css
<style>
a { background-color: #8E40AD; }
a { background-color: rgb(142,64,173); }
div.DivClassName
{
background-color: #8E40AD;
}
.BgClassName
{
background-color: #8E40AD;
}
</style>
border-color css
<style>
span { border-color: #8E40AD; }
span { border-color: rgb(142,64,173); }
td.TdClassName
{
border-color: #8E40AD;
}
.TagClassName
{
border-color: #8E40AD;
}
</style>