Shades of Amethyst #8A53CE
Tints of Amethyst #8A53CE
RGB
CMYK
RGB Variations
Color information
#8A53CE (or 0x8A53CE) is known color: Amethyst. HEX triplet: 8A, 53 and CE. RGB value is (138,83,206). Sum of RGB (Red+Green+Blue) = 138+83+206=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A53CE is #75AC31. Grayscale: #717171. Windows color (decimal): -7711794 or 13521802. OLE color: 13521802.
HSL color Cylindrical-coordinate representation of color #8A53CE: hue angle of 266.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A53CE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 83 | 206 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.19 |
| HSL | 266.83º | 0.56% | 0.57% | - |
| HSV(B) | 266.83º | 0.6% | 0.81% | - |
| XYZ | 24.72 | 16.05 | 60.19 | - |
| YUV | 113.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 206 | 0.33 | 0.60 | 0 | 0.19 | 266.83 | 0.56 | 0.57 |
| Hex | 8A | 53 | CE | 21 | 3C | 0 | 13 | 10B | 38 | 39 |
| Octal | 212 | 123 | 316 | 41 | 74 | 0 | 23 | 413 | 70 | 71 |
| Binary | 10001010 | 1010011 | 11001110 | 100001 | 111100 | 0 | 10011 | 100001011 | 111000 | 111001 |
Color Harmonies of #8A53CE
Complementary color
Monochromatic Colors of #8A53CE
Black with #8A53CE
Text Example
Text Example
White with #8A53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A53CE; }
p { color: rgb(138,83,206); }
H1.HeaderClassName
{
color: #8A53CE;
}
.AnyTagClassName
{
color: #8A53CE;
}
</style>
background-color css
<style>
a { background-color: #8A53CE; }
a { background-color: rgb(138,83,206); }
div.DivClassName
{
background-color: #8A53CE;
}
.BgClassName
{
background-color: #8A53CE;
}
</style>
border-color css
<style>
span { border-color: #8A53CE; }
span { border-color: rgb(138,83,206); }
td.TdClassName
{
border-color: #8A53CE;
}
.TagClassName
{
border-color: #8A53CE;
}
</style>