Shades of Amethyst #9A4DDD
Tints of Amethyst #9A4DDD
RGB
CMYK
RGB Variations
Color information
#9A4DDD (or 0x9A4DDD) is known color: Amethyst. HEX triplet: 9A, 4D and DD. RGB value is (154,77,221). Sum of RGB (Red+Green+Blue) = 154+77+221=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DDD is #65B222. Grayscale: #737373. Windows color (decimal): -6664739 or 14503322. OLE color: 14503322.
HSL color Cylindrical-coordinate representation of color #9A4DDD: hue angle of 272.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A4DDD is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 77 | 221 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.13 |
| HSL | 272.08º | 0.68% | 0.58% | - |
| HSV(B) | 272.08º | 0.65% | 0.87% | - |
| XYZ | 29.03 | 17.4 | 70.23 | - |
| YUV | 116.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 221 | 0.30 | 0.65 | 0 | 0.13 | 272.08 | 0.68 | 0.58 |
| Hex | 9A | 4D | DD | 1E | 41 | 0 | D | 110 | 44 | 3A |
| Octal | 232 | 115 | 335 | 36 | 101 | 0 | 15 | 420 | 104 | 72 |
| Binary | 10011010 | 1001101 | 11011101 | 11110 | 1000001 | 0 | 1101 | 100010000 | 1000100 | 111010 |
Color Harmonies of #9A4DDD
Complementary color
Monochromatic Colors of #9A4DDD
Black with #9A4DDD
Text Example
Text Example
White with #9A4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4DDD; }
p { color: rgb(154,77,221); }
H1.HeaderClassName
{
color: #9A4DDD;
}
.AnyTagClassName
{
color: #9A4DDD;
}
</style>
background-color css
<style>
a { background-color: #9A4DDD; }
a { background-color: rgb(154,77,221); }
div.DivClassName
{
background-color: #9A4DDD;
}
.BgClassName
{
background-color: #9A4DDD;
}
</style>
border-color css
<style>
span { border-color: #9A4DDD; }
span { border-color: rgb(154,77,221); }
td.TdClassName
{
border-color: #9A4DDD;
}
.TagClassName
{
border-color: #9A4DDD;
}
</style>