Shades of Amethyst #9C59CA
Tints of Amethyst #9C59CA
RGB
CMYK
RGB Variations
Color information
#9C59CA (or 0x9C59CA) is known color: Amethyst. HEX triplet: 9C, 59 and CA. RGB value is (156,89,202). Sum of RGB (Red+Green+Blue) = 156+89+202=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59CA is #63A635. Grayscale: #797979. Windows color (decimal): -6530614 or 13261212. OLE color: 13261212.
HSL color Cylindrical-coordinate representation of color #9C59CA: hue angle of 275.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C59CA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 89 | 202 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.21 |
| HSL | 275.58º | 0.52% | 0.57% | - |
| HSV(B) | 275.58º | 0.56% | 0.79% | - |
| XYZ | 27.94 | 18.48 | 57.97 | - |
| YUV | 121.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 202 | 0.23 | 0.56 | 0 | 0.21 | 275.58 | 0.52 | 0.57 |
| Hex | 9C | 59 | CA | 17 | 38 | 0 | 15 | 114 | 34 | 39 |
| Octal | 234 | 131 | 312 | 27 | 70 | 0 | 25 | 424 | 64 | 71 |
| Binary | 10011100 | 1011001 | 11001010 | 10111 | 111000 | 0 | 10101 | 100010100 | 110100 | 111001 |
Color Harmonies of #9C59CA
Complementary color
Monochromatic Colors of #9C59CA
Black with #9C59CA
Text Example
Text Example
White with #9C59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59CA; }
p { color: rgb(156,89,202); }
H1.HeaderClassName
{
color: #9C59CA;
}
.AnyTagClassName
{
color: #9C59CA;
}
</style>
background-color css
<style>
a { background-color: #9C59CA; }
a { background-color: rgb(156,89,202); }
div.DivClassName
{
background-color: #9C59CA;
}
.BgClassName
{
background-color: #9C59CA;
}
</style>
border-color css
<style>
span { border-color: #9C59CA; }
span { border-color: rgb(156,89,202); }
td.TdClassName
{
border-color: #9C59CA;
}
.TagClassName
{
border-color: #9C59CA;
}
</style>