Shades of Amethyst #9E50ED
Tints of Amethyst #9E50ED
RGB
CMYK
RGB Variations
Color information
#9E50ED (or 0x9E50ED) is known color: Amethyst. HEX triplet: 9E, 50 and ED. RGB value is (158,80,237). Sum of RGB (Red+Green+Blue) = 158+80+237=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E50ED is #61AF12. Grayscale: #787878. Windows color (decimal): -6401811 or 15552670. OLE color: 15552670.
HSL color Cylindrical-coordinate representation of color #9E50ED: hue angle of 269.81º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E50ED is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 80 | 237 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.07 |
| HSL | 269.81º | 0.81% | 0.62% | - |
| HSV(B) | 269.81º | 0.66% | 0.93% | - |
| XYZ | 32.26 | 19.12 | 82.11 | - |
| YUV | 121.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 237 | 0.33 | 0.66 | 0 | 0.07 | 269.81 | 0.81 | 0.62 |
| Hex | 9E | 50 | ED | 21 | 42 | 0 | 7 | 10E | 51 | 3E |
| Octal | 236 | 120 | 355 | 41 | 102 | 0 | 7 | 416 | 121 | 76 |
| Binary | 10011110 | 1010000 | 11101101 | 100001 | 1000010 | 0 | 111 | 100001110 | 1010001 | 111110 |
Color Harmonies of #9E50ED
Complementary color
Monochromatic Colors of #9E50ED
Black with #9E50ED
Text Example
Text Example
White with #9E50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50ED; }
p { color: rgb(158,80,237); }
H1.HeaderClassName
{
color: #9E50ED;
}
.AnyTagClassName
{
color: #9E50ED;
}
</style>
background-color css
<style>
a { background-color: #9E50ED; }
a { background-color: rgb(158,80,237); }
div.DivClassName
{
background-color: #9E50ED;
}
.BgClassName
{
background-color: #9E50ED;
}
</style>
border-color css
<style>
span { border-color: #9E50ED; }
span { border-color: rgb(158,80,237); }
td.TdClassName
{
border-color: #9E50ED;
}
.TagClassName
{
border-color: #9E50ED;
}
</style>