Shades of Amethyst #9C59CD
Tints of Amethyst #9C59CD
RGB
CMYK
RGB Variations
Color information
#9C59CD (or 0x9C59CD) is known color: Amethyst. HEX triplet: 9C, 59 and CD. RGB value is (156,89,205). Sum of RGB (Red+Green+Blue) = 156+89+205=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59CD is #63A632. Grayscale: #797979. Windows color (decimal): -6530611 or 13457820. OLE color: 13457820.
HSL color Cylindrical-coordinate representation of color #9C59CD: hue angle of 274.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C59CD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 89 | 205 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.20 |
| HSL | 274.66º | 0.54% | 0.58% | - |
| HSV(B) | 274.66º | 0.57% | 0.8% | - |
| XYZ | 28.3 | 18.62 | 59.86 | - |
| YUV | 122.26 | 174.7 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 205 | 0.24 | 0.57 | 0 | 0.20 | 274.66 | 0.54 | 0.58 |
| Hex | 9C | 59 | CD | 18 | 39 | 0 | 14 | 113 | 36 | 3A |
| Octal | 234 | 131 | 315 | 30 | 71 | 0 | 24 | 423 | 66 | 72 |
| Binary | 10011100 | 1011001 | 11001101 | 11000 | 111001 | 0 | 10100 | 100010011 | 110110 | 111010 |
Color Harmonies of #9C59CD
Complementary color
Monochromatic Colors of #9C59CD
Black with #9C59CD
Text Example
Text Example
White with #9C59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59CD; }
p { color: rgb(156,89,205); }
H1.HeaderClassName
{
color: #9C59CD;
}
.AnyTagClassName
{
color: #9C59CD;
}
</style>
background-color css
<style>
a { background-color: #9C59CD; }
a { background-color: rgb(156,89,205); }
div.DivClassName
{
background-color: #9C59CD;
}
.BgClassName
{
background-color: #9C59CD;
}
</style>
border-color css
<style>
span { border-color: #9C59CD; }
span { border-color: rgb(156,89,205); }
td.TdClassName
{
border-color: #9C59CD;
}
.TagClassName
{
border-color: #9C59CD;
}
</style>