Shades of Deep Lilac #8D40AB
Tints of Deep Lilac #8D40AB
RGB
CMYK
RGB Variations
Color information
#8D40AB (or 0x8D40AB) is known color: Deep Lilac. HEX triplet: 8D, 40 and AB. RGB value is (141,64,171). Sum of RGB (Red+Green+Blue) = 141+64+171=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40AB is #72BF54. Grayscale: #626262. Windows color (decimal): -7520085 or 11223181. OLE color: 11223181.
HSL color Cylindrical-coordinate representation of color #8D40AB: hue angle of 283.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D40AB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 64 | 171 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.33 |
| HSL | 283.18º | 0.46% | 0.46% | - |
| HSV(B) | 283.18º | 0.63% | 0.67% | - |
| XYZ | 20.17 | 12.27 | 39.83 | - |
| YUV | 99.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 171 | 0.18 | 0.63 | 0 | 0.33 | 283.18 | 0.46 | 0.46 |
| Hex | 8D | 40 | AB | 12 | 3F | 0 | 21 | 11B | 2E | 2E |
| Octal | 215 | 100 | 253 | 22 | 77 | 0 | 41 | 433 | 56 | 56 |
| Binary | 10001101 | 1000000 | 10101011 | 10010 | 111111 | 0 | 100001 | 100011011 | 101110 | 101110 |
Color Harmonies of #8D40AB
Complementary color
Monochromatic Colors of #8D40AB
Black with #8D40AB
Text Example
Text Example
White with #8D40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D40AB; }
p { color: rgb(141,64,171); }
H1.HeaderClassName
{
color: #8D40AB;
}
.AnyTagClassName
{
color: #8D40AB;
}
</style>
background-color css
<style>
a { background-color: #8D40AB; }
a { background-color: rgb(141,64,171); }
div.DivClassName
{
background-color: #8D40AB;
}
.BgClassName
{
background-color: #8D40AB;
}
</style>
border-color css
<style>
span { border-color: #8D40AB; }
span { border-color: rgb(141,64,171); }
td.TdClassName
{
border-color: #8D40AB;
}
.TagClassName
{
border-color: #8D40AB;
}
</style>