Shades of Deep Lilac #8A59BA
Tints of Deep Lilac #8A59BA
RGB
CMYK
RGB Variations
Color information
#8A59BA (or 0x8A59BA) is known color: Deep Lilac. HEX triplet: 8A, 59 and BA. RGB value is (138,89,186). Sum of RGB (Red+Green+Blue) = 138+89+186=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59BA is #75A645. Grayscale: #727272. Windows color (decimal): -7710278 or 12212618. OLE color: 12212618.
HSL color Cylindrical-coordinate representation of color #8A59BA: hue angle of 270.31º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A59BA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 89 | 186 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.27 |
| HSL | 270.31º | 0.41% | 0.54% | - |
| HSV(B) | 270.31º | 0.52% | 0.73% | - |
| XYZ | 22.92 | 16.09 | 48.35 | - |
| YUV | 114.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 186 | 0.26 | 0.52 | 0 | 0.27 | 270.31 | 0.41 | 0.54 |
| Hex | 8A | 59 | BA | 1A | 34 | 0 | 1B | 10E | 29 | 36 |
| Octal | 212 | 131 | 272 | 32 | 64 | 0 | 33 | 416 | 51 | 66 |
| Binary | 10001010 | 1011001 | 10111010 | 11010 | 110100 | 0 | 11011 | 100001110 | 101001 | 110110 |
Color Harmonies of #8A59BA
Complementary color
Monochromatic Colors of #8A59BA
Black with #8A59BA
Text Example
Text Example
White with #8A59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59BA; }
p { color: rgb(138,89,186); }
H1.HeaderClassName
{
color: #8A59BA;
}
.AnyTagClassName
{
color: #8A59BA;
}
</style>
background-color css
<style>
a { background-color: #8A59BA; }
a { background-color: rgb(138,89,186); }
div.DivClassName
{
background-color: #8A59BA;
}
.BgClassName
{
background-color: #8A59BA;
}
</style>
border-color css
<style>
span { border-color: #8A59BA; }
span { border-color: rgb(138,89,186); }
td.TdClassName
{
border-color: #8A59BA;
}
.TagClassName
{
border-color: #8A59BA;
}
</style>