Shades of Amethyst #9E4FE7
Tints of Amethyst #9E4FE7
RGB
CMYK
RGB Variations
Color information
#9E4FE7 (or 0x9E4FE7) is known color: Amethyst. HEX triplet: 9E, 4F and E7. RGB value is (158,79,231). Sum of RGB (Red+Green+Blue) = 158+79+231=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E4FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FE7 is #61B018. Grayscale: #777777. Windows color (decimal): -6402073 or 15159198. OLE color: 15159198.
HSL color Cylindrical-coordinate representation of color #9E4FE7: hue angle of 271.18º degrees, saturation: 0.76, 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 #9E4FE7 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 79 | 231 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.09 |
| HSL | 271.18º | 0.76% | 0.61% | - |
| HSV(B) | 271.18º | 0.66% | 0.91% | - |
| XYZ | 31.32 | 18.63 | 77.55 | - |
| YUV | 119.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 231 | 0.32 | 0.66 | 0 | 0.09 | 271.18 | 0.76 | 0.61 |
| Hex | 9E | 4F | E7 | 20 | 42 | 0 | 9 | 10F | 4C | 3D |
| Octal | 236 | 117 | 347 | 40 | 102 | 0 | 11 | 417 | 114 | 75 |
| Binary | 10011110 | 1001111 | 11100111 | 100000 | 1000010 | 0 | 1001 | 100001111 | 1001100 | 111101 |
Color Harmonies of #9E4FE7
Complementary color
Monochromatic Colors of #9E4FE7
Black with #9E4FE7
Text Example
Text Example
White with #9E4FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FE7; }
p { color: rgb(158,79,231); }
H1.HeaderClassName
{
color: #9E4FE7;
}
.AnyTagClassName
{
color: #9E4FE7;
}
</style>
background-color css
<style>
a { background-color: #9E4FE7; }
a { background-color: rgb(158,79,231); }
div.DivClassName
{
background-color: #9E4FE7;
}
.BgClassName
{
background-color: #9E4FE7;
}
</style>
border-color css
<style>
span { border-color: #9E4FE7; }
span { border-color: rgb(158,79,231); }
td.TdClassName
{
border-color: #9E4FE7;
}
.TagClassName
{
border-color: #9E4FE7;
}
</style>