Shades of Amethyst #8A4DDA
Tints of Amethyst #8A4DDA
RGB
CMYK
RGB Variations
Color information
#8A4DDA (or 0x8A4DDA) is known color: Amethyst. HEX triplet: 8A, 4D and DA. RGB value is (138,77,218). Sum of RGB (Red+Green+Blue) = 138+77+218=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DDA is #75B225. Grayscale: #6E6E6E. Windows color (decimal): -7713318 or 14306698. OLE color: 14306698.
HSL color Cylindrical-coordinate representation of color #8A4DDA: hue angle of 265.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A4DDA is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 77 | 218 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.15 |
| HSL | 265.96º | 0.66% | 0.58% | - |
| HSV(B) | 265.96º | 0.65% | 0.85% | - |
| XYZ | 25.79 | 15.77 | 68.01 | - |
| YUV | 111.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 218 | 0.37 | 0.65 | 0 | 0.15 | 265.96 | 0.66 | 0.58 |
| Hex | 8A | 4D | DA | 25 | 41 | 0 | F | 10A | 42 | 3A |
| Octal | 212 | 115 | 332 | 45 | 101 | 0 | 17 | 412 | 102 | 72 |
| Binary | 10001010 | 1001101 | 11011010 | 100101 | 1000001 | 0 | 1111 | 100001010 | 1000010 | 111010 |
Color Harmonies of #8A4DDA
Complementary color
Monochromatic Colors of #8A4DDA
Black with #8A4DDA
Text Example
Text Example
White with #8A4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DDA; }
p { color: rgb(138,77,218); }
H1.HeaderClassName
{
color: #8A4DDA;
}
.AnyTagClassName
{
color: #8A4DDA;
}
</style>
background-color css
<style>
a { background-color: #8A4DDA; }
a { background-color: rgb(138,77,218); }
div.DivClassName
{
background-color: #8A4DDA;
}
.BgClassName
{
background-color: #8A4DDA;
}
</style>
border-color css
<style>
span { border-color: #8A4DDA; }
span { border-color: rgb(138,77,218); }
td.TdClassName
{
border-color: #8A4DDA;
}
.TagClassName
{
border-color: #8A4DDA;
}
</style>