Shades of Amethyst #9E5ECE
Tints of Amethyst #9E5ECE
RGB
CMYK
RGB Variations
Color information
#9E5ECE (or 0x9E5ECE) is known color: Amethyst. HEX triplet: 9E, 5E and CE. RGB value is (158,94,206). Sum of RGB (Red+Green+Blue) = 158+94+206=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ECE is #61A131. Grayscale: #7D7D7D. Windows color (decimal): -6398258 or 13524638. OLE color: 13524638.
HSL color Cylindrical-coordinate representation of color #9E5ECE: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5ECE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 94 | 206 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.19 |
| HSL | 274.29º | 0.53% | 0.59% | - |
| HSV(B) | 274.29º | 0.54% | 0.81% | - |
| XYZ | 29.24 | 19.73 | 60.66 | - |
| YUV | 125.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 206 | 0.23 | 0.54 | 0 | 0.19 | 274.29 | 0.53 | 0.59 |
| Hex | 9E | 5E | CE | 17 | 36 | 0 | 13 | 112 | 35 | 3B |
| Octal | 236 | 136 | 316 | 27 | 66 | 0 | 23 | 422 | 65 | 73 |
| Binary | 10011110 | 1011110 | 11001110 | 10111 | 110110 | 0 | 10011 | 100010010 | 110101 | 111011 |
Color Harmonies of #9E5ECE
Complementary color
Monochromatic Colors of #9E5ECE
Black with #9E5ECE
Text Example
Text Example
White with #9E5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ECE; }
p { color: rgb(158,94,206); }
H1.HeaderClassName
{
color: #9E5ECE;
}
.AnyTagClassName
{
color: #9E5ECE;
}
</style>
background-color css
<style>
a { background-color: #9E5ECE; }
a { background-color: rgb(158,94,206); }
div.DivClassName
{
background-color: #9E5ECE;
}
.BgClassName
{
background-color: #9E5ECE;
}
</style>
border-color css
<style>
span { border-color: #9E5ECE; }
span { border-color: rgb(158,94,206); }
td.TdClassName
{
border-color: #9E5ECE;
}
.TagClassName
{
border-color: #9E5ECE;
}
</style>