Shades of Amethyst #9554DA
Tints of Amethyst #9554DA
RGB
CMYK
RGB Variations
Color information
#9554DA (or 0x9554DA) is known color: Amethyst. HEX triplet: 95, 54 and DA. RGB value is (149,84,218). Sum of RGB (Red+Green+Blue) = 149+84+218=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9554DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554DA is #6AAB25. Grayscale: #767676. Windows color (decimal): -6990630 or 14308501. OLE color: 14308501.
HSL color Cylindrical-coordinate representation of color #9554DA: hue angle of 269.1º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9554DA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 84 | 218 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.15 |
| HSL | 269.1º | 0.64% | 0.59% | - |
| HSV(B) | 269.1º | 0.61% | 0.85% | - |
| XYZ | 28.22 | 17.79 | 68.28 | - |
| YUV | 118.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 218 | 0.32 | 0.61 | 0 | 0.15 | 269.1 | 0.64 | 0.59 |
| Hex | 95 | 54 | DA | 20 | 3D | 0 | F | 10D | 40 | 3B |
| Octal | 225 | 124 | 332 | 40 | 75 | 0 | 17 | 415 | 100 | 73 |
| Binary | 10010101 | 1010100 | 11011010 | 100000 | 111101 | 0 | 1111 | 100001101 | 1000000 | 111011 |
Color Harmonies of #9554DA
Complementary color
Monochromatic Colors of #9554DA
Black with #9554DA
Text Example
Text Example
White with #9554DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554DA; }
p { color: rgb(149,84,218); }
H1.HeaderClassName
{
color: #9554DA;
}
.AnyTagClassName
{
color: #9554DA;
}
</style>
background-color css
<style>
a { background-color: #9554DA; }
a { background-color: rgb(149,84,218); }
div.DivClassName
{
background-color: #9554DA;
}
.BgClassName
{
background-color: #9554DA;
}
</style>
border-color css
<style>
span { border-color: #9554DA; }
span { border-color: rgb(149,84,218); }
td.TdClassName
{
border-color: #9554DA;
}
.TagClassName
{
border-color: #9554DA;
}
</style>