Shades of Deep Lilac #8A53AA
Tints of Deep Lilac #8A53AA
RGB
CMYK
RGB Variations
Color information
#8A53AA (or 0x8A53AA) is known color: Deep Lilac. HEX triplet: 8A, 53 and AA. RGB value is (138,83,170). Sum of RGB (Red+Green+Blue) = 138+83+170=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A53AA is #75AC55. Grayscale: #6D6D6D. Windows color (decimal): -7711830 or 11162506. OLE color: 11162506.
HSL color Cylindrical-coordinate representation of color #8A53AA: hue angle of 277.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A53AA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 83 | 170 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.33 |
| HSL | 277.93º | 0.34% | 0.5% | - |
| HSV(B) | 277.93º | 0.51% | 0.67% | - |
| XYZ | 20.83 | 14.49 | 39.73 | - |
| YUV | 109.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 170 | 0.19 | 0.51 | 0 | 0.33 | 277.93 | 0.34 | 0.5 |
| Hex | 8A | 53 | AA | 13 | 33 | 0 | 21 | 116 | 22 | 32 |
| Octal | 212 | 123 | 252 | 23 | 63 | 0 | 41 | 426 | 42 | 62 |
| Binary | 10001010 | 1010011 | 10101010 | 10011 | 110011 | 0 | 100001 | 100010110 | 100010 | 110010 |
Color Harmonies of #8A53AA
Complementary color
Monochromatic Colors of #8A53AA
Black with #8A53AA
Text Example
Text Example
White with #8A53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A53AA; }
p { color: rgb(138,83,170); }
H1.HeaderClassName
{
color: #8A53AA;
}
.AnyTagClassName
{
color: #8A53AA;
}
</style>
background-color css
<style>
a { background-color: #8A53AA; }
a { background-color: rgb(138,83,170); }
div.DivClassName
{
background-color: #8A53AA;
}
.BgClassName
{
background-color: #8A53AA;
}
</style>
border-color css
<style>
span { border-color: #8A53AA; }
span { border-color: rgb(138,83,170); }
td.TdClassName
{
border-color: #8A53AA;
}
.TagClassName
{
border-color: #8A53AA;
}
</style>