Shades of Amethyst #9E4EDB
Tints of Amethyst #9E4EDB
RGB
CMYK
RGB Variations
Color information
#9E4EDB (or 0x9E4EDB) is known color: Amethyst. HEX triplet: 9E, 4E and DB. RGB value is (158,78,219). Sum of RGB (Red+Green+Blue) = 158+78+219=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4EDB is #61B124. Grayscale: #757575. Windows color (decimal): -6402341 or 14372510. OLE color: 14372510.
HSL color Cylindrical-coordinate representation of color #9E4EDB: hue angle of 274.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E4EDB is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 78 | 219 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.14 |
| HSL | 274.04º | 0.66% | 0.58% | - |
| HSV(B) | 274.04º | 0.64% | 0.86% | - |
| XYZ | 29.61 | 17.83 | 68.9 | - |
| YUV | 117.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 219 | 0.28 | 0.64 | 0 | 0.14 | 274.04 | 0.66 | 0.58 |
| Hex | 9E | 4E | DB | 1C | 40 | 0 | E | 112 | 42 | 3A |
| Octal | 236 | 116 | 333 | 34 | 100 | 0 | 16 | 422 | 102 | 72 |
| Binary | 10011110 | 1001110 | 11011011 | 11100 | 1000000 | 0 | 1110 | 100010010 | 1000010 | 111010 |
Color Harmonies of #9E4EDB
Complementary color
Monochromatic Colors of #9E4EDB
Black with #9E4EDB
Text Example
Text Example
White with #9E4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4EDB; }
p { color: rgb(158,78,219); }
H1.HeaderClassName
{
color: #9E4EDB;
}
.AnyTagClassName
{
color: #9E4EDB;
}
</style>
background-color css
<style>
a { background-color: #9E4EDB; }
a { background-color: rgb(158,78,219); }
div.DivClassName
{
background-color: #9E4EDB;
}
.BgClassName
{
background-color: #9E4EDB;
}
</style>
border-color css
<style>
span { border-color: #9E4EDB; }
span { border-color: rgb(158,78,219); }
td.TdClassName
{
border-color: #9E4EDB;
}
.TagClassName
{
border-color: #9E4EDB;
}
</style>