Shades of Amethyst #9F4DDF
Tints of Amethyst #9F4DDF
RGB
CMYK
RGB Variations
Color information
#9F4DDF (or 0x9F4DDF) is known color: Amethyst. HEX triplet: 9F, 4D and DF. RGB value is (159,77,223). Sum of RGB (Red+Green+Blue) = 159+77+223=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DDF is #60B220. Grayscale: #757575. Windows color (decimal): -6337057 or 14634399. OLE color: 14634399.
HSL color Cylindrical-coordinate representation of color #9F4DDF: hue angle of 273.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4DDF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 77 | 223 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.13 |
| HSL | 273.7º | 0.7% | 0.59% | - |
| HSV(B) | 273.7º | 0.65% | 0.87% | - |
| XYZ | 30.27 | 18.01 | 71.69 | - |
| YUV | 118.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 223 | 0.29 | 0.65 | 0 | 0.13 | 273.7 | 0.7 | 0.59 |
| Hex | 9F | 4D | DF | 1D | 41 | 0 | D | 112 | 46 | 3B |
| Octal | 237 | 115 | 337 | 35 | 101 | 0 | 15 | 422 | 106 | 73 |
| Binary | 10011111 | 1001101 | 11011111 | 11101 | 1000001 | 0 | 1101 | 100010010 | 1000110 | 111011 |
Color Harmonies of #9F4DDF
Complementary color
Monochromatic Colors of #9F4DDF
Black with #9F4DDF
Text Example
Text Example
White with #9F4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DDF; }
p { color: rgb(159,77,223); }
H1.HeaderClassName
{
color: #9F4DDF;
}
.AnyTagClassName
{
color: #9F4DDF;
}
</style>
background-color css
<style>
a { background-color: #9F4DDF; }
a { background-color: rgb(159,77,223); }
div.DivClassName
{
background-color: #9F4DDF;
}
.BgClassName
{
background-color: #9F4DDF;
}
</style>
border-color css
<style>
span { border-color: #9F4DDF; }
span { border-color: rgb(159,77,223); }
td.TdClassName
{
border-color: #9F4DDF;
}
.TagClassName
{
border-color: #9F4DDF;
}
</style>