Shades of Deep Lilac #8D5AAB
Tints of Deep Lilac #8D5AAB
RGB
CMYK
RGB Variations
Color information
#8D5AAB (or 0x8D5AAB) is known color: Deep Lilac. HEX triplet: 8D, 5A and AB. RGB value is (141,90,171). Sum of RGB (Red+Green+Blue) = 141+90+171=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5AAB is #72A554. Grayscale: #727272. Windows color (decimal): -7513429 or 11229837. OLE color: 11229837.
HSL color Cylindrical-coordinate representation of color #8D5AAB: hue angle of 277.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D5AAB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 90 | 171 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.33 |
| HSL | 277.78º | 0.33% | 0.51% | - |
| HSV(B) | 277.78º | 0.47% | 0.67% | - |
| XYZ | 21.99 | 15.92 | 40.44 | - |
| YUV | 114.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 171 | 0.18 | 0.47 | 0 | 0.33 | 277.78 | 0.33 | 0.51 |
| Hex | 8D | 5A | AB | 12 | 2F | 0 | 21 | 116 | 21 | 33 |
| Octal | 215 | 132 | 253 | 22 | 57 | 0 | 41 | 426 | 41 | 63 |
| Binary | 10001101 | 1011010 | 10101011 | 10010 | 101111 | 0 | 100001 | 100010110 | 100001 | 110011 |
Color Harmonies of #8D5AAB
Complementary color
Monochromatic Colors of #8D5AAB
Black with #8D5AAB
Text Example
Text Example
White with #8D5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AAB; }
p { color: rgb(141,90,171); }
H1.HeaderClassName
{
color: #8D5AAB;
}
.AnyTagClassName
{
color: #8D5AAB;
}
</style>
background-color css
<style>
a { background-color: #8D5AAB; }
a { background-color: rgb(141,90,171); }
div.DivClassName
{
background-color: #8D5AAB;
}
.BgClassName
{
background-color: #8D5AAB;
}
</style>
border-color css
<style>
span { border-color: #8D5AAB; }
span { border-color: rgb(141,90,171); }
td.TdClassName
{
border-color: #8D5AAB;
}
.TagClassName
{
border-color: #8D5AAB;
}
</style>