Shades of Amethyst #9E58CF
Tints of Amethyst #9E58CF
RGB
CMYK
RGB Variations
Color information
#9E58CF (or 0x9E58CF) is known color: Amethyst. HEX triplet: 9E, 58 and CF. RGB value is (158,88,207). Sum of RGB (Red+Green+Blue) = 158+88+207=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58CF is #61A730. Grayscale: #7A7A7A. Windows color (decimal): -6399793 or 13588638. OLE color: 13588638.
HSL color Cylindrical-coordinate representation of color #9E58CF: hue angle of 275.29º 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 #9E58CF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 88 | 207 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.19 |
| HSL | 275.29º | 0.55% | 0.58% | - |
| HSV(B) | 275.29º | 0.57% | 0.81% | - |
| XYZ | 28.85 | 18.75 | 61.13 | - |
| YUV | 122.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 207 | 0.24 | 0.57 | 0 | 0.19 | 275.29 | 0.55 | 0.58 |
| Hex | 9E | 58 | CF | 18 | 39 | 0 | 13 | 113 | 37 | 3A |
| Octal | 236 | 130 | 317 | 30 | 71 | 0 | 23 | 423 | 67 | 72 |
| Binary | 10011110 | 1011000 | 11001111 | 11000 | 111001 | 0 | 10011 | 100010011 | 110111 | 111010 |
Color Harmonies of #9E58CF
Complementary color
Monochromatic Colors of #9E58CF
Black with #9E58CF
Text Example
Text Example
White with #9E58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58CF; }
p { color: rgb(158,88,207); }
H1.HeaderClassName
{
color: #9E58CF;
}
.AnyTagClassName
{
color: #9E58CF;
}
</style>
background-color css
<style>
a { background-color: #9E58CF; }
a { background-color: rgb(158,88,207); }
div.DivClassName
{
background-color: #9E58CF;
}
.BgClassName
{
background-color: #9E58CF;
}
</style>
border-color css
<style>
span { border-color: #9E58CF; }
span { border-color: rgb(158,88,207); }
td.TdClassName
{
border-color: #9E58CF;
}
.TagClassName
{
border-color: #9E58CF;
}
</style>