Shades of Amethyst #9E5ECB
Tints of Amethyst #9E5ECB
RGB
CMYK
RGB Variations
Color information
#9E5ECB (or 0x9E5ECB) is known color: Amethyst. HEX triplet: 9E, 5E and CB. RGB value is (158,94,203). Sum of RGB (Red+Green+Blue) = 158+94+203=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ECB is #61A134. Grayscale: #7D7D7D. Windows color (decimal): -6398261 or 13328030. OLE color: 13328030.
HSL color Cylindrical-coordinate representation of color #9E5ECB: hue angle of 275.23º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5ECB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 94 | 203 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.20 |
| HSL | 275.23º | 0.51% | 0.58% | - |
| HSV(B) | 275.23º | 0.54% | 0.8% | - |
| XYZ | 28.88 | 19.59 | 58.76 | - |
| YUV | 125.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 203 | 0.22 | 0.54 | 0 | 0.20 | 275.23 | 0.51 | 0.58 |
| Hex | 9E | 5E | CB | 16 | 36 | 0 | 14 | 113 | 33 | 3A |
| Octal | 236 | 136 | 313 | 26 | 66 | 0 | 24 | 423 | 63 | 72 |
| Binary | 10011110 | 1011110 | 11001011 | 10110 | 110110 | 0 | 10100 | 100010011 | 110011 | 111010 |
Color Harmonies of #9E5ECB
Complementary color
Monochromatic Colors of #9E5ECB
Black with #9E5ECB
Text Example
Text Example
White with #9E5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5ECB; }
p { color: rgb(158,94,203); }
H1.HeaderClassName
{
color: #9E5ECB;
}
.AnyTagClassName
{
color: #9E5ECB;
}
</style>
background-color css
<style>
a { background-color: #9E5ECB; }
a { background-color: rgb(158,94,203); }
div.DivClassName
{
background-color: #9E5ECB;
}
.BgClassName
{
background-color: #9E5ECB;
}
</style>
border-color css
<style>
span { border-color: #9E5ECB; }
span { border-color: rgb(158,94,203); }
td.TdClassName
{
border-color: #9E5ECB;
}
.TagClassName
{
border-color: #9E5ECB;
}
</style>