Shades of Amethyst #9A55CD
Tints of Amethyst #9A55CD
RGB
CMYK
RGB Variations
Color information
#9A55CD (or 0x9A55CD) is known color: Amethyst. HEX triplet: 9A, 55 and CD. RGB value is (154,85,205). Sum of RGB (Red+Green+Blue) = 154+85+205=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A55CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55CD is #65AA32. Grayscale: #767676. Windows color (decimal): -6662707 or 13456794. OLE color: 13456794.
HSL color Cylindrical-coordinate representation of color #9A55CD: hue angle of 274.5º 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 #9A55CD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 85 | 205 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.20 |
| HSL | 274.5º | 0.55% | 0.57% | - |
| HSV(B) | 274.5º | 0.59% | 0.8% | - |
| XYZ | 27.59 | 17.77 | 59.73 | - |
| YUV | 119.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 205 | 0.25 | 0.59 | 0 | 0.20 | 274.5 | 0.55 | 0.57 |
| Hex | 9A | 55 | CD | 19 | 3B | 0 | 14 | 112 | 37 | 39 |
| Octal | 232 | 125 | 315 | 31 | 73 | 0 | 24 | 422 | 67 | 71 |
| Binary | 10011010 | 1010101 | 11001101 | 11001 | 111011 | 0 | 10100 | 100010010 | 110111 | 111001 |
Color Harmonies of #9A55CD
Complementary color
Monochromatic Colors of #9A55CD
Black with #9A55CD
Text Example
Text Example
White with #9A55CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55CD; }
p { color: rgb(154,85,205); }
H1.HeaderClassName
{
color: #9A55CD;
}
.AnyTagClassName
{
color: #9A55CD;
}
</style>
background-color css
<style>
a { background-color: #9A55CD; }
a { background-color: rgb(154,85,205); }
div.DivClassName
{
background-color: #9A55CD;
}
.BgClassName
{
background-color: #9A55CD;
}
</style>
border-color css
<style>
span { border-color: #9A55CD; }
span { border-color: rgb(154,85,205); }
td.TdClassName
{
border-color: #9A55CD;
}
.TagClassName
{
border-color: #9A55CD;
}
</style>