Shades of Amethyst #9C58CB
Tints of Amethyst #9C58CB
RGB
CMYK
RGB Variations
Color information
#9C58CB (or 0x9C58CB) is known color: Amethyst. HEX triplet: 9C, 58 and CB. RGB value is (156,88,203). Sum of RGB (Red+Green+Blue) = 156+88+203=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58CB is #63A734. Grayscale: #797979. Windows color (decimal): -6530869 or 13326492. OLE color: 13326492.
HSL color Cylindrical-coordinate representation of color #9C58CB: hue angle of 275.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C58CB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 88 | 203 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.20 |
| HSL | 275.48º | 0.53% | 0.57% | - |
| HSV(B) | 275.48º | 0.57% | 0.8% | - |
| XYZ | 27.98 | 18.36 | 58.57 | - |
| YUV | 121.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 203 | 0.23 | 0.57 | 0 | 0.20 | 275.48 | 0.53 | 0.57 |
| Hex | 9C | 58 | CB | 17 | 39 | 0 | 14 | 113 | 35 | 39 |
| Octal | 234 | 130 | 313 | 27 | 71 | 0 | 24 | 423 | 65 | 71 |
| Binary | 10011100 | 1011000 | 11001011 | 10111 | 111001 | 0 | 10100 | 100010011 | 110101 | 111001 |
Color Harmonies of #9C58CB
Complementary color
Monochromatic Colors of #9C58CB
Black with #9C58CB
Text Example
Text Example
White with #9C58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C58CB; }
p { color: rgb(156,88,203); }
H1.HeaderClassName
{
color: #9C58CB;
}
.AnyTagClassName
{
color: #9C58CB;
}
</style>
background-color css
<style>
a { background-color: #9C58CB; }
a { background-color: rgb(156,88,203); }
div.DivClassName
{
background-color: #9C58CB;
}
.BgClassName
{
background-color: #9C58CB;
}
</style>
border-color css
<style>
span { border-color: #9C58CB; }
span { border-color: rgb(156,88,203); }
td.TdClassName
{
border-color: #9C58CB;
}
.TagClassName
{
border-color: #9C58CB;
}
</style>