Shades of Amethyst #9E4FED
Tints of Amethyst #9E4FED
RGB
CMYK
RGB Variations
Color information
#9E4FED (or 0x9E4FED) is known color: Amethyst. HEX triplet: 9E, 4F and ED. RGB value is (158,79,237). Sum of RGB (Red+Green+Blue) = 158+79+237=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FED is #61B012. Grayscale: #787878. Windows color (decimal): -6402067 or 15552414. OLE color: 15552414.
HSL color Cylindrical-coordinate representation of color #9E4FED: hue angle of 270º 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 #9E4FED is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 79 | 237 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.07 |
| HSL | 270º | 0.81% | 0.62% | - |
| HSV(B) | 270º | 0.67% | 0.93% | - |
| XYZ | 32.18 | 18.98 | 82.09 | - |
| YUV | 120.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 237 | 0.33 | 0.67 | 0 | 0.07 | 270 | 0.81 | 0.62 |
| Hex | 9E | 4F | ED | 21 | 43 | 0 | 7 | 10E | 51 | 3E |
| Octal | 236 | 117 | 355 | 41 | 103 | 0 | 7 | 416 | 121 | 76 |
| Binary | 10011110 | 1001111 | 11101101 | 100001 | 1000011 | 0 | 111 | 100001110 | 1010001 | 111110 |
Color Harmonies of #9E4FED
Complementary color
Monochromatic Colors of #9E4FED
Black with #9E4FED
Text Example
Text Example
White with #9E4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FED; }
p { color: rgb(158,79,237); }
H1.HeaderClassName
{
color: #9E4FED;
}
.AnyTagClassName
{
color: #9E4FED;
}
</style>
background-color css
<style>
a { background-color: #9E4FED; }
a { background-color: rgb(158,79,237); }
div.DivClassName
{
background-color: #9E4FED;
}
.BgClassName
{
background-color: #9E4FED;
}
</style>
border-color css
<style>
span { border-color: #9E4FED; }
span { border-color: rgb(158,79,237); }
td.TdClassName
{
border-color: #9E4FED;
}
.TagClassName
{
border-color: #9E4FED;
}
</style>