Shades of Amethyst #9C58CF
Tints of Amethyst #9C58CF
RGB
CMYK
RGB Variations
Color information
#9C58CF (or 0x9C58CF) is known color: Amethyst. HEX triplet: 9C, 58 and CF. RGB value is (156,88,207). Sum of RGB (Red+Green+Blue) = 156+88+207=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58CF is #63A730. Grayscale: #797979. Windows color (decimal): -6530865 or 13588636. OLE color: 13588636.
HSL color Cylindrical-coordinate representation of color #9C58CF: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C58CF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 88 | 207 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.19 |
| HSL | 274.29º | 0.55% | 0.58% | - |
| HSV(B) | 274.29º | 0.57% | 0.81% | - |
| XYZ | 28.46 | 18.55 | 61.11 | - |
| YUV | 121.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 207 | 0.25 | 0.57 | 0 | 0.19 | 274.29 | 0.55 | 0.58 |
| Hex | 9C | 58 | CF | 19 | 39 | 0 | 13 | 112 | 37 | 3A |
| Octal | 234 | 130 | 317 | 31 | 71 | 0 | 23 | 422 | 67 | 72 |
| Binary | 10011100 | 1011000 | 11001111 | 11001 | 111001 | 0 | 10011 | 100010010 | 110111 | 111010 |
Color Harmonies of #9C58CF
Complementary color
Monochromatic Colors of #9C58CF
Black with #9C58CF
Text Example
Text Example
White with #9C58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C58CF; }
p { color: rgb(156,88,207); }
H1.HeaderClassName
{
color: #9C58CF;
}
.AnyTagClassName
{
color: #9C58CF;
}
</style>
background-color css
<style>
a { background-color: #9C58CF; }
a { background-color: rgb(156,88,207); }
div.DivClassName
{
background-color: #9C58CF;
}
.BgClassName
{
background-color: #9C58CF;
}
</style>
border-color css
<style>
span { border-color: #9C58CF; }
span { border-color: rgb(156,88,207); }
td.TdClassName
{
border-color: #9C58CF;
}
.TagClassName
{
border-color: #9C58CF;
}
</style>