Shades of Amethyst #9F62CE
Tints of Amethyst #9F62CE
RGB
CMYK
RGB Variations
Color information
#9F62CE (or 0x9F62CE) is known color: Amethyst. HEX triplet: 9F, 62 and CE. RGB value is (159,98,206). Sum of RGB (Red+Green+Blue) = 159+98+206=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F62CE is #609D31. Grayscale: #808080. Windows color (decimal): -6331698 or 13525663. OLE color: 13525663.
HSL color Cylindrical-coordinate representation of color #9F62CE: hue angle of 273.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F62CE is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 98 | 206 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.19 |
| HSL | 273.89º | 0.52% | 0.6% | - |
| HSV(B) | 273.89º | 0.52% | 0.81% | - |
| XYZ | 29.81 | 20.56 | 60.79 | - |
| YUV | 128.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 206 | 0.23 | 0.52 | 0 | 0.19 | 273.89 | 0.52 | 0.6 |
| Hex | 9F | 62 | CE | 17 | 34 | 0 | 13 | 112 | 34 | 3C |
| Octal | 237 | 142 | 316 | 27 | 64 | 0 | 23 | 422 | 64 | 74 |
| Binary | 10011111 | 1100010 | 11001110 | 10111 | 110100 | 0 | 10011 | 100010010 | 110100 | 111100 |
Color Harmonies of #9F62CE
Complementary color
Monochromatic Colors of #9F62CE
Black with #9F62CE
Text Example
Text Example
White with #9F62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F62CE; }
p { color: rgb(159,98,206); }
H1.HeaderClassName
{
color: #9F62CE;
}
.AnyTagClassName
{
color: #9F62CE;
}
</style>
background-color css
<style>
a { background-color: #9F62CE; }
a { background-color: rgb(159,98,206); }
div.DivClassName
{
background-color: #9F62CE;
}
.BgClassName
{
background-color: #9F62CE;
}
</style>
border-color css
<style>
span { border-color: #9F62CE; }
span { border-color: rgb(159,98,206); }
td.TdClassName
{
border-color: #9F62CE;
}
.TagClassName
{
border-color: #9F62CE;
}
</style>