Shades of Amethyst #9E4FE1
Tints of Amethyst #9E4FE1
RGB
CMYK
RGB Variations
Color information
#9E4FE1 (or 0x9E4FE1) is known color: Amethyst. HEX triplet: 9E, 4F and E1. RGB value is (158,79,225). Sum of RGB (Red+Green+Blue) = 158+79+225=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E4FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FE1 is #61B01E. Grayscale: #767676. Windows color (decimal): -6402079 or 14765982. OLE color: 14765982.
HSL color Cylindrical-coordinate representation of color #9E4FE1: hue angle of 272.47º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E4FE1 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 79 | 225 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.12 |
| HSL | 272.47º | 0.71% | 0.6% | - |
| HSV(B) | 272.47º | 0.65% | 0.88% | - |
| XYZ | 30.49 | 18.3 | 73.16 | - |
| YUV | 119.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 225 | 0.30 | 0.65 | 0 | 0.12 | 272.47 | 0.71 | 0.6 |
| Hex | 9E | 4F | E1 | 1E | 41 | 0 | C | 110 | 47 | 3C |
| Octal | 236 | 117 | 341 | 36 | 101 | 0 | 14 | 420 | 107 | 74 |
| Binary | 10011110 | 1001111 | 11100001 | 11110 | 1000001 | 0 | 1100 | 100010000 | 1000111 | 111100 |
Color Harmonies of #9E4FE1
Complementary color
Monochromatic Colors of #9E4FE1
Black with #9E4FE1
Text Example
Text Example
White with #9E4FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FE1; }
p { color: rgb(158,79,225); }
H1.HeaderClassName
{
color: #9E4FE1;
}
.AnyTagClassName
{
color: #9E4FE1;
}
</style>
background-color css
<style>
a { background-color: #9E4FE1; }
a { background-color: rgb(158,79,225); }
div.DivClassName
{
background-color: #9E4FE1;
}
.BgClassName
{
background-color: #9E4FE1;
}
</style>
border-color css
<style>
span { border-color: #9E4FE1; }
span { border-color: rgb(158,79,225); }
td.TdClassName
{
border-color: #9E4FE1;
}
.TagClassName
{
border-color: #9E4FE1;
}
</style>