Shades of Amethyst #9A55E0
Tints of Amethyst #9A55E0
RGB
CMYK
RGB Variations
Color information
#9A55E0 (or 0x9A55E0) is known color: Amethyst. HEX triplet: 9A, 55 and E0. RGB value is (154,85,224). Sum of RGB (Red+Green+Blue) = 154+85+224=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A55E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55E0 is #65AA1F. Grayscale: #787878. Windows color (decimal): -6662688 or 14701978. OLE color: 14701978.
HSL color Cylindrical-coordinate representation of color #9A55E0: hue angle of 269.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A55E0 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 85 | 224 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.12 |
| HSL | 269.78º | 0.69% | 0.61% | - |
| HSV(B) | 269.78º | 0.62% | 0.88% | - |
| XYZ | 30.03 | 18.75 | 72.56 | - |
| YUV | 121.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 224 | 0.31 | 0.62 | 0 | 0.12 | 269.78 | 0.69 | 0.61 |
| Hex | 9A | 55 | E0 | 1F | 3E | 0 | C | 10E | 45 | 3D |
| Octal | 232 | 125 | 340 | 37 | 76 | 0 | 14 | 416 | 105 | 75 |
| Binary | 10011010 | 1010101 | 11100000 | 11111 | 111110 | 0 | 1100 | 100001110 | 1000101 | 111101 |
Color Harmonies of #9A55E0
Complementary color
Monochromatic Colors of #9A55E0
Black with #9A55E0
Text Example
Text Example
White with #9A55E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A55E0; }
p { color: rgb(154,85,224); }
H1.HeaderClassName
{
color: #9A55E0;
}
.AnyTagClassName
{
color: #9A55E0;
}
</style>
background-color css
<style>
a { background-color: #9A55E0; }
a { background-color: rgb(154,85,224); }
div.DivClassName
{
background-color: #9A55E0;
}
.BgClassName
{
background-color: #9A55E0;
}
</style>
border-color css
<style>
span { border-color: #9A55E0; }
span { border-color: rgb(154,85,224); }
td.TdClassName
{
border-color: #9A55E0;
}
.TagClassName
{
border-color: #9A55E0;
}
</style>