Shades of Amethyst #9E59DA
Tints of Amethyst #9E59DA
RGB
CMYK
RGB Variations
Color information
#9E59DA (or 0x9E59DA) is known color: Amethyst. HEX triplet: 9E, 59 and DA. RGB value is (158,89,218). Sum of RGB (Red+Green+Blue) = 158+89+218=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E59DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59DA is #61A625. Grayscale: #7B7B7B. Windows color (decimal): -6399526 or 14309790. OLE color: 14309790.
HSL color Cylindrical-coordinate representation of color #9E59DA: hue angle of 272.09º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E59DA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 89 | 218 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.15 |
| HSL | 272.09º | 0.64% | 0.6% | - |
| HSV(B) | 272.09º | 0.59% | 0.85% | - |
| XYZ | 30.33 | 19.48 | 68.49 | - |
| YUV | 124.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 218 | 0.28 | 0.59 | 0 | 0.15 | 272.09 | 0.64 | 0.6 |
| Hex | 9E | 59 | DA | 1C | 3B | 0 | F | 110 | 40 | 3C |
| Octal | 236 | 131 | 332 | 34 | 73 | 0 | 17 | 420 | 100 | 74 |
| Binary | 10011110 | 1011001 | 11011010 | 11100 | 111011 | 0 | 1111 | 100010000 | 1000000 | 111100 |
Color Harmonies of #9E59DA
Complementary color
Monochromatic Colors of #9E59DA
Black with #9E59DA
Text Example
Text Example
White with #9E59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E59DA; }
p { color: rgb(158,89,218); }
H1.HeaderClassName
{
color: #9E59DA;
}
.AnyTagClassName
{
color: #9E59DA;
}
</style>
background-color css
<style>
a { background-color: #9E59DA; }
a { background-color: rgb(158,89,218); }
div.DivClassName
{
background-color: #9E59DA;
}
.BgClassName
{
background-color: #9E59DA;
}
</style>
border-color css
<style>
span { border-color: #9E59DA; }
span { border-color: rgb(158,89,218); }
td.TdClassName
{
border-color: #9E59DA;
}
.TagClassName
{
border-color: #9E59DA;
}
</style>