Shades of Deep Lilac #8A59A9
Tints of Deep Lilac #8A59A9
RGB
CMYK
RGB Variations
Color information
#8A59A9 (or 0x8A59A9) is known color: Deep Lilac. HEX triplet: 8A, 59 and A9. RGB value is (138,89,169). Sum of RGB (Red+Green+Blue) = 138+89+169=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A59A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A59A9 is #75A656. Grayscale: #707070. Windows color (decimal): -7710295 or 11098506. OLE color: 11098506.
HSL color Cylindrical-coordinate representation of color #8A59A9: hue angle of 276.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A59A9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 89 | 169 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.34 |
| HSL | 276.75º | 0.32% | 0.51% | - |
| HSV(B) | 276.75º | 0.47% | 0.66% | - |
| XYZ | 21.22 | 15.41 | 39.39 | - |
| YUV | 112.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 169 | 0.18 | 0.47 | 0 | 0.34 | 276.75 | 0.32 | 0.51 |
| Hex | 8A | 59 | A9 | 12 | 2F | 0 | 22 | 115 | 20 | 33 |
| Octal | 212 | 131 | 251 | 22 | 57 | 0 | 42 | 425 | 40 | 63 |
| Binary | 10001010 | 1011001 | 10101001 | 10010 | 101111 | 0 | 100010 | 100010101 | 100000 | 110011 |
Color Harmonies of #8A59A9
Complementary color
Monochromatic Colors of #8A59A9
Black with #8A59A9
Text Example
Text Example
White with #8A59A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59A9; }
p { color: rgb(138,89,169); }
H1.HeaderClassName
{
color: #8A59A9;
}
.AnyTagClassName
{
color: #8A59A9;
}
</style>
background-color css
<style>
a { background-color: #8A59A9; }
a { background-color: rgb(138,89,169); }
div.DivClassName
{
background-color: #8A59A9;
}
.BgClassName
{
background-color: #8A59A9;
}
</style>
border-color css
<style>
span { border-color: #8A59A9; }
span { border-color: rgb(138,89,169); }
td.TdClassName
{
border-color: #8A59A9;
}
.TagClassName
{
border-color: #8A59A9;
}
</style>