Shades of Amethyst #9F55CF
Tints of Amethyst #9F55CF
RGB
CMYK
RGB Variations
Color information
#9F55CF (or 0x9F55CF) is known color: Amethyst. HEX triplet: 9F, 55 and CF. RGB value is (159,85,207). Sum of RGB (Red+Green+Blue) = 159+85+207=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55CF is #60AA30. Grayscale: #787878. Windows color (decimal): -6335025 or 13587871. OLE color: 13587871.
HSL color Cylindrical-coordinate representation of color #9F55CF: hue angle of 276.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F55CF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 85 | 207 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.19 |
| HSL | 276.39º | 0.56% | 0.57% | - |
| HSV(B) | 276.39º | 0.59% | 0.81% | - |
| XYZ | 28.81 | 18.37 | 61.06 | - |
| YUV | 121.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 207 | 0.23 | 0.59 | 0 | 0.19 | 276.39 | 0.56 | 0.57 |
| Hex | 9F | 55 | CF | 17 | 3B | 0 | 13 | 114 | 38 | 39 |
| Octal | 237 | 125 | 317 | 27 | 73 | 0 | 23 | 424 | 70 | 71 |
| Binary | 10011111 | 1010101 | 11001111 | 10111 | 111011 | 0 | 10011 | 100010100 | 111000 | 111001 |
Color Harmonies of #9F55CF
Complementary color
Monochromatic Colors of #9F55CF
Black with #9F55CF
Text Example
Text Example
White with #9F55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55CF; }
p { color: rgb(159,85,207); }
H1.HeaderClassName
{
color: #9F55CF;
}
.AnyTagClassName
{
color: #9F55CF;
}
</style>
background-color css
<style>
a { background-color: #9F55CF; }
a { background-color: rgb(159,85,207); }
div.DivClassName
{
background-color: #9F55CF;
}
.BgClassName
{
background-color: #9F55CF;
}
</style>
border-color css
<style>
span { border-color: #9F55CF; }
span { border-color: rgb(159,85,207); }
td.TdClassName
{
border-color: #9F55CF;
}
.TagClassName
{
border-color: #9F55CF;
}
</style>