Shades of Amethyst #9F51EE
Tints of Amethyst #9F51EE
RGB
CMYK
RGB Variations
Color information
#9F51EE (or 0x9F51EE) is known color: Amethyst. HEX triplet: 9F, 51 and EE. RGB value is (159,81,238). Sum of RGB (Red+Green+Blue) = 159+81+238=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F51EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51EE is #60AE11. Grayscale: #797979. Windows color (decimal): -6336018 or 15618463. OLE color: 15618463.
HSL color Cylindrical-coordinate representation of color #9F51EE: hue angle of 269.81º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F51EE is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 81 | 238 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.07 |
| HSL | 269.81º | 0.82% | 0.63% | - |
| HSV(B) | 269.81º | 0.66% | 0.93% | - |
| XYZ | 32.67 | 19.43 | 82.92 | - |
| YUV | 122.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 238 | 0.33 | 0.66 | 0 | 0.07 | 269.81 | 0.82 | 0.63 |
| Hex | 9F | 51 | EE | 21 | 42 | 0 | 7 | 10E | 52 | 3F |
| Octal | 237 | 121 | 356 | 41 | 102 | 0 | 7 | 416 | 122 | 77 |
| Binary | 10011111 | 1010001 | 11101110 | 100001 | 1000010 | 0 | 111 | 100001110 | 1010010 | 111111 |
Color Harmonies of #9F51EE
Complementary color
Monochromatic Colors of #9F51EE
Black with #9F51EE
Text Example
Text Example
White with #9F51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51EE; }
p { color: rgb(159,81,238); }
H1.HeaderClassName
{
color: #9F51EE;
}
.AnyTagClassName
{
color: #9F51EE;
}
</style>
background-color css
<style>
a { background-color: #9F51EE; }
a { background-color: rgb(159,81,238); }
div.DivClassName
{
background-color: #9F51EE;
}
.BgClassName
{
background-color: #9F51EE;
}
</style>
border-color css
<style>
span { border-color: #9F51EE; }
span { border-color: rgb(159,81,238); }
td.TdClassName
{
border-color: #9F51EE;
}
.TagClassName
{
border-color: #9F51EE;
}
</style>