Shades of Amethyst #9E59DB
Tints of Amethyst #9E59DB
RGB
CMYK
RGB Variations
Color information
#9E59DB (or 0x9E59DB) is known color: Amethyst. HEX triplet: 9E, 59 and DB. RGB value is (158,89,219). Sum of RGB (Red+Green+Blue) = 158+89+219=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59DB is #61A624. Grayscale: #7C7C7C. Windows color (decimal): -6399525 or 14375326. OLE color: 14375326.
HSL color Cylindrical-coordinate representation of color #9E59DB: hue angle of 271.85º 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 #9E59DB is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 89 | 219 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.14 |
| HSL | 271.85º | 0.64% | 0.6% | - |
| HSV(B) | 271.85º | 0.59% | 0.86% | - |
| XYZ | 30.46 | 19.53 | 69.18 | - |
| YUV | 124.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 219 | 0.28 | 0.59 | 0 | 0.14 | 271.85 | 0.64 | 0.6 |
| Hex | 9E | 59 | DB | 1C | 3B | 0 | E | 110 | 40 | 3C |
| Octal | 236 | 131 | 333 | 34 | 73 | 0 | 16 | 420 | 100 | 74 |
| Binary | 10011110 | 1011001 | 11011011 | 11100 | 111011 | 0 | 1110 | 100010000 | 1000000 | 111100 |
Color Harmonies of #9E59DB
Complementary color
Monochromatic Colors of #9E59DB
Black with #9E59DB
Text Example
Text Example
White with #9E59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E59DB; }
p { color: rgb(158,89,219); }
H1.HeaderClassName
{
color: #9E59DB;
}
.AnyTagClassName
{
color: #9E59DB;
}
</style>
background-color css
<style>
a { background-color: #9E59DB; }
a { background-color: rgb(158,89,219); }
div.DivClassName
{
background-color: #9E59DB;
}
.BgClassName
{
background-color: #9E59DB;
}
</style>
border-color css
<style>
span { border-color: #9E59DB; }
span { border-color: rgb(158,89,219); }
td.TdClassName
{
border-color: #9E59DB;
}
.TagClassName
{
border-color: #9E59DB;
}
</style>