Shades of Amethyst #9E58E7
Tints of Amethyst #9E58E7
RGB
CMYK
RGB Variations
Color information
#9E58E7 (or 0x9E58E7) is known color: Amethyst. HEX triplet: 9E, 58 and E7. RGB value is (158,88,231). Sum of RGB (Red+Green+Blue) = 158+88+231=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E58E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E58E7 is #61A718. Grayscale: #7C7C7C. Windows color (decimal): -6399769 or 15161502. OLE color: 15161502.
HSL color Cylindrical-coordinate representation of color #9E58E7: hue angle of 269.37º degrees, saturation: 0.75, 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 #9E58E7 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 88 | 231 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.09 |
| HSL | 269.37º | 0.75% | 0.63% | - |
| HSV(B) | 269.37º | 0.62% | 0.91% | - |
| XYZ | 32.01 | 20.02 | 77.78 | - |
| YUV | 125.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 231 | 0.32 | 0.62 | 0 | 0.09 | 269.37 | 0.75 | 0.63 |
| Hex | 9E | 58 | E7 | 20 | 3E | 0 | 9 | 10D | 4B | 3F |
| Octal | 236 | 130 | 347 | 40 | 76 | 0 | 11 | 415 | 113 | 77 |
| Binary | 10011110 | 1011000 | 11100111 | 100000 | 111110 | 0 | 1001 | 100001101 | 1001011 | 111111 |
Color Harmonies of #9E58E7
Complementary color
Monochromatic Colors of #9E58E7
Black with #9E58E7
Text Example
Text Example
White with #9E58E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58E7; }
p { color: rgb(158,88,231); }
H1.HeaderClassName
{
color: #9E58E7;
}
.AnyTagClassName
{
color: #9E58E7;
}
</style>
background-color css
<style>
a { background-color: #9E58E7; }
a { background-color: rgb(158,88,231); }
div.DivClassName
{
background-color: #9E58E7;
}
.BgClassName
{
background-color: #9E58E7;
}
</style>
border-color css
<style>
span { border-color: #9E58E7; }
span { border-color: rgb(158,88,231); }
td.TdClassName
{
border-color: #9E58E7;
}
.TagClassName
{
border-color: #9E58E7;
}
</style>