Shades of Amethyst #9F57CF
Tints of Amethyst #9F57CF
RGB
CMYK
RGB Variations
Color information
#9F57CF (or 0x9F57CF) is known color: Amethyst. HEX triplet: 9F, 57 and CF. RGB value is (159,87,207). Sum of RGB (Red+Green+Blue) = 159+87+207=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57CF is #60A830. Grayscale: #797979. Windows color (decimal): -6334513 or 13588383. OLE color: 13588383.
HSL color Cylindrical-coordinate representation of color #9F57CF: hue angle of 276º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F57CF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 87 | 207 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.19 |
| HSL | 276º | 0.56% | 0.58% | - |
| HSV(B) | 276º | 0.58% | 0.81% | - |
| XYZ | 28.97 | 18.69 | 61.11 | - |
| YUV | 122.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 207 | 0.23 | 0.58 | 0 | 0.19 | 276 | 0.56 | 0.58 |
| Hex | 9F | 57 | CF | 17 | 3A | 0 | 13 | 114 | 38 | 3A |
| Octal | 237 | 127 | 317 | 27 | 72 | 0 | 23 | 424 | 70 | 72 |
| Binary | 10011111 | 1010111 | 11001111 | 10111 | 111010 | 0 | 10011 | 100010100 | 111000 | 111010 |
Color Harmonies of #9F57CF
Complementary color
Monochromatic Colors of #9F57CF
Black with #9F57CF
Text Example
Text Example
White with #9F57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57CF; }
p { color: rgb(159,87,207); }
H1.HeaderClassName
{
color: #9F57CF;
}
.AnyTagClassName
{
color: #9F57CF;
}
</style>
background-color css
<style>
a { background-color: #9F57CF; }
a { background-color: rgb(159,87,207); }
div.DivClassName
{
background-color: #9F57CF;
}
.BgClassName
{
background-color: #9F57CF;
}
</style>
border-color css
<style>
span { border-color: #9F57CF; }
span { border-color: rgb(159,87,207); }
td.TdClassName
{
border-color: #9F57CF;
}
.TagClassName
{
border-color: #9F57CF;
}
</style>