Shades of Amethyst #9E4EEC
Tints of Amethyst #9E4EEC
RGB
CMYK
RGB Variations
Color information
#9E4EEC (or 0x9E4EEC) is known color: Amethyst. HEX triplet: 9E, 4E and EC. RGB value is (158,78,236). Sum of RGB (Red+Green+Blue) = 158+78+236=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4EEC is #61B113. Grayscale: #777777. Windows color (decimal): -6402324 or 15486622. OLE color: 15486622.
HSL color Cylindrical-coordinate representation of color #9E4EEC: hue angle of 270.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E4EEC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 78 | 236 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.07 |
| HSL | 270.38º | 0.81% | 0.62% | - |
| HSV(B) | 270.38º | 0.67% | 0.93% | - |
| XYZ | 31.97 | 18.77 | 81.3 | - |
| YUV | 119.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 236 | 0.33 | 0.67 | 0 | 0.07 | 270.38 | 0.81 | 0.62 |
| Hex | 9E | 4E | EC | 21 | 43 | 0 | 7 | 10E | 51 | 3E |
| Octal | 236 | 116 | 354 | 41 | 103 | 0 | 7 | 416 | 121 | 76 |
| Binary | 10011110 | 1001110 | 11101100 | 100001 | 1000011 | 0 | 111 | 100001110 | 1010001 | 111110 |
Color Harmonies of #9E4EEC
Complementary color
Monochromatic Colors of #9E4EEC
Black with #9E4EEC
Text Example
Text Example
White with #9E4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4EEC; }
p { color: rgb(158,78,236); }
H1.HeaderClassName
{
color: #9E4EEC;
}
.AnyTagClassName
{
color: #9E4EEC;
}
</style>
background-color css
<style>
a { background-color: #9E4EEC; }
a { background-color: rgb(158,78,236); }
div.DivClassName
{
background-color: #9E4EEC;
}
.BgClassName
{
background-color: #9E4EEC;
}
</style>
border-color css
<style>
span { border-color: #9E4EEC; }
span { border-color: rgb(158,78,236); }
td.TdClassName
{
border-color: #9E4EEC;
}
.TagClassName
{
border-color: #9E4EEC;
}
</style>