Shades of Amethyst #9F54EC
Tints of Amethyst #9F54EC
RGB
CMYK
RGB Variations
Color information
#9F54EC (or 0x9F54EC) is known color: Amethyst. HEX triplet: 9F, 54 and EC. RGB value is (159,84,236). Sum of RGB (Red+Green+Blue) = 159+84+236=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F54EC is #60AB13. Grayscale: #7B7B7B. Windows color (decimal): -6335252 or 15488159. OLE color: 15488159.
HSL color Cylindrical-coordinate representation of color #9F54EC: hue angle of 269.61º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F54EC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 84 | 236 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.07 |
| HSL | 269.61º | 0.8% | 0.63% | - |
| HSV(B) | 269.61º | 0.64% | 0.93% | - |
| XYZ | 32.61 | 19.77 | 81.45 | - |
| YUV | 123.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 236 | 0.33 | 0.64 | 0 | 0.07 | 269.61 | 0.8 | 0.63 |
| Hex | 9F | 54 | EC | 21 | 40 | 0 | 7 | 10E | 50 | 3F |
| Octal | 237 | 124 | 354 | 41 | 100 | 0 | 7 | 416 | 120 | 77 |
| Binary | 10011111 | 1010100 | 11101100 | 100001 | 1000000 | 0 | 111 | 100001110 | 1010000 | 111111 |
Color Harmonies of #9F54EC
Complementary color
Monochromatic Colors of #9F54EC
Black with #9F54EC
Text Example
Text Example
White with #9F54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54EC; }
p { color: rgb(159,84,236); }
H1.HeaderClassName
{
color: #9F54EC;
}
.AnyTagClassName
{
color: #9F54EC;
}
</style>
background-color css
<style>
a { background-color: #9F54EC; }
a { background-color: rgb(159,84,236); }
div.DivClassName
{
background-color: #9F54EC;
}
.BgClassName
{
background-color: #9F54EC;
}
</style>
border-color css
<style>
span { border-color: #9F54EC; }
span { border-color: rgb(159,84,236); }
td.TdClassName
{
border-color: #9F54EC;
}
.TagClassName
{
border-color: #9F54EC;
}
</style>