Shades of Amethyst #9C59CE
Tints of Amethyst #9C59CE
RGB
CMYK
RGB Variations
Color information
#9C59CE (or 0x9C59CE) is known color: Amethyst. HEX triplet: 9C, 59 and CE. RGB value is (156,89,206). Sum of RGB (Red+Green+Blue) = 156+89+206=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59CE is #63A631. Grayscale: #797979. Windows color (decimal): -6530610 or 13523356. OLE color: 13523356.
HSL color Cylindrical-coordinate representation of color #9C59CE: hue angle of 274.36º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C59CE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 89 | 206 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.19 |
| HSL | 274.36º | 0.54% | 0.58% | - |
| HSV(B) | 274.36º | 0.57% | 0.81% | - |
| XYZ | 28.42 | 18.67 | 60.5 | - |
| YUV | 122.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 206 | 0.24 | 0.57 | 0 | 0.19 | 274.36 | 0.54 | 0.58 |
| Hex | 9C | 59 | CE | 18 | 39 | 0 | 13 | 112 | 36 | 3A |
| Octal | 234 | 131 | 316 | 30 | 71 | 0 | 23 | 422 | 66 | 72 |
| Binary | 10011100 | 1011001 | 11001110 | 11000 | 111001 | 0 | 10011 | 100010010 | 110110 | 111010 |
Color Harmonies of #9C59CE
Complementary color
Monochromatic Colors of #9C59CE
Black with #9C59CE
Text Example
Text Example
White with #9C59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59CE; }
p { color: rgb(156,89,206); }
H1.HeaderClassName
{
color: #9C59CE;
}
.AnyTagClassName
{
color: #9C59CE;
}
</style>
background-color css
<style>
a { background-color: #9C59CE; }
a { background-color: rgb(156,89,206); }
div.DivClassName
{
background-color: #9C59CE;
}
.BgClassName
{
background-color: #9C59CE;
}
</style>
border-color css
<style>
span { border-color: #9C59CE; }
span { border-color: rgb(156,89,206); }
td.TdClassName
{
border-color: #9C59CE;
}
.TagClassName
{
border-color: #9C59CE;
}
</style>