Shades of Amethyst #8E58D5
Tints of Amethyst #8E58D5
RGB
CMYK
RGB Variations
Color information
#8E58D5 (or 0x8E58D5) is known color: Amethyst. HEX triplet: 8E, 58 and D5. RGB value is (142,88,213). Sum of RGB (Red+Green+Blue) = 142+88+213=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E58D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E58D5 is #71A72A. Grayscale: #757575. Windows color (decimal): -7448363 or 13981838. OLE color: 13981838.
HSL color Cylindrical-coordinate representation of color #8E58D5: hue angle of 265.92º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E58D5 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 88 | 213 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.16 |
| HSL | 265.92º | 0.6% | 0.59% | - |
| HSV(B) | 265.92º | 0.59% | 0.84% | - |
| XYZ | 26.66 | 17.53 | 64.93 | - |
| YUV | 118.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 213 | 0.33 | 0.59 | 0 | 0.16 | 265.92 | 0.6 | 0.59 |
| Hex | 8E | 58 | D5 | 21 | 3B | 0 | 10 | 10A | 3C | 3B |
| Octal | 216 | 130 | 325 | 41 | 73 | 0 | 20 | 412 | 74 | 73 |
| Binary | 10001110 | 1011000 | 11010101 | 100001 | 111011 | 0 | 10000 | 100001010 | 111100 | 111011 |
Color Harmonies of #8E58D5
Complementary color
Monochromatic Colors of #8E58D5
Black with #8E58D5
Text Example
Text Example
White with #8E58D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E58D5; }
p { color: rgb(142,88,213); }
H1.HeaderClassName
{
color: #8E58D5;
}
.AnyTagClassName
{
color: #8E58D5;
}
</style>
background-color css
<style>
a { background-color: #8E58D5; }
a { background-color: rgb(142,88,213); }
div.DivClassName
{
background-color: #8E58D5;
}
.BgClassName
{
background-color: #8E58D5;
}
</style>
border-color css
<style>
span { border-color: #8E58D5; }
span { border-color: rgb(142,88,213); }
td.TdClassName
{
border-color: #8E58D5;
}
.TagClassName
{
border-color: #8E58D5;
}
</style>