Shades of Amethyst #9F53ED
Tints of Amethyst #9F53ED
RGB
CMYK
RGB Variations
Color information
#9F53ED (or 0x9F53ED) is known color: Amethyst. HEX triplet: 9F, 53 and ED. RGB value is (159,83,237). Sum of RGB (Red+Green+Blue) = 159+83+237=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F53ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F53ED is #60AC12. Grayscale: #7A7A7A. Windows color (decimal): -6335507 or 15553439. OLE color: 15553439.
HSL color Cylindrical-coordinate representation of color #9F53ED: hue angle of 269.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F53ED is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 83 | 237 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.07 |
| HSL | 269.61º | 0.81% | 0.63% | - |
| HSV(B) | 269.61º | 0.65% | 0.93% | - |
| XYZ | 32.68 | 19.67 | 82.2 | - |
| YUV | 123.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 237 | 0.33 | 0.65 | 0 | 0.07 | 269.61 | 0.81 | 0.63 |
| Hex | 9F | 53 | ED | 21 | 41 | 0 | 7 | 10E | 51 | 3F |
| Octal | 237 | 123 | 355 | 41 | 101 | 0 | 7 | 416 | 121 | 77 |
| Binary | 10011111 | 1010011 | 11101101 | 100001 | 1000001 | 0 | 111 | 100001110 | 1010001 | 111111 |
Color Harmonies of #9F53ED
Complementary color
Monochromatic Colors of #9F53ED
Black with #9F53ED
Text Example
Text Example
White with #9F53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F53ED; }
p { color: rgb(159,83,237); }
H1.HeaderClassName
{
color: #9F53ED;
}
.AnyTagClassName
{
color: #9F53ED;
}
</style>
background-color css
<style>
a { background-color: #9F53ED; }
a { background-color: rgb(159,83,237); }
div.DivClassName
{
background-color: #9F53ED;
}
.BgClassName
{
background-color: #9F53ED;
}
</style>
border-color css
<style>
span { border-color: #9F53ED; }
span { border-color: rgb(159,83,237); }
td.TdClassName
{
border-color: #9F53ED;
}
.TagClassName
{
border-color: #9F53ED;
}
</style>