Shades of Amethyst #9E5ECD
Tints of Amethyst #9E5ECD
RGB
CMYK
RGB Variations
Color information
#9E5ECD (or 0x9E5ECD) is known color: Amethyst. HEX triplet: 9E, 5E and CD. RGB value is (158,94,205). Sum of RGB (Red+Green+Blue) = 158+94+205=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ECD is #61A132. Grayscale: #7D7D7D. Windows color (decimal): -6398259 or 13459102. OLE color: 13459102.
HSL color Cylindrical-coordinate representation of color #9E5ECD: hue angle of 274.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5ECD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 94 | 205 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.20 |
| HSL | 274.59º | 0.53% | 0.59% | - |
| HSV(B) | 274.59º | 0.54% | 0.8% | - |
| XYZ | 29.12 | 19.68 | 60.02 | - |
| YUV | 125.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 205 | 0.23 | 0.54 | 0 | 0.20 | 274.59 | 0.53 | 0.59 |
| Hex | 9E | 5E | CD | 17 | 36 | 0 | 14 | 113 | 35 | 3B |
| Octal | 236 | 136 | 315 | 27 | 66 | 0 | 24 | 423 | 65 | 73 |
| Binary | 10011110 | 1011110 | 11001101 | 10111 | 110110 | 0 | 10100 | 100010011 | 110101 | 111011 |
Color Harmonies of #9E5ECD
Complementary color
Monochromatic Colors of #9E5ECD
Black with #9E5ECD
Text Example
Text Example
White with #9E5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ECD; }
p { color: rgb(158,94,205); }
H1.HeaderClassName
{
color: #9E5ECD;
}
.AnyTagClassName
{
color: #9E5ECD;
}
</style>
background-color css
<style>
a { background-color: #9E5ECD; }
a { background-color: rgb(158,94,205); }
div.DivClassName
{
background-color: #9E5ECD;
}
.BgClassName
{
background-color: #9E5ECD;
}
</style>
border-color css
<style>
span { border-color: #9E5ECD; }
span { border-color: rgb(158,94,205); }
td.TdClassName
{
border-color: #9E5ECD;
}
.TagClassName
{
border-color: #9E5ECD;
}
</style>