Shades of Amethyst #9F59D7
Tints of Amethyst #9F59D7
RGB
CMYK
RGB Variations
Color information
#9F59D7 (or 0x9F59D7) is known color: Amethyst. HEX triplet: 9F, 59 and D7. RGB value is (159,89,215). Sum of RGB (Red+Green+Blue) = 159+89+215=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F59D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59D7 is #60A628. Grayscale: #7B7B7B. Windows color (decimal): -6333993 or 14113183. OLE color: 14113183.
HSL color Cylindrical-coordinate representation of color #9F59D7: hue angle of 273.33º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F59D7 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 89 | 215 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.16 |
| HSL | 273.33º | 0.61% | 0.6% | - |
| HSV(B) | 273.33º | 0.59% | 0.84% | - |
| XYZ | 30.14 | 19.42 | 66.45 | - |
| YUV | 124.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 215 | 0.26 | 0.59 | 0 | 0.16 | 273.33 | 0.61 | 0.6 |
| Hex | 9F | 59 | D7 | 1A | 3B | 0 | 10 | 111 | 3D | 3C |
| Octal | 237 | 131 | 327 | 32 | 73 | 0 | 20 | 421 | 75 | 74 |
| Binary | 10011111 | 1011001 | 11010111 | 11010 | 111011 | 0 | 10000 | 100010001 | 111101 | 111100 |
Color Harmonies of #9F59D7
Complementary color
Monochromatic Colors of #9F59D7
Black with #9F59D7
Text Example
Text Example
White with #9F59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F59D7; }
p { color: rgb(159,89,215); }
H1.HeaderClassName
{
color: #9F59D7;
}
.AnyTagClassName
{
color: #9F59D7;
}
</style>
background-color css
<style>
a { background-color: #9F59D7; }
a { background-color: rgb(159,89,215); }
div.DivClassName
{
background-color: #9F59D7;
}
.BgClassName
{
background-color: #9F59D7;
}
</style>
border-color css
<style>
span { border-color: #9F59D7; }
span { border-color: rgb(159,89,215); }
td.TdClassName
{
border-color: #9F59D7;
}
.TagClassName
{
border-color: #9F59D7;
}
</style>