Shades of Amethyst #8A5ECA
Tints of Amethyst #8A5ECA
RGB
CMYK
RGB Variations
Color information
#8A5ECA (or 0x8A5ECA) is known color: Amethyst. HEX triplet: 8A, 5E and CA. RGB value is (138,94,202). Sum of RGB (Red+Green+Blue) = 138+94+202=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A5ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ECA is #75A135. Grayscale: #777777. Windows color (decimal): -7708982 or 13262474. OLE color: 13262474.
HSL color Cylindrical-coordinate representation of color #8A5ECA: hue angle of 264.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A5ECA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 94 | 202 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.21 |
| HSL | 264.44º | 0.5% | 0.58% | - |
| HSV(B) | 264.44º | 0.53% | 0.79% | - |
| XYZ | 25.14 | 17.67 | 57.96 | - |
| YUV | 119.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 202 | 0.32 | 0.53 | 0 | 0.21 | 264.44 | 0.5 | 0.58 |
| Hex | 8A | 5E | CA | 20 | 35 | 0 | 15 | 108 | 32 | 3A |
| Octal | 212 | 136 | 312 | 40 | 65 | 0 | 25 | 410 | 62 | 72 |
| Binary | 10001010 | 1011110 | 11001010 | 100000 | 110101 | 0 | 10101 | 100001000 | 110010 | 111010 |
Color Harmonies of #8A5ECA
Complementary color
Monochromatic Colors of #8A5ECA
Black with #8A5ECA
Text Example
Text Example
White with #8A5ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5ECA; }
p { color: rgb(138,94,202); }
H1.HeaderClassName
{
color: #8A5ECA;
}
.AnyTagClassName
{
color: #8A5ECA;
}
</style>
background-color css
<style>
a { background-color: #8A5ECA; }
a { background-color: rgb(138,94,202); }
div.DivClassName
{
background-color: #8A5ECA;
}
.BgClassName
{
background-color: #8A5ECA;
}
</style>
border-color css
<style>
span { border-color: #8A5ECA; }
span { border-color: rgb(138,94,202); }
td.TdClassName
{
border-color: #8A5ECA;
}
.TagClassName
{
border-color: #8A5ECA;
}
</style>