Shades of Amethyst #9F55CE
Tints of Amethyst #9F55CE
RGB
CMYK
RGB Variations
Color information
#9F55CE (or 0x9F55CE) is known color: Amethyst. HEX triplet: 9F, 55 and CE. RGB value is (159,85,206). Sum of RGB (Red+Green+Blue) = 159+85+206=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55CE is #60AA31. Grayscale: #787878. Windows color (decimal): -6335026 or 13522335. OLE color: 13522335.
HSL color Cylindrical-coordinate representation of color #9F55CE: hue angle of 276.69º degrees, saturation: 0.55, 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 #9F55CE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 85 | 206 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.19 |
| HSL | 276.69º | 0.55% | 0.57% | - |
| HSV(B) | 276.69º | 0.59% | 0.81% | - |
| XYZ | 28.69 | 18.32 | 60.42 | - |
| YUV | 120.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 206 | 0.23 | 0.59 | 0 | 0.19 | 276.69 | 0.55 | 0.57 |
| Hex | 9F | 55 | CE | 17 | 3B | 0 | 13 | 115 | 37 | 39 |
| Octal | 237 | 125 | 316 | 27 | 73 | 0 | 23 | 425 | 67 | 71 |
| Binary | 10011111 | 1010101 | 11001110 | 10111 | 111011 | 0 | 10011 | 100010101 | 110111 | 111001 |
Color Harmonies of #9F55CE
Complementary color
Monochromatic Colors of #9F55CE
Black with #9F55CE
Text Example
Text Example
White with #9F55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55CE; }
p { color: rgb(159,85,206); }
H1.HeaderClassName
{
color: #9F55CE;
}
.AnyTagClassName
{
color: #9F55CE;
}
</style>
background-color css
<style>
a { background-color: #9F55CE; }
a { background-color: rgb(159,85,206); }
div.DivClassName
{
background-color: #9F55CE;
}
.BgClassName
{
background-color: #9F55CE;
}
</style>
border-color css
<style>
span { border-color: #9F55CE; }
span { border-color: rgb(159,85,206); }
td.TdClassName
{
border-color: #9F55CE;
}
.TagClassName
{
border-color: #9F55CE;
}
</style>