Shades of Amethyst #9554DD
Tints of Amethyst #9554DD
RGB
CMYK
RGB Variations
Color information
#9554DD (or 0x9554DD) is known color: Amethyst. HEX triplet: 95, 54 and DD. RGB value is (149,84,221). Sum of RGB (Red+Green+Blue) = 149+84+221=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #9554DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554DD is #6AAB22. Grayscale: #767676. Windows color (decimal): -6990627 or 14505109. OLE color: 14505109.
HSL color Cylindrical-coordinate representation of color #9554DD: hue angle of 268.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9554DD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 84 | 221 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.13 |
| HSL | 268.47º | 0.67% | 0.6% | - |
| HSV(B) | 268.47º | 0.62% | 0.87% | - |
| XYZ | 28.62 | 17.95 | 70.36 | - |
| YUV | 119.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 221 | 0.33 | 0.62 | 0 | 0.13 | 268.47 | 0.67 | 0.6 |
| Hex | 95 | 54 | DD | 21 | 3E | 0 | D | 10C | 43 | 3C |
| Octal | 225 | 124 | 335 | 41 | 76 | 0 | 15 | 414 | 103 | 74 |
| Binary | 10010101 | 1010100 | 11011101 | 100001 | 111110 | 0 | 1101 | 100001100 | 1000011 | 111100 |
Color Harmonies of #9554DD
Complementary color
Monochromatic Colors of #9554DD
Black with #9554DD
Text Example
Text Example
White with #9554DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554DD; }
p { color: rgb(149,84,221); }
H1.HeaderClassName
{
color: #9554DD;
}
.AnyTagClassName
{
color: #9554DD;
}
</style>
background-color css
<style>
a { background-color: #9554DD; }
a { background-color: rgb(149,84,221); }
div.DivClassName
{
background-color: #9554DD;
}
.BgClassName
{
background-color: #9554DD;
}
</style>
border-color css
<style>
span { border-color: #9554DD; }
span { border-color: rgb(149,84,221); }
td.TdClassName
{
border-color: #9554DD;
}
.TagClassName
{
border-color: #9554DD;
}
</style>