Shades of Amethyst #9F4ED5
Tints of Amethyst #9F4ED5
RGB
CMYK
RGB Variations
Color information
#9F4ED5 (or 0x9F4ED5) is known color: Amethyst. HEX triplet: 9F, 4E and D5. RGB value is (159,78,213). Sum of RGB (Red+Green+Blue) = 159+78+213=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4ED5 is #60B12A. Grayscale: #757575. Windows color (decimal): -6336811 or 13979295. OLE color: 13979295.
HSL color Cylindrical-coordinate representation of color #9F4ED5: hue angle of 276º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F4ED5 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 78 | 213 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.16 |
| HSL | 276º | 0.62% | 0.57% | - |
| HSV(B) | 276º | 0.63% | 0.84% | - |
| XYZ | 29.03 | 17.62 | 64.82 | - |
| YUV | 117.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 213 | 0.25 | 0.63 | 0 | 0.16 | 276 | 0.62 | 0.57 |
| Hex | 9F | 4E | D5 | 19 | 3F | 0 | 10 | 114 | 3E | 39 |
| Octal | 237 | 116 | 325 | 31 | 77 | 0 | 20 | 424 | 76 | 71 |
| Binary | 10011111 | 1001110 | 11010101 | 11001 | 111111 | 0 | 10000 | 100010100 | 111110 | 111001 |
Color Harmonies of #9F4ED5
Complementary color
Monochromatic Colors of #9F4ED5
Black with #9F4ED5
Text Example
Text Example
White with #9F4ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4ED5; }
p { color: rgb(159,78,213); }
H1.HeaderClassName
{
color: #9F4ED5;
}
.AnyTagClassName
{
color: #9F4ED5;
}
</style>
background-color css
<style>
a { background-color: #9F4ED5; }
a { background-color: rgb(159,78,213); }
div.DivClassName
{
background-color: #9F4ED5;
}
.BgClassName
{
background-color: #9F4ED5;
}
</style>
border-color css
<style>
span { border-color: #9F4ED5; }
span { border-color: rgb(159,78,213); }
td.TdClassName
{
border-color: #9F4ED5;
}
.TagClassName
{
border-color: #9F4ED5;
}
</style>