Shades of Amethyst #9F4DDA
Tints of Amethyst #9F4DDA
RGB
CMYK
RGB Variations
Color information
#9F4DDA (or 0x9F4DDA) is known color: Amethyst. HEX triplet: 9F, 4D and DA. RGB value is (159,77,218). Sum of RGB (Red+Green+Blue) = 159+77+218=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DDA is #60B225. Grayscale: #757575. Windows color (decimal): -6337062 or 14306719. OLE color: 14306719.
HSL color Cylindrical-coordinate representation of color #9F4DDA: hue angle of 274.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4DDA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 77 | 218 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.15 |
| HSL | 274.89º | 0.66% | 0.58% | - |
| HSV(B) | 274.89º | 0.65% | 0.85% | - |
| XYZ | 29.61 | 17.74 | 68.19 | - |
| YUV | 117.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 218 | 0.27 | 0.65 | 0 | 0.15 | 274.89 | 0.66 | 0.58 |
| Hex | 9F | 4D | DA | 1B | 41 | 0 | F | 113 | 42 | 3A |
| Octal | 237 | 115 | 332 | 33 | 101 | 0 | 17 | 423 | 102 | 72 |
| Binary | 10011111 | 1001101 | 11011010 | 11011 | 1000001 | 0 | 1111 | 100010011 | 1000010 | 111010 |
Color Harmonies of #9F4DDA
Complementary color
Monochromatic Colors of #9F4DDA
Black with #9F4DDA
Text Example
Text Example
White with #9F4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DDA; }
p { color: rgb(159,77,218); }
H1.HeaderClassName
{
color: #9F4DDA;
}
.AnyTagClassName
{
color: #9F4DDA;
}
</style>
background-color css
<style>
a { background-color: #9F4DDA; }
a { background-color: rgb(159,77,218); }
div.DivClassName
{
background-color: #9F4DDA;
}
.BgClassName
{
background-color: #9F4DDA;
}
</style>
border-color css
<style>
span { border-color: #9F4DDA; }
span { border-color: rgb(159,77,218); }
td.TdClassName
{
border-color: #9F4DDA;
}
.TagClassName
{
border-color: #9F4DDA;
}
</style>