Shades of Amethyst #9A57D8
Tints of Amethyst #9A57D8
RGB
CMYK
RGB Variations
Color information
#9A57D8 (or 0x9A57D8) is known color: Amethyst. HEX triplet: 9A, 57 and D8. RGB value is (154,87,216). Sum of RGB (Red+Green+Blue) = 154+87+216=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A57D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A57D8 is #65A827. Grayscale: #797979. Windows color (decimal): -6662184 or 14178202. OLE color: 14178202.
HSL color Cylindrical-coordinate representation of color #9A57D8: hue angle of 271.16º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A57D8 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 87 | 216 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.15 |
| HSL | 271.16º | 0.62% | 0.59% | - |
| HSV(B) | 271.16º | 0.6% | 0.85% | - |
| XYZ | 29.13 | 18.64 | 67.03 | - |
| YUV | 121.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 216 | 0.29 | 0.60 | 0 | 0.15 | 271.16 | 0.62 | 0.59 |
| Hex | 9A | 57 | D8 | 1D | 3C | 0 | F | 10F | 3E | 3B |
| Octal | 232 | 127 | 330 | 35 | 74 | 0 | 17 | 417 | 76 | 73 |
| Binary | 10011010 | 1010111 | 11011000 | 11101 | 111100 | 0 | 1111 | 100001111 | 111110 | 111011 |
Color Harmonies of #9A57D8
Complementary color
Monochromatic Colors of #9A57D8
Black with #9A57D8
Text Example
Text Example
White with #9A57D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A57D8; }
p { color: rgb(154,87,216); }
H1.HeaderClassName
{
color: #9A57D8;
}
.AnyTagClassName
{
color: #9A57D8;
}
</style>
background-color css
<style>
a { background-color: #9A57D8; }
a { background-color: rgb(154,87,216); }
div.DivClassName
{
background-color: #9A57D8;
}
.BgClassName
{
background-color: #9A57D8;
}
</style>
border-color css
<style>
span { border-color: #9A57D8; }
span { border-color: rgb(154,87,216); }
td.TdClassName
{
border-color: #9A57D8;
}
.TagClassName
{
border-color: #9A57D8;
}
</style>