Shades of Amethyst #9F51D9
Tints of Amethyst #9F51D9
RGB
CMYK
RGB Variations
Color information
#9F51D9 (or 0x9F51D9) is known color: Amethyst. HEX triplet: 9F, 51 and D9. RGB value is (159,81,217). Sum of RGB (Red+Green+Blue) = 159+81+217=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F51D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51D9 is #60AE26. Grayscale: #777777. Windows color (decimal): -6336039 or 14242207. OLE color: 14242207.
HSL color Cylindrical-coordinate representation of color #9F51D9: hue angle of 274.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F51D9 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 81 | 217 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.15 |
| HSL | 274.41º | 0.64% | 0.58% | - |
| HSV(B) | 274.41º | 0.63% | 0.85% | - |
| XYZ | 29.76 | 18.27 | 67.6 | - |
| YUV | 119.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 217 | 0.27 | 0.63 | 0 | 0.15 | 274.41 | 0.64 | 0.58 |
| Hex | 9F | 51 | D9 | 1B | 3F | 0 | F | 112 | 40 | 3A |
| Octal | 237 | 121 | 331 | 33 | 77 | 0 | 17 | 422 | 100 | 72 |
| Binary | 10011111 | 1010001 | 11011001 | 11011 | 111111 | 0 | 1111 | 100010010 | 1000000 | 111010 |
Color Harmonies of #9F51D9
Complementary color
Monochromatic Colors of #9F51D9
Black with #9F51D9
Text Example
Text Example
White with #9F51D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51D9; }
p { color: rgb(159,81,217); }
H1.HeaderClassName
{
color: #9F51D9;
}
.AnyTagClassName
{
color: #9F51D9;
}
</style>
background-color css
<style>
a { background-color: #9F51D9; }
a { background-color: rgb(159,81,217); }
div.DivClassName
{
background-color: #9F51D9;
}
.BgClassName
{
background-color: #9F51D9;
}
</style>
border-color css
<style>
span { border-color: #9F51D9; }
span { border-color: rgb(159,81,217); }
td.TdClassName
{
border-color: #9F51D9;
}
.TagClassName
{
border-color: #9F51D9;
}
</style>