Shades of Amethyst #9D59CD
Tints of Amethyst #9D59CD
RGB
CMYK
RGB Variations
Color information
#9D59CD (or 0x9D59CD) is known color: Amethyst. HEX triplet: 9D, 59 and CD. RGB value is (157,89,205). Sum of RGB (Red+Green+Blue) = 157+89+205=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D59CD is #62A632. Grayscale: #7A7A7A. Windows color (decimal): -6465075 or 13457821. OLE color: 13457821.
HSL color Cylindrical-coordinate representation of color #9D59CD: hue angle of 275.17º 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 #9D59CD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 89 | 205 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.20 |
| HSL | 275.17º | 0.54% | 0.58% | - |
| HSV(B) | 275.17º | 0.57% | 0.8% | - |
| XYZ | 28.5 | 18.72 | 59.87 | - |
| YUV | 122.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 205 | 0.23 | 0.57 | 0 | 0.20 | 275.17 | 0.54 | 0.58 |
| Hex | 9D | 59 | CD | 17 | 39 | 0 | 14 | 113 | 36 | 3A |
| Octal | 235 | 131 | 315 | 27 | 71 | 0 | 24 | 423 | 66 | 72 |
| Binary | 10011101 | 1011001 | 11001101 | 10111 | 111001 | 0 | 10100 | 100010011 | 110110 | 111010 |
Color Harmonies of #9D59CD
Complementary color
Monochromatic Colors of #9D59CD
Black with #9D59CD
Text Example
Text Example
White with #9D59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59CD; }
p { color: rgb(157,89,205); }
H1.HeaderClassName
{
color: #9D59CD;
}
.AnyTagClassName
{
color: #9D59CD;
}
</style>
background-color css
<style>
a { background-color: #9D59CD; }
a { background-color: rgb(157,89,205); }
div.DivClassName
{
background-color: #9D59CD;
}
.BgClassName
{
background-color: #9D59CD;
}
</style>
border-color css
<style>
span { border-color: #9D59CD; }
span { border-color: rgb(157,89,205); }
td.TdClassName
{
border-color: #9D59CD;
}
.TagClassName
{
border-color: #9D59CD;
}
</style>