Shades of Amethyst #9A58CF
Tints of Amethyst #9A58CF
RGB
CMYK
RGB Variations
Color information
#9A58CF (or 0x9A58CF) is known color: Amethyst. HEX triplet: 9A, 58 and CF. RGB value is (154,88,207). Sum of RGB (Red+Green+Blue) = 154+88+207=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58CF is #65A730. Grayscale: #787878. Windows color (decimal): -6661937 or 13588634. OLE color: 13588634.
HSL color Cylindrical-coordinate representation of color #9A58CF: hue angle of 273.28º 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 #9A58CF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 88 | 207 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.19 |
| HSL | 273.28º | 0.55% | 0.58% | - |
| HSV(B) | 273.28º | 0.57% | 0.81% | - |
| XYZ | 28.08 | 18.35 | 61.09 | - |
| YUV | 121.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 207 | 0.26 | 0.57 | 0 | 0.19 | 273.28 | 0.55 | 0.58 |
| Hex | 9A | 58 | CF | 1A | 39 | 0 | 13 | 111 | 37 | 3A |
| Octal | 232 | 130 | 317 | 32 | 71 | 0 | 23 | 421 | 67 | 72 |
| Binary | 10011010 | 1011000 | 11001111 | 11010 | 111001 | 0 | 10011 | 100010001 | 110111 | 111010 |
Color Harmonies of #9A58CF
Complementary color
Monochromatic Colors of #9A58CF
Black with #9A58CF
Text Example
Text Example
White with #9A58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58CF; }
p { color: rgb(154,88,207); }
H1.HeaderClassName
{
color: #9A58CF;
}
.AnyTagClassName
{
color: #9A58CF;
}
</style>
background-color css
<style>
a { background-color: #9A58CF; }
a { background-color: rgb(154,88,207); }
div.DivClassName
{
background-color: #9A58CF;
}
.BgClassName
{
background-color: #9A58CF;
}
</style>
border-color css
<style>
span { border-color: #9A58CF; }
span { border-color: rgb(154,88,207); }
td.TdClassName
{
border-color: #9A58CF;
}
.TagClassName
{
border-color: #9A58CF;
}
</style>