Shades of Amethyst #9F59D8
Tints of Amethyst #9F59D8
RGB
CMYK
RGB Variations
Color information
#9F59D8 (or 0x9F59D8) is known color: Amethyst. HEX triplet: 9F, 59 and D8. RGB value is (159,89,216). Sum of RGB (Red+Green+Blue) = 159+89+216=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F59D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59D8 is #60A627. Grayscale: #7B7B7B. Windows color (decimal): -6333992 or 14178719. OLE color: 14178719.
HSL color Cylindrical-coordinate representation of color #9F59D8: hue angle of 273.07º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F59D8 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 89 | 216 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.15 |
| HSL | 273.07º | 0.62% | 0.6% | - |
| HSV(B) | 273.07º | 0.59% | 0.85% | - |
| XYZ | 30.27 | 19.47 | 67.13 | - |
| YUV | 124.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 216 | 0.26 | 0.59 | 0 | 0.15 | 273.07 | 0.62 | 0.6 |
| Hex | 9F | 59 | D8 | 1A | 3B | 0 | F | 111 | 3E | 3C |
| Octal | 237 | 131 | 330 | 32 | 73 | 0 | 17 | 421 | 76 | 74 |
| Binary | 10011111 | 1011001 | 11011000 | 11010 | 111011 | 0 | 1111 | 100010001 | 111110 | 111100 |
Color Harmonies of #9F59D8
Complementary color
Monochromatic Colors of #9F59D8
Black with #9F59D8
Text Example
Text Example
White with #9F59D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F59D8; }
p { color: rgb(159,89,216); }
H1.HeaderClassName
{
color: #9F59D8;
}
.AnyTagClassName
{
color: #9F59D8;
}
</style>
background-color css
<style>
a { background-color: #9F59D8; }
a { background-color: rgb(159,89,216); }
div.DivClassName
{
background-color: #9F59D8;
}
.BgClassName
{
background-color: #9F59D8;
}
</style>
border-color css
<style>
span { border-color: #9F59D8; }
span { border-color: rgb(159,89,216); }
td.TdClassName
{
border-color: #9F59D8;
}
.TagClassName
{
border-color: #9F59D8;
}
</style>