Shades of Deep Lilac #8D40AA
Tints of Deep Lilac #8D40AA
RGB
CMYK
RGB Variations
Color information
#8D40AA (or 0x8D40AA) is known color: Deep Lilac. HEX triplet: 8D, 40 and AA. RGB value is (141,64,170). Sum of RGB (Red+Green+Blue) = 141+64+170=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40AA is #72BF55. Grayscale: #626262. Windows color (decimal): -7520086 or 11157645. OLE color: 11157645.
HSL color Cylindrical-coordinate representation of color #8D40AA: hue angle of 283.58º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D40AA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 64 | 170 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.33 |
| HSL | 283.58º | 0.45% | 0.46% | - |
| HSV(B) | 283.58º | 0.62% | 0.67% | - |
| XYZ | 20.07 | 12.23 | 39.33 | - |
| YUV | 99.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 170 | 0.17 | 0.62 | 0 | 0.33 | 283.58 | 0.45 | 0.46 |
| Hex | 8D | 40 | AA | 11 | 3E | 0 | 21 | 11C | 2D | 2E |
| Octal | 215 | 100 | 252 | 21 | 76 | 0 | 41 | 434 | 55 | 56 |
| Binary | 10001101 | 1000000 | 10101010 | 10001 | 111110 | 0 | 100001 | 100011100 | 101101 | 101110 |
Color Harmonies of #8D40AA
Complementary color
Monochromatic Colors of #8D40AA
Black with #8D40AA
Text Example
Text Example
White with #8D40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D40AA; }
p { color: rgb(141,64,170); }
H1.HeaderClassName
{
color: #8D40AA;
}
.AnyTagClassName
{
color: #8D40AA;
}
</style>
background-color css
<style>
a { background-color: #8D40AA; }
a { background-color: rgb(141,64,170); }
div.DivClassName
{
background-color: #8D40AA;
}
.BgClassName
{
background-color: #8D40AA;
}
</style>
border-color css
<style>
span { border-color: #8D40AA; }
span { border-color: rgb(141,64,170); }
td.TdClassName
{
border-color: #8D40AA;
}
.TagClassName
{
border-color: #8D40AA;
}
</style>