Shades of Amethyst #9F53D9
Tints of Amethyst #9F53D9
RGB
CMYK
RGB Variations
Color information
#9F53D9 (or 0x9F53D9) is known color: Amethyst. HEX triplet: 9F, 53 and D9. RGB value is (159,83,217). Sum of RGB (Red+Green+Blue) = 159+83+217=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F53D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F53D9 is #60AC26. Grayscale: #787878. Windows color (decimal): -6335527 or 14242719. OLE color: 14242719.
HSL color Cylindrical-coordinate representation of color #9F53D9: hue angle of 274.03º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F53D9 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 83 | 217 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.15 |
| HSL | 274.03º | 0.64% | 0.59% | - |
| HSV(B) | 274.03º | 0.62% | 0.85% | - |
| XYZ | 29.92 | 18.57 | 67.65 | - |
| YUV | 121 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 217 | 0.27 | 0.62 | 0 | 0.15 | 274.03 | 0.64 | 0.59 |
| Hex | 9F | 53 | D9 | 1B | 3E | 0 | F | 112 | 40 | 3B |
| Octal | 237 | 123 | 331 | 33 | 76 | 0 | 17 | 422 | 100 | 73 |
| Binary | 10011111 | 1010011 | 11011001 | 11011 | 111110 | 0 | 1111 | 100010010 | 1000000 | 111011 |
Color Harmonies of #9F53D9
Complementary color
Monochromatic Colors of #9F53D9
Black with #9F53D9
Text Example
Text Example
White with #9F53D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F53D9; }
p { color: rgb(159,83,217); }
H1.HeaderClassName
{
color: #9F53D9;
}
.AnyTagClassName
{
color: #9F53D9;
}
</style>
background-color css
<style>
a { background-color: #9F53D9; }
a { background-color: rgb(159,83,217); }
div.DivClassName
{
background-color: #9F53D9;
}
.BgClassName
{
background-color: #9F53D9;
}
</style>
border-color css
<style>
span { border-color: #9F53D9; }
span { border-color: rgb(159,83,217); }
td.TdClassName
{
border-color: #9F53D9;
}
.TagClassName
{
border-color: #9F53D9;
}
</style>