Shades of Amethyst #9E58E9
Tints of Amethyst #9E58E9
RGB
CMYK
RGB Variations
Color information
#9E58E9 (or 0x9E58E9) is known color: Amethyst. HEX triplet: 9E, 58 and E9. RGB value is (158,88,233). Sum of RGB (Red+Green+Blue) = 158+88+233=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E58E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E58E9 is #61A716. Grayscale: #7C7C7C. Windows color (decimal): -6399767 or 15292574. OLE color: 15292574.
HSL color Cylindrical-coordinate representation of color #9E58E9: hue angle of 268.97º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E58E9 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 88 | 233 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.09 |
| HSL | 268.97º | 0.77% | 0.63% | - |
| HSV(B) | 268.97º | 0.62% | 0.91% | - |
| XYZ | 32.3 | 20.13 | 79.27 | - |
| YUV | 125.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 233 | 0.32 | 0.62 | 0 | 0.09 | 268.97 | 0.77 | 0.63 |
| Hex | 9E | 58 | E9 | 20 | 3E | 0 | 9 | 10D | 4D | 3F |
| Octal | 236 | 130 | 351 | 40 | 76 | 0 | 11 | 415 | 115 | 77 |
| Binary | 10011110 | 1011000 | 11101001 | 100000 | 111110 | 0 | 1001 | 100001101 | 1001101 | 111111 |
Color Harmonies of #9E58E9
Complementary color
Monochromatic Colors of #9E58E9
Black with #9E58E9
Text Example
Text Example
White with #9E58E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58E9; }
p { color: rgb(158,88,233); }
H1.HeaderClassName
{
color: #9E58E9;
}
.AnyTagClassName
{
color: #9E58E9;
}
</style>
background-color css
<style>
a { background-color: #9E58E9; }
a { background-color: rgb(158,88,233); }
div.DivClassName
{
background-color: #9E58E9;
}
.BgClassName
{
background-color: #9E58E9;
}
</style>
border-color css
<style>
span { border-color: #9E58E9; }
span { border-color: rgb(158,88,233); }
td.TdClassName
{
border-color: #9E58E9;
}
.TagClassName
{
border-color: #9E58E9;
}
</style>