Shades of Amethyst #9F59CF
Tints of Amethyst #9F59CF
RGB
CMYK
RGB Variations
Color information
#9F59CF (or 0x9F59CF) is known color: Amethyst. HEX triplet: 9F, 59 and CF. RGB value is (159,89,207). Sum of RGB (Red+Green+Blue) = 159+89+207=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59CF is #60A630. Grayscale: #7A7A7A. Windows color (decimal): -6334001 or 13588895. OLE color: 13588895.
HSL color Cylindrical-coordinate representation of color #9F59CF: hue angle of 275.59º 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 #9F59CF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 89 | 207 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.19 |
| HSL | 275.59º | 0.55% | 0.58% | - |
| HSV(B) | 275.59º | 0.57% | 0.81% | - |
| XYZ | 29.13 | 19.02 | 61.17 | - |
| YUV | 123.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 207 | 0.23 | 0.57 | 0 | 0.19 | 275.59 | 0.55 | 0.58 |
| Hex | 9F | 59 | CF | 17 | 39 | 0 | 13 | 114 | 37 | 3A |
| Octal | 237 | 131 | 317 | 27 | 71 | 0 | 23 | 424 | 67 | 72 |
| Binary | 10011111 | 1011001 | 11001111 | 10111 | 111001 | 0 | 10011 | 100010100 | 110111 | 111010 |
Color Harmonies of #9F59CF
Complementary color
Monochromatic Colors of #9F59CF
Black with #9F59CF
Text Example
Text Example
White with #9F59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F59CF; }
p { color: rgb(159,89,207); }
H1.HeaderClassName
{
color: #9F59CF;
}
.AnyTagClassName
{
color: #9F59CF;
}
</style>
background-color css
<style>
a { background-color: #9F59CF; }
a { background-color: rgb(159,89,207); }
div.DivClassName
{
background-color: #9F59CF;
}
.BgClassName
{
background-color: #9F59CF;
}
</style>
border-color css
<style>
span { border-color: #9F59CF; }
span { border-color: rgb(159,89,207); }
td.TdClassName
{
border-color: #9F59CF;
}
.TagClassName
{
border-color: #9F59CF;
}
</style>