Shades of Amethyst #9559DB
Tints of Amethyst #9559DB
RGB
CMYK
RGB Variations
Color information
#9559DB (or 0x9559DB) is known color: Amethyst. HEX triplet: 95, 59 and DB. RGB value is (149,89,219). Sum of RGB (Red+Green+Blue) = 149+89+219=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #9559DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559DB is #6AA624. Grayscale: #797979. Windows color (decimal): -6989349 or 14375317. OLE color: 14375317.
HSL color Cylindrical-coordinate representation of color #9559DB: hue angle of 267.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9559DB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 89 | 219 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.14 |
| HSL | 267.69º | 0.64% | 0.6% | - |
| HSV(B) | 267.69º | 0.59% | 0.86% | - |
| XYZ | 28.75 | 18.65 | 69.1 | - |
| YUV | 121.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 219 | 0.32 | 0.59 | 0 | 0.14 | 267.69 | 0.64 | 0.6 |
| Hex | 95 | 59 | DB | 20 | 3B | 0 | E | 10C | 40 | 3C |
| Octal | 225 | 131 | 333 | 40 | 73 | 0 | 16 | 414 | 100 | 74 |
| Binary | 10010101 | 1011001 | 11011011 | 100000 | 111011 | 0 | 1110 | 100001100 | 1000000 | 111100 |
Color Harmonies of #9559DB
Complementary color
Monochromatic Colors of #9559DB
Black with #9559DB
Text Example
Text Example
White with #9559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559DB; }
p { color: rgb(149,89,219); }
H1.HeaderClassName
{
color: #9559DB;
}
.AnyTagClassName
{
color: #9559DB;
}
</style>
background-color css
<style>
a { background-color: #9559DB; }
a { background-color: rgb(149,89,219); }
div.DivClassName
{
background-color: #9559DB;
}
.BgClassName
{
background-color: #9559DB;
}
</style>
border-color css
<style>
span { border-color: #9559DB; }
span { border-color: rgb(149,89,219); }
td.TdClassName
{
border-color: #9559DB;
}
.TagClassName
{
border-color: #9559DB;
}
</style>