Shades of Amethyst #9F5AD7
Tints of Amethyst #9F5AD7
RGB
CMYK
RGB Variations
Color information
#9F5AD7 (or 0x9F5AD7) is known color: Amethyst. HEX triplet: 9F, 5A and D7. RGB value is (159,90,215). Sum of RGB (Red+Green+Blue) = 159+90+215=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F5AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5AD7 is #60A528. Grayscale: #7C7C7C. Windows color (decimal): -6333737 or 14113439. OLE color: 14113439.
HSL color Cylindrical-coordinate representation of color #9F5AD7: hue angle of 273.12º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5AD7 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 90 | 215 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.16 |
| HSL | 273.12º | 0.61% | 0.6% | - |
| HSV(B) | 273.12º | 0.58% | 0.84% | - |
| XYZ | 30.22 | 19.59 | 66.48 | - |
| YUV | 124.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 215 | 0.26 | 0.58 | 0 | 0.16 | 273.12 | 0.61 | 0.6 |
| Hex | 9F | 5A | D7 | 1A | 3A | 0 | 10 | 111 | 3D | 3C |
| Octal | 237 | 132 | 327 | 32 | 72 | 0 | 20 | 421 | 75 | 74 |
| Binary | 10011111 | 1011010 | 11010111 | 11010 | 111010 | 0 | 10000 | 100010001 | 111101 | 111100 |
Color Harmonies of #9F5AD7
Complementary color
Monochromatic Colors of #9F5AD7
Black with #9F5AD7
Text Example
Text Example
White with #9F5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AD7; }
p { color: rgb(159,90,215); }
H1.HeaderClassName
{
color: #9F5AD7;
}
.AnyTagClassName
{
color: #9F5AD7;
}
</style>
background-color css
<style>
a { background-color: #9F5AD7; }
a { background-color: rgb(159,90,215); }
div.DivClassName
{
background-color: #9F5AD7;
}
.BgClassName
{
background-color: #9F5AD7;
}
</style>
border-color css
<style>
span { border-color: #9F5AD7; }
span { border-color: rgb(159,90,215); }
td.TdClassName
{
border-color: #9F5AD7;
}
.TagClassName
{
border-color: #9F5AD7;
}
</style>