Shades of Amethyst #8A54D2
Tints of Amethyst #8A54D2
RGB
CMYK
RGB Variations
Color information
#8A54D2 (or 0x8A54D2) is known color: Amethyst. HEX triplet: 8A, 54 and D2. RGB value is (138,84,210). Sum of RGB (Red+Green+Blue) = 138+84+210=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #8A54D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A54D2 is #75AB2D. Grayscale: #727272. Windows color (decimal): -7711534 or 13784202. OLE color: 13784202.
HSL color Cylindrical-coordinate representation of color #8A54D2: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A54D2 is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 84 | 210 | - |
| CMYK | 0.34 | 0.6 | 0 | 0.18 |
| HSL | 265.71º | 0.58% | 0.58% | - |
| HSV(B) | 265.71º | 0.6% | 0.82% | - |
| XYZ | 25.28 | 16.4 | 62.81 | - |
| YUV | 114.51 | 181.89 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 210 | 0.34 | 0.6 | 0 | 0.18 | 265.71 | 0.58 | 0.58 |
| Hex | 8A | 54 | D2 | 22 | 3C | 0 | 12 | 10A | 3A | 3A |
| Octal | 212 | 124 | 322 | 42 | 74 | 0 | 22 | 412 | 72 | 72 |
| Binary | 10001010 | 1010100 | 11010010 | 100010 | 111100 | 0 | 10010 | 100001010 | 111010 | 111010 |
Color Harmonies of #8A54D2
Complementary color
Monochromatic Colors of #8A54D2
Black with #8A54D2
Text Example
Text Example
White with #8A54D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A54D2; }
p { color: rgb(138,84,210); }
H1.HeaderClassName
{
color: #8A54D2;
}
.AnyTagClassName
{
color: #8A54D2;
}
</style>
background-color css
<style>
a { background-color: #8A54D2; }
a { background-color: rgb(138,84,210); }
div.DivClassName
{
background-color: #8A54D2;
}
.BgClassName
{
background-color: #8A54D2;
}
</style>
border-color css
<style>
span { border-color: #8A54D2; }
span { border-color: rgb(138,84,210); }
td.TdClassName
{
border-color: #8A54D2;
}
.TagClassName
{
border-color: #8A54D2;
}
</style>