Shades of Deep Lilac #8D55AB
Tints of Deep Lilac #8D55AB
RGB
CMYK
RGB Variations
Color information
#8D55AB (or 0x8D55AB) is known color: Deep Lilac. HEX triplet: 8D, 55 and AB. RGB value is (141,85,171). Sum of RGB (Red+Green+Blue) = 141+85+171=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D55AB is #72AA54. Grayscale: #6F6F6F. Windows color (decimal): -7514709 or 11228557. OLE color: 11228557.
HSL color Cylindrical-coordinate representation of color #8D55AB: hue angle of 279.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D55AB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 85 | 171 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.33 |
| HSL | 279.07º | 0.34% | 0.5% | - |
| HSV(B) | 279.07º | 0.5% | 0.67% | - |
| XYZ | 21.58 | 15.1 | 40.31 | - |
| YUV | 111.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 171 | 0.18 | 0.50 | 0 | 0.33 | 279.07 | 0.34 | 0.5 |
| Hex | 8D | 55 | AB | 12 | 32 | 0 | 21 | 117 | 22 | 32 |
| Octal | 215 | 125 | 253 | 22 | 62 | 0 | 41 | 427 | 42 | 62 |
| Binary | 10001101 | 1010101 | 10101011 | 10010 | 110010 | 0 | 100001 | 100010111 | 100010 | 110010 |
Color Harmonies of #8D55AB
Complementary color
Monochromatic Colors of #8D55AB
Black with #8D55AB
Text Example
Text Example
White with #8D55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D55AB; }
p { color: rgb(141,85,171); }
H1.HeaderClassName
{
color: #8D55AB;
}
.AnyTagClassName
{
color: #8D55AB;
}
</style>
background-color css
<style>
a { background-color: #8D55AB; }
a { background-color: rgb(141,85,171); }
div.DivClassName
{
background-color: #8D55AB;
}
.BgClassName
{
background-color: #8D55AB;
}
</style>
border-color css
<style>
span { border-color: #8D55AB; }
span { border-color: rgb(141,85,171); }
td.TdClassName
{
border-color: #8D55AB;
}
.TagClassName
{
border-color: #8D55AB;
}
</style>