Shades of Amethyst #9E5ED9
Tints of Amethyst #9E5ED9
RGB
CMYK
RGB Variations
Color information
#9E5ED9 (or 0x9E5ED9) is known color: Amethyst. HEX triplet: 9E, 5E and D9. RGB value is (158,94,217). Sum of RGB (Red+Green+Blue) = 158+94+217=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E5ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ED9 is #61A126. Grayscale: #7E7E7E. Windows color (decimal): -6398247 or 14245534. OLE color: 14245534.
HSL color Cylindrical-coordinate representation of color #9E5ED9: hue angle of 271.22º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E5ED9 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 94 | 217 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.15 |
| HSL | 271.22º | 0.62% | 0.61% | - |
| HSV(B) | 271.22º | 0.57% | 0.85% | - |
| XYZ | 30.63 | 20.28 | 67.95 | - |
| YUV | 127.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 217 | 0.27 | 0.57 | 0 | 0.15 | 271.22 | 0.62 | 0.61 |
| Hex | 9E | 5E | D9 | 1B | 39 | 0 | F | 10F | 3E | 3D |
| Octal | 236 | 136 | 331 | 33 | 71 | 0 | 17 | 417 | 76 | 75 |
| Binary | 10011110 | 1011110 | 11011001 | 11011 | 111001 | 0 | 1111 | 100001111 | 111110 | 111101 |
Color Harmonies of #9E5ED9
Complementary color
Monochromatic Colors of #9E5ED9
Black with #9E5ED9
Text Example
Text Example
White with #9E5ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ED9; }
p { color: rgb(158,94,217); }
H1.HeaderClassName
{
color: #9E5ED9;
}
.AnyTagClassName
{
color: #9E5ED9;
}
</style>
background-color css
<style>
a { background-color: #9E5ED9; }
a { background-color: rgb(158,94,217); }
div.DivClassName
{
background-color: #9E5ED9;
}
.BgClassName
{
background-color: #9E5ED9;
}
</style>
border-color css
<style>
span { border-color: #9E5ED9; }
span { border-color: rgb(158,94,217); }
td.TdClassName
{
border-color: #9E5ED9;
}
.TagClassName
{
border-color: #9E5ED9;
}
</style>