Shades of Amethyst #9F52ED
Tints of Amethyst #9F52ED
RGB
CMYK
RGB Variations
Color information
#9F52ED (or 0x9F52ED) is known color: Amethyst. HEX triplet: 9F, 52 and ED. RGB value is (159,82,237). Sum of RGB (Red+Green+Blue) = 159+82+237=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F52ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F52ED is #60AD12. Grayscale: #7A7A7A. Windows color (decimal): -6335763 or 15553183. OLE color: 15553183.
HSL color Cylindrical-coordinate representation of color #9F52ED: hue angle of 269.81º 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 #9F52ED is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 82 | 237 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.07 |
| HSL | 269.81º | 0.81% | 0.63% | - |
| HSV(B) | 269.81º | 0.65% | 0.93% | - |
| XYZ | 32.6 | 19.52 | 82.17 | - |
| YUV | 122.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 237 | 0.33 | 0.65 | 0 | 0.07 | 269.81 | 0.81 | 0.63 |
| Hex | 9F | 52 | ED | 21 | 41 | 0 | 7 | 10E | 51 | 3F |
| Octal | 237 | 122 | 355 | 41 | 101 | 0 | 7 | 416 | 121 | 77 |
| Binary | 10011111 | 1010010 | 11101101 | 100001 | 1000001 | 0 | 111 | 100001110 | 1010001 | 111111 |
Color Harmonies of #9F52ED
Complementary color
Monochromatic Colors of #9F52ED
Black with #9F52ED
Text Example
Text Example
White with #9F52ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F52ED; }
p { color: rgb(159,82,237); }
H1.HeaderClassName
{
color: #9F52ED;
}
.AnyTagClassName
{
color: #9F52ED;
}
</style>
background-color css
<style>
a { background-color: #9F52ED; }
a { background-color: rgb(159,82,237); }
div.DivClassName
{
background-color: #9F52ED;
}
.BgClassName
{
background-color: #9F52ED;
}
</style>
border-color css
<style>
span { border-color: #9F52ED; }
span { border-color: rgb(159,82,237); }
td.TdClassName
{
border-color: #9F52ED;
}
.TagClassName
{
border-color: #9F52ED;
}
</style>