Shades of Amethyst #9E4FE9
Tints of Amethyst #9E4FE9
RGB
CMYK
RGB Variations
Color information
#9E4FE9 (or 0x9E4FE9) is known color: Amethyst. HEX triplet: 9E, 4F and E9. RGB value is (158,79,233). Sum of RGB (Red+Green+Blue) = 158+79+233=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E4FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FE9 is #61B016. Grayscale: #777777. Windows color (decimal): -6402071 or 15290270. OLE color: 15290270.
HSL color Cylindrical-coordinate representation of color #9E4FE9: hue angle of 270.78º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4FE9 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 79 | 233 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.09 |
| HSL | 270.78º | 0.78% | 0.61% | - |
| HSV(B) | 270.78º | 0.66% | 0.91% | - |
| XYZ | 31.6 | 18.74 | 79.04 | - |
| YUV | 120.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 233 | 0.32 | 0.66 | 0 | 0.09 | 270.78 | 0.78 | 0.61 |
| Hex | 9E | 4F | E9 | 20 | 42 | 0 | 9 | 10F | 4E | 3D |
| Octal | 236 | 117 | 351 | 40 | 102 | 0 | 11 | 417 | 116 | 75 |
| Binary | 10011110 | 1001111 | 11101001 | 100000 | 1000010 | 0 | 1001 | 100001111 | 1001110 | 111101 |
Color Harmonies of #9E4FE9
Complementary color
Monochromatic Colors of #9E4FE9
Black with #9E4FE9
Text Example
Text Example
White with #9E4FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FE9; }
p { color: rgb(158,79,233); }
H1.HeaderClassName
{
color: #9E4FE9;
}
.AnyTagClassName
{
color: #9E4FE9;
}
</style>
background-color css
<style>
a { background-color: #9E4FE9; }
a { background-color: rgb(158,79,233); }
div.DivClassName
{
background-color: #9E4FE9;
}
.BgClassName
{
background-color: #9E4FE9;
}
</style>
border-color css
<style>
span { border-color: #9E4FE9; }
span { border-color: rgb(158,79,233); }
td.TdClassName
{
border-color: #9E4FE9;
}
.TagClassName
{
border-color: #9E4FE9;
}
</style>