Shades of Amethyst #9C59D0
Tints of Amethyst #9C59D0
RGB
CMYK
RGB Variations
Color information
#9C59D0 (or 0x9C59D0) is known color: Amethyst. HEX triplet: 9C, 59 and D0. RGB value is (156,89,208). Sum of RGB (Red+Green+Blue) = 156+89+208=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C59D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59D0 is #63A62F. Grayscale: #7A7A7A. Windows color (decimal): -6530608 or 13654428. OLE color: 13654428.
HSL color Cylindrical-coordinate representation of color #9C59D0: hue angle of 273.78º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C59D0 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 89 | 208 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.18 |
| HSL | 273.78º | 0.56% | 0.58% | - |
| HSV(B) | 273.78º | 0.57% | 0.82% | - |
| XYZ | 28.67 | 18.77 | 61.79 | - |
| YUV | 122.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 208 | 0.25 | 0.57 | 0 | 0.18 | 273.78 | 0.56 | 0.58 |
| Hex | 9C | 59 | D0 | 19 | 39 | 0 | 12 | 112 | 38 | 3A |
| Octal | 234 | 131 | 320 | 31 | 71 | 0 | 22 | 422 | 70 | 72 |
| Binary | 10011100 | 1011001 | 11010000 | 11001 | 111001 | 0 | 10010 | 100010010 | 111000 | 111010 |
Color Harmonies of #9C59D0
Complementary color
Monochromatic Colors of #9C59D0
Black with #9C59D0
Text Example
Text Example
White with #9C59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59D0; }
p { color: rgb(156,89,208); }
H1.HeaderClassName
{
color: #9C59D0;
}
.AnyTagClassName
{
color: #9C59D0;
}
</style>
background-color css
<style>
a { background-color: #9C59D0; }
a { background-color: rgb(156,89,208); }
div.DivClassName
{
background-color: #9C59D0;
}
.BgClassName
{
background-color: #9C59D0;
}
</style>
border-color css
<style>
span { border-color: #9C59D0; }
span { border-color: rgb(156,89,208); }
td.TdClassName
{
border-color: #9C59D0;
}
.TagClassName
{
border-color: #9C59D0;
}
</style>