Shades of Amethyst #9D59CB
Tints of Amethyst #9D59CB
RGB
CMYK
RGB Variations
Color information
#9D59CB (or 0x9D59CB) is known color: Amethyst. HEX triplet: 9D, 59 and CB. RGB value is (157,89,203). Sum of RGB (Red+Green+Blue) = 157+89+203=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D59CB is #62A634. Grayscale: #797979. Windows color (decimal): -6465077 or 13326749. OLE color: 13326749.
HSL color Cylindrical-coordinate representation of color #9D59CB: hue angle of 275.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D59CB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 89 | 203 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.20 |
| HSL | 275.79º | 0.52% | 0.57% | - |
| HSV(B) | 275.79º | 0.56% | 0.8% | - |
| XYZ | 28.26 | 18.62 | 58.61 | - |
| YUV | 122.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 203 | 0.23 | 0.56 | 0 | 0.20 | 275.79 | 0.52 | 0.57 |
| Hex | 9D | 59 | CB | 17 | 38 | 0 | 14 | 114 | 34 | 39 |
| Octal | 235 | 131 | 313 | 27 | 70 | 0 | 24 | 424 | 64 | 71 |
| Binary | 10011101 | 1011001 | 11001011 | 10111 | 111000 | 0 | 10100 | 100010100 | 110100 | 111001 |
Color Harmonies of #9D59CB
Complementary color
Monochromatic Colors of #9D59CB
Black with #9D59CB
Text Example
Text Example
White with #9D59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59CB; }
p { color: rgb(157,89,203); }
H1.HeaderClassName
{
color: #9D59CB;
}
.AnyTagClassName
{
color: #9D59CB;
}
</style>
background-color css
<style>
a { background-color: #9D59CB; }
a { background-color: rgb(157,89,203); }
div.DivClassName
{
background-color: #9D59CB;
}
.BgClassName
{
background-color: #9D59CB;
}
</style>
border-color css
<style>
span { border-color: #9D59CB; }
span { border-color: rgb(157,89,203); }
td.TdClassName
{
border-color: #9D59CB;
}
.TagClassName
{
border-color: #9D59CB;
}
</style>