Shades of Amethyst #9554DB
Tints of Amethyst #9554DB
RGB
CMYK
RGB Variations
Color information
#9554DB (or 0x9554DB) is known color: Amethyst. HEX triplet: 95, 54 and DB. RGB value is (149,84,219). Sum of RGB (Red+Green+Blue) = 149+84+219=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9554DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554DB is #6AAB24. Grayscale: #767676. Windows color (decimal): -6990629 or 14374037. OLE color: 14374037.
HSL color Cylindrical-coordinate representation of color #9554DB: hue angle of 268.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9554DB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 84 | 219 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.14 |
| HSL | 268.89º | 0.65% | 0.59% | - |
| HSV(B) | 268.89º | 0.62% | 0.86% | - |
| XYZ | 28.35 | 17.84 | 68.97 | - |
| YUV | 118.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 219 | 0.32 | 0.62 | 0 | 0.14 | 268.89 | 0.65 | 0.59 |
| Hex | 95 | 54 | DB | 20 | 3E | 0 | E | 10D | 41 | 3B |
| Octal | 225 | 124 | 333 | 40 | 76 | 0 | 16 | 415 | 101 | 73 |
| Binary | 10010101 | 1010100 | 11011011 | 100000 | 111110 | 0 | 1110 | 100001101 | 1000001 | 111011 |
Color Harmonies of #9554DB
Complementary color
Monochromatic Colors of #9554DB
Black with #9554DB
Text Example
Text Example
White with #9554DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554DB; }
p { color: rgb(149,84,219); }
H1.HeaderClassName
{
color: #9554DB;
}
.AnyTagClassName
{
color: #9554DB;
}
</style>
background-color css
<style>
a { background-color: #9554DB; }
a { background-color: rgb(149,84,219); }
div.DivClassName
{
background-color: #9554DB;
}
.BgClassName
{
background-color: #9554DB;
}
</style>
border-color css
<style>
span { border-color: #9554DB; }
span { border-color: rgb(149,84,219); }
td.TdClassName
{
border-color: #9554DB;
}
.TagClassName
{
border-color: #9554DB;
}
</style>