Shades of Amethyst #9554CE
Tints of Amethyst #9554CE
RGB
CMYK
RGB Variations
Color information
#9554CE (or 0x9554CE) is known color: Amethyst. HEX triplet: 95, 54 and CE. RGB value is (149,84,206). Sum of RGB (Red+Green+Blue) = 149+84+206=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9554CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554CE is #6AAB31. Grayscale: #747474. Windows color (decimal): -6990642 or 13522069. OLE color: 13522069.
HSL color Cylindrical-coordinate representation of color #9554CE: hue angle of 271.97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9554CE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 84 | 206 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.19 |
| HSL | 271.97º | 0.55% | 0.57% | - |
| HSV(B) | 271.97º | 0.59% | 0.81% | - |
| XYZ | 26.71 | 17.19 | 60.3 | - |
| YUV | 117.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 206 | 0.28 | 0.59 | 0 | 0.19 | 271.97 | 0.55 | 0.57 |
| Hex | 95 | 54 | CE | 1C | 3B | 0 | 13 | 110 | 37 | 39 |
| Octal | 225 | 124 | 316 | 34 | 73 | 0 | 23 | 420 | 67 | 71 |
| Binary | 10010101 | 1010100 | 11001110 | 11100 | 111011 | 0 | 10011 | 100010000 | 110111 | 111001 |
Color Harmonies of #9554CE
Complementary color
Monochromatic Colors of #9554CE
Black with #9554CE
Text Example
Text Example
White with #9554CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554CE; }
p { color: rgb(149,84,206); }
H1.HeaderClassName
{
color: #9554CE;
}
.AnyTagClassName
{
color: #9554CE;
}
</style>
background-color css
<style>
a { background-color: #9554CE; }
a { background-color: rgb(149,84,206); }
div.DivClassName
{
background-color: #9554CE;
}
.BgClassName
{
background-color: #9554CE;
}
</style>
border-color css
<style>
span { border-color: #9554CE; }
span { border-color: rgb(149,84,206); }
td.TdClassName
{
border-color: #9554CE;
}
.TagClassName
{
border-color: #9554CE;
}
</style>