Shades of Deep Lilac #8A59AD
Tints of Deep Lilac #8A59AD
RGB
CMYK
RGB Variations
Color information
#8A59AD (or 0x8A59AD) is known color: Deep Lilac. HEX triplet: 8A, 59 and AD. RGB value is (138,89,173). Sum of RGB (Red+Green+Blue) = 138+89+173=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A59AD is #75A652. Grayscale: #707070. Windows color (decimal): -7710291 or 11360650. OLE color: 11360650.
HSL color Cylindrical-coordinate representation of color #8A59AD: hue angle of 275º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A59AD is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 89 | 173 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.32 |
| HSL | 275º | 0.34% | 0.51% | - |
| HSV(B) | 275º | 0.49% | 0.68% | - |
| XYZ | 21.6 | 15.57 | 41.4 | - |
| YUV | 113.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 173 | 0.20 | 0.49 | 0 | 0.32 | 275 | 0.34 | 0.51 |
| Hex | 8A | 59 | AD | 14 | 31 | 0 | 20 | 113 | 22 | 33 |
| Octal | 212 | 131 | 255 | 24 | 61 | 0 | 40 | 423 | 42 | 63 |
| Binary | 10001010 | 1011001 | 10101101 | 10100 | 110001 | 0 | 100000 | 100010011 | 100010 | 110011 |
Color Harmonies of #8A59AD
Complementary color
Monochromatic Colors of #8A59AD
Black with #8A59AD
Text Example
Text Example
White with #8A59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59AD; }
p { color: rgb(138,89,173); }
H1.HeaderClassName
{
color: #8A59AD;
}
.AnyTagClassName
{
color: #8A59AD;
}
</style>
background-color css
<style>
a { background-color: #8A59AD; }
a { background-color: rgb(138,89,173); }
div.DivClassName
{
background-color: #8A59AD;
}
.BgClassName
{
background-color: #8A59AD;
}
</style>
border-color css
<style>
span { border-color: #8A59AD; }
span { border-color: rgb(138,89,173); }
td.TdClassName
{
border-color: #8A59AD;
}
.TagClassName
{
border-color: #8A59AD;
}
</style>