Shades of Amethyst #9A58CE
Tints of Amethyst #9A58CE
RGB
CMYK
RGB Variations
Color information
#9A58CE (or 0x9A58CE) is known color: Amethyst. HEX triplet: 9A, 58 and CE. RGB value is (154,88,206). Sum of RGB (Red+Green+Blue) = 154+88+206=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58CE is #65A731. Grayscale: #787878. Windows color (decimal): -6661938 or 13523098. OLE color: 13523098.
HSL color Cylindrical-coordinate representation of color #9A58CE: hue angle of 273.56º 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 #9A58CE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 88 | 206 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.19 |
| HSL | 273.56º | 0.55% | 0.58% | - |
| HSV(B) | 273.56º | 0.57% | 0.81% | - |
| XYZ | 27.96 | 18.31 | 60.45 | - |
| YUV | 121.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 206 | 0.25 | 0.57 | 0 | 0.19 | 273.56 | 0.55 | 0.58 |
| Hex | 9A | 58 | CE | 19 | 39 | 0 | 13 | 112 | 37 | 3A |
| Octal | 232 | 130 | 316 | 31 | 71 | 0 | 23 | 422 | 67 | 72 |
| Binary | 10011010 | 1011000 | 11001110 | 11001 | 111001 | 0 | 10011 | 100010010 | 110111 | 111010 |
Color Harmonies of #9A58CE
Complementary color
Monochromatic Colors of #9A58CE
Black with #9A58CE
Text Example
Text Example
White with #9A58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58CE; }
p { color: rgb(154,88,206); }
H1.HeaderClassName
{
color: #9A58CE;
}
.AnyTagClassName
{
color: #9A58CE;
}
</style>
background-color css
<style>
a { background-color: #9A58CE; }
a { background-color: rgb(154,88,206); }
div.DivClassName
{
background-color: #9A58CE;
}
.BgClassName
{
background-color: #9A58CE;
}
</style>
border-color css
<style>
span { border-color: #9A58CE; }
span { border-color: rgb(154,88,206); }
td.TdClassName
{
border-color: #9A58CE;
}
.TagClassName
{
border-color: #9A58CE;
}
</style>