Shades of Amethyst #9F51EC
Tints of Amethyst #9F51EC
RGB
CMYK
RGB Variations
Color information
#9F51EC (or 0x9F51EC) is known color: Amethyst. HEX triplet: 9F, 51 and EC. RGB value is (159,81,236). Sum of RGB (Red+Green+Blue) = 159+81+236=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51EC is #60AE13. Grayscale: #797979. Windows color (decimal): -6336020 or 15487391. OLE color: 15487391.
HSL color Cylindrical-coordinate representation of color #9F51EC: hue angle of 270.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F51EC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 81 | 236 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.07 |
| HSL | 270.19º | 0.8% | 0.62% | - |
| HSV(B) | 270.19º | 0.66% | 0.93% | - |
| XYZ | 32.38 | 19.31 | 81.38 | - |
| YUV | 121.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 236 | 0.33 | 0.66 | 0 | 0.07 | 270.19 | 0.8 | 0.62 |
| Hex | 9F | 51 | EC | 21 | 42 | 0 | 7 | 10E | 50 | 3E |
| Octal | 237 | 121 | 354 | 41 | 102 | 0 | 7 | 416 | 120 | 76 |
| Binary | 10011111 | 1010001 | 11101100 | 100001 | 1000010 | 0 | 111 | 100001110 | 1010000 | 111110 |
Color Harmonies of #9F51EC
Complementary color
Monochromatic Colors of #9F51EC
Black with #9F51EC
Text Example
Text Example
White with #9F51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51EC; }
p { color: rgb(159,81,236); }
H1.HeaderClassName
{
color: #9F51EC;
}
.AnyTagClassName
{
color: #9F51EC;
}
</style>
background-color css
<style>
a { background-color: #9F51EC; }
a { background-color: rgb(159,81,236); }
div.DivClassName
{
background-color: #9F51EC;
}
.BgClassName
{
background-color: #9F51EC;
}
</style>
border-color css
<style>
span { border-color: #9F51EC; }
span { border-color: rgb(159,81,236); }
td.TdClassName
{
border-color: #9F51EC;
}
.TagClassName
{
border-color: #9F51EC;
}
</style>