Shades of Amethyst #8E58CF
Tints of Amethyst #8E58CF
RGB
CMYK
RGB Variations
Color information
#8E58CF (or 0x8E58CF) is known color: Amethyst. HEX triplet: 8E, 58 and CF. RGB value is (142,88,207). Sum of RGB (Red+Green+Blue) = 142+88+207=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E58CF is #71A730. Grayscale: #757575. Windows color (decimal): -7448369 or 13588622. OLE color: 13588622.
HSL color Cylindrical-coordinate representation of color #8E58CF: hue angle of 267.23º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E58CF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 88 | 207 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.19 |
| HSL | 267.23º | 0.55% | 0.58% | - |
| HSV(B) | 267.23º | 0.57% | 0.81% | - |
| XYZ | 25.91 | 17.24 | 60.99 | - |
| YUV | 117.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 207 | 0.31 | 0.57 | 0 | 0.19 | 267.23 | 0.55 | 0.58 |
| Hex | 8E | 58 | CF | 1F | 39 | 0 | 13 | 10B | 37 | 3A |
| Octal | 216 | 130 | 317 | 37 | 71 | 0 | 23 | 413 | 67 | 72 |
| Binary | 10001110 | 1011000 | 11001111 | 11111 | 111001 | 0 | 10011 | 100001011 | 110111 | 111010 |
Color Harmonies of #8E58CF
Complementary color
Monochromatic Colors of #8E58CF
Black with #8E58CF
Text Example
Text Example
White with #8E58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E58CF; }
p { color: rgb(142,88,207); }
H1.HeaderClassName
{
color: #8E58CF;
}
.AnyTagClassName
{
color: #8E58CF;
}
</style>
background-color css
<style>
a { background-color: #8E58CF; }
a { background-color: rgb(142,88,207); }
div.DivClassName
{
background-color: #8E58CF;
}
.BgClassName
{
background-color: #8E58CF;
}
</style>
border-color css
<style>
span { border-color: #8E58CF; }
span { border-color: rgb(142,88,207); }
td.TdClassName
{
border-color: #8E58CF;
}
.TagClassName
{
border-color: #8E58CF;
}
</style>