Shades of Amethyst #9A54CD
Tints of Amethyst #9A54CD
RGB
CMYK
RGB Variations
Color information
#9A54CD (or 0x9A54CD) is known color: Amethyst. HEX triplet: 9A, 54 and CD. RGB value is (154,84,205). Sum of RGB (Red+Green+Blue) = 154+84+205=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54CD is #65AB32. Grayscale: #767676. Windows color (decimal): -6662963 or 13456538. OLE color: 13456538.
HSL color Cylindrical-coordinate representation of color #9A54CD: hue angle of 274.71º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A54CD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 84 | 205 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.20 |
| HSL | 274.71º | 0.55% | 0.57% | - |
| HSV(B) | 274.71º | 0.59% | 0.8% | - |
| XYZ | 27.52 | 17.62 | 59.71 | - |
| YUV | 118.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 205 | 0.25 | 0.59 | 0 | 0.20 | 274.71 | 0.55 | 0.57 |
| Hex | 9A | 54 | CD | 19 | 3B | 0 | 14 | 113 | 37 | 39 |
| Octal | 232 | 124 | 315 | 31 | 73 | 0 | 24 | 423 | 67 | 71 |
| Binary | 10011010 | 1010100 | 11001101 | 11001 | 111011 | 0 | 10100 | 100010011 | 110111 | 111001 |
Color Harmonies of #9A54CD
Complementary color
Monochromatic Colors of #9A54CD
Black with #9A54CD
Text Example
Text Example
White with #9A54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A54CD; }
p { color: rgb(154,84,205); }
H1.HeaderClassName
{
color: #9A54CD;
}
.AnyTagClassName
{
color: #9A54CD;
}
</style>
background-color css
<style>
a { background-color: #9A54CD; }
a { background-color: rgb(154,84,205); }
div.DivClassName
{
background-color: #9A54CD;
}
.BgClassName
{
background-color: #9A54CD;
}
</style>
border-color css
<style>
span { border-color: #9A54CD; }
span { border-color: rgb(154,84,205); }
td.TdClassName
{
border-color: #9A54CD;
}
.TagClassName
{
border-color: #9A54CD;
}
</style>