Shades of Amethyst #9E4EDF
Tints of Amethyst #9E4EDF
RGB
CMYK
RGB Variations
Color information
#9E4EDF (or 0x9E4EDF) is known color: Amethyst. HEX triplet: 9E, 4E and DF. RGB value is (158,78,223). Sum of RGB (Red+Green+Blue) = 158+78+223=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4EDF is #61B120. Grayscale: #757575. Windows color (decimal): -6402337 or 14634654. OLE color: 14634654.
HSL color Cylindrical-coordinate representation of color #9E4EDF: hue angle of 273.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E4EDF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 78 | 223 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.13 |
| HSL | 273.1º | 0.69% | 0.59% | - |
| HSV(B) | 273.1º | 0.65% | 0.87% | - |
| XYZ | 30.14 | 18.05 | 71.71 | - |
| YUV | 118.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 223 | 0.29 | 0.65 | 0 | 0.13 | 273.1 | 0.69 | 0.59 |
| Hex | 9E | 4E | DF | 1D | 41 | 0 | D | 111 | 45 | 3B |
| Octal | 236 | 116 | 337 | 35 | 101 | 0 | 15 | 421 | 105 | 73 |
| Binary | 10011110 | 1001110 | 11011111 | 11101 | 1000001 | 0 | 1101 | 100010001 | 1000101 | 111011 |
Color Harmonies of #9E4EDF
Complementary color
Monochromatic Colors of #9E4EDF
Black with #9E4EDF
Text Example
Text Example
White with #9E4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4EDF; }
p { color: rgb(158,78,223); }
H1.HeaderClassName
{
color: #9E4EDF;
}
.AnyTagClassName
{
color: #9E4EDF;
}
</style>
background-color css
<style>
a { background-color: #9E4EDF; }
a { background-color: rgb(158,78,223); }
div.DivClassName
{
background-color: #9E4EDF;
}
.BgClassName
{
background-color: #9E4EDF;
}
</style>
border-color css
<style>
span { border-color: #9E4EDF; }
span { border-color: rgb(158,78,223); }
td.TdClassName
{
border-color: #9E4EDF;
}
.TagClassName
{
border-color: #9E4EDF;
}
</style>