Shades of Amethyst #8A59CE
Tints of Amethyst #8A59CE
RGB
CMYK
RGB Variations
Color information
#8A59CE (or 0x8A59CE) is known color: Amethyst. HEX triplet: 8A, 59 and CE. RGB value is (138,89,206). Sum of RGB (Red+Green+Blue) = 138+89+206=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59CE is #75A631. Grayscale: #747474. Windows color (decimal): -7710258 or 13523338. OLE color: 13523338.
HSL color Cylindrical-coordinate representation of color #8A59CE: hue angle of 265.13º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A59CE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 89 | 206 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.19 |
| HSL | 265.13º | 0.54% | 0.58% | - |
| HSV(B) | 265.13º | 0.57% | 0.81% | - |
| XYZ | 25.19 | 17 | 60.35 | - |
| YUV | 116.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 206 | 0.33 | 0.57 | 0 | 0.19 | 265.13 | 0.54 | 0.58 |
| Hex | 8A | 59 | CE | 21 | 39 | 0 | 13 | 109 | 36 | 3A |
| Octal | 212 | 131 | 316 | 41 | 71 | 0 | 23 | 411 | 66 | 72 |
| Binary | 10001010 | 1011001 | 11001110 | 100001 | 111001 | 0 | 10011 | 100001001 | 110110 | 111010 |
Color Harmonies of #8A59CE
Complementary color
Monochromatic Colors of #8A59CE
Black with #8A59CE
Text Example
Text Example
White with #8A59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59CE; }
p { color: rgb(138,89,206); }
H1.HeaderClassName
{
color: #8A59CE;
}
.AnyTagClassName
{
color: #8A59CE;
}
</style>
background-color css
<style>
a { background-color: #8A59CE; }
a { background-color: rgb(138,89,206); }
div.DivClassName
{
background-color: #8A59CE;
}
.BgClassName
{
background-color: #8A59CE;
}
</style>
border-color css
<style>
span { border-color: #8A59CE; }
span { border-color: rgb(138,89,206); }
td.TdClassName
{
border-color: #8A59CE;
}
.TagClassName
{
border-color: #8A59CE;
}
</style>