Shades of Amethyst #9F58CF
Tints of Amethyst #9F58CF
RGB
CMYK
RGB Variations
Color information
#9F58CF (or 0x9F58CF) is known color: Amethyst. HEX triplet: 9F, 58 and CF. RGB value is (159,88,207). Sum of RGB (Red+Green+Blue) = 159+88+207=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58CF is #60A730. Grayscale: #7A7A7A. Windows color (decimal): -6334257 or 13588639. OLE color: 13588639.
HSL color Cylindrical-coordinate representation of color #9F58CF: hue angle of 275.8º 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 #9F58CF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 88 | 207 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.19 |
| HSL | 275.8º | 0.55% | 0.58% | - |
| HSV(B) | 275.8º | 0.57% | 0.81% | - |
| XYZ | 29.05 | 18.86 | 61.14 | - |
| YUV | 122.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 207 | 0.23 | 0.57 | 0 | 0.19 | 275.8 | 0.55 | 0.58 |
| Hex | 9F | 58 | CF | 17 | 39 | 0 | 13 | 114 | 37 | 3A |
| Octal | 237 | 130 | 317 | 27 | 71 | 0 | 23 | 424 | 67 | 72 |
| Binary | 10011111 | 1011000 | 11001111 | 10111 | 111001 | 0 | 10011 | 100010100 | 110111 | 111010 |
Color Harmonies of #9F58CF
Complementary color
Monochromatic Colors of #9F58CF
Black with #9F58CF
Text Example
Text Example
White with #9F58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58CF; }
p { color: rgb(159,88,207); }
H1.HeaderClassName
{
color: #9F58CF;
}
.AnyTagClassName
{
color: #9F58CF;
}
</style>
background-color css
<style>
a { background-color: #9F58CF; }
a { background-color: rgb(159,88,207); }
div.DivClassName
{
background-color: #9F58CF;
}
.BgClassName
{
background-color: #9F58CF;
}
</style>
border-color css
<style>
span { border-color: #9F58CF; }
span { border-color: rgb(159,88,207); }
td.TdClassName
{
border-color: #9F58CF;
}
.TagClassName
{
border-color: #9F58CF;
}
</style>