Shades of Deep Lilac #8D5AAA
Tints of Deep Lilac #8D5AAA
RGB
CMYK
RGB Variations
Color information
#8D5AAA (or 0x8D5AAA) is known color: Deep Lilac. HEX triplet: 8D, 5A and AA. RGB value is (141,90,170). Sum of RGB (Red+Green+Blue) = 141+90+170=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5AAA is #72A555. Grayscale: #727272. Windows color (decimal): -7513430 or 11164301. OLE color: 11164301.
HSL color Cylindrical-coordinate representation of color #8D5AAA: hue angle of 278.25º degrees, saturation: 0.32, 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 #8D5AAA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 90 | 170 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.33 |
| HSL | 278.25º | 0.32% | 0.51% | - |
| HSV(B) | 278.25º | 0.47% | 0.67% | - |
| XYZ | 21.9 | 15.88 | 39.94 | - |
| YUV | 114.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 170 | 0.17 | 0.47 | 0 | 0.33 | 278.25 | 0.32 | 0.51 |
| Hex | 8D | 5A | AA | 11 | 2F | 0 | 21 | 116 | 20 | 33 |
| Octal | 215 | 132 | 252 | 21 | 57 | 0 | 41 | 426 | 40 | 63 |
| Binary | 10001101 | 1011010 | 10101010 | 10001 | 101111 | 0 | 100001 | 100010110 | 100000 | 110011 |
Color Harmonies of #8D5AAA
Complementary color
Monochromatic Colors of #8D5AAA
Black with #8D5AAA
Text Example
Text Example
White with #8D5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AAA; }
p { color: rgb(141,90,170); }
H1.HeaderClassName
{
color: #8D5AAA;
}
.AnyTagClassName
{
color: #8D5AAA;
}
</style>
background-color css
<style>
a { background-color: #8D5AAA; }
a { background-color: rgb(141,90,170); }
div.DivClassName
{
background-color: #8D5AAA;
}
.BgClassName
{
background-color: #8D5AAA;
}
</style>
border-color css
<style>
span { border-color: #8D5AAA; }
span { border-color: rgb(141,90,170); }
td.TdClassName
{
border-color: #8D5AAA;
}
.TagClassName
{
border-color: #8D5AAA;
}
</style>