Shades of Deep Lilac #8A54A0
Tints of Deep Lilac #8A54A0
RGB
CMYK
RGB Variations
Color information
#8A54A0 (or 0x8A54A0) is known color: Deep Lilac. HEX triplet: 8A, 54 and A0. RGB value is (138,84,160). Sum of RGB (Red+Green+Blue) = 138+84+160=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A54A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A54A0 is #75AB5F. Grayscale: #6C6C6C. Windows color (decimal): -7711584 or 10507402. OLE color: 10507402.
HSL color Cylindrical-coordinate representation of color #8A54A0: hue angle of 282.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A54A0 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 84 | 160 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.37 |
| HSL | 282.63º | 0.31% | 0.48% | - |
| HSV(B) | 282.63º | 0.48% | 0.63% | - |
| XYZ | 20 | 14.28 | 34.96 | - |
| YUV | 108.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 160 | 0.14 | 0.48 | 0 | 0.37 | 282.63 | 0.31 | 0.48 |
| Hex | 8A | 54 | A0 | E | 30 | 0 | 25 | 11B | 1F | 30 |
| Octal | 212 | 124 | 240 | 16 | 60 | 0 | 45 | 433 | 37 | 60 |
| Binary | 10001010 | 1010100 | 10100000 | 1110 | 110000 | 0 | 100101 | 100011011 | 11111 | 110000 |
Color Harmonies of #8A54A0
Complementary color
Monochromatic Colors of #8A54A0
Black with #8A54A0
Text Example
Text Example
White with #8A54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A54A0; }
p { color: rgb(138,84,160); }
H1.HeaderClassName
{
color: #8A54A0;
}
.AnyTagClassName
{
color: #8A54A0;
}
</style>
background-color css
<style>
a { background-color: #8A54A0; }
a { background-color: rgb(138,84,160); }
div.DivClassName
{
background-color: #8A54A0;
}
.BgClassName
{
background-color: #8A54A0;
}
</style>
border-color css
<style>
span { border-color: #8A54A0; }
span { border-color: rgb(138,84,160); }
td.TdClassName
{
border-color: #8A54A0;
}
.TagClassName
{
border-color: #8A54A0;
}
</style>