Shades of Amethyst #9E4FEE
Tints of Amethyst #9E4FEE
RGB
CMYK
RGB Variations
Color information
#9E4FEE (or 0x9E4FEE) is known color: Amethyst. HEX triplet: 9E, 4F and EE. RGB value is (158,79,238). Sum of RGB (Red+Green+Blue) = 158+79+238=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FEE is #61B011. Grayscale: #787878. Windows color (decimal): -6402066 or 15617950. OLE color: 15617950.
HSL color Cylindrical-coordinate representation of color #9E4FEE: hue angle of 269.81º degrees, saturation: 0.82, 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 #9E4FEE is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 79 | 238 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.07 |
| HSL | 269.81º | 0.82% | 0.62% | - |
| HSV(B) | 269.81º | 0.67% | 0.93% | - |
| XYZ | 32.33 | 19.03 | 82.86 | - |
| YUV | 120.75 | 194.17 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 238 | 0.34 | 0.67 | 0 | 0.07 | 269.81 | 0.82 | 0.62 |
| Hex | 9E | 4F | EE | 22 | 43 | 0 | 7 | 10E | 52 | 3E |
| Octal | 236 | 117 | 356 | 42 | 103 | 0 | 7 | 416 | 122 | 76 |
| Binary | 10011110 | 1001111 | 11101110 | 100010 | 1000011 | 0 | 111 | 100001110 | 1010010 | 111110 |
Color Harmonies of #9E4FEE
Complementary color
Monochromatic Colors of #9E4FEE
Black with #9E4FEE
Text Example
Text Example
White with #9E4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FEE; }
p { color: rgb(158,79,238); }
H1.HeaderClassName
{
color: #9E4FEE;
}
.AnyTagClassName
{
color: #9E4FEE;
}
</style>
background-color css
<style>
a { background-color: #9E4FEE; }
a { background-color: rgb(158,79,238); }
div.DivClassName
{
background-color: #9E4FEE;
}
.BgClassName
{
background-color: #9E4FEE;
}
</style>
border-color css
<style>
span { border-color: #9E4FEE; }
span { border-color: rgb(158,79,238); }
td.TdClassName
{
border-color: #9E4FEE;
}
.TagClassName
{
border-color: #9E4FEE;
}
</style>