Shades of Deep Lilac #8D41AB
Tints of Deep Lilac #8D41AB
RGB
CMYK
RGB Variations
Color information
#8D41AB (or 0x8D41AB) is known color: Deep Lilac. HEX triplet: 8D, 41 and AB. RGB value is (141,65,171). Sum of RGB (Red+Green+Blue) = 141+65+171=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D41AB is #72BE54. Grayscale: #636363. Windows color (decimal): -7519829 or 11223437. OLE color: 11223437.
HSL color Cylindrical-coordinate representation of color #8D41AB: hue angle of 283.02º 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 #8D41AB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 65 | 171 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.33 |
| HSL | 283.02º | 0.45% | 0.46% | - |
| HSV(B) | 283.02º | 0.62% | 0.67% | - |
| XYZ | 20.23 | 12.38 | 39.85 | - |
| YUV | 99.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 171 | 0.18 | 0.62 | 0 | 0.33 | 283.02 | 0.45 | 0.46 |
| Hex | 8D | 41 | AB | 12 | 3E | 0 | 21 | 11B | 2D | 2E |
| Octal | 215 | 101 | 253 | 22 | 76 | 0 | 41 | 433 | 55 | 56 |
| Binary | 10001101 | 1000001 | 10101011 | 10010 | 111110 | 0 | 100001 | 100011011 | 101101 | 101110 |
Color Harmonies of #8D41AB
Complementary color
Monochromatic Colors of #8D41AB
Black with #8D41AB
Text Example
Text Example
White with #8D41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D41AB; }
p { color: rgb(141,65,171); }
H1.HeaderClassName
{
color: #8D41AB;
}
.AnyTagClassName
{
color: #8D41AB;
}
</style>
background-color css
<style>
a { background-color: #8D41AB; }
a { background-color: rgb(141,65,171); }
div.DivClassName
{
background-color: #8D41AB;
}
.BgClassName
{
background-color: #8D41AB;
}
</style>
border-color css
<style>
span { border-color: #8D41AB; }
span { border-color: rgb(141,65,171); }
td.TdClassName
{
border-color: #8D41AB;
}
.TagClassName
{
border-color: #8D41AB;
}
</style>