Shades of Amethyst #9E4FDB
Tints of Amethyst #9E4FDB
RGB
CMYK
RGB Variations
Color information
#9E4FDB (or 0x9E4FDB) is known color: Amethyst. HEX triplet: 9E, 4F and DB. RGB value is (158,79,219). Sum of RGB (Red+Green+Blue) = 158+79+219=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FDB is #61B024. Grayscale: #767676. Windows color (decimal): -6402085 or 14372766. OLE color: 14372766.
HSL color Cylindrical-coordinate representation of color #9E4FDB: hue angle of 273.86º 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 #9E4FDB is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 79 | 219 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.14 |
| HSL | 273.86º | 0.66% | 0.58% | - |
| HSV(B) | 273.86º | 0.64% | 0.86% | - |
| XYZ | 29.68 | 17.98 | 68.92 | - |
| YUV | 118.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 219 | 0.28 | 0.64 | 0 | 0.14 | 273.86 | 0.66 | 0.58 |
| Hex | 9E | 4F | DB | 1C | 40 | 0 | E | 112 | 42 | 3A |
| Octal | 236 | 117 | 333 | 34 | 100 | 0 | 16 | 422 | 102 | 72 |
| Binary | 10011110 | 1001111 | 11011011 | 11100 | 1000000 | 0 | 1110 | 100010010 | 1000010 | 111010 |
Color Harmonies of #9E4FDB
Complementary color
Monochromatic Colors of #9E4FDB
Black with #9E4FDB
Text Example
Text Example
White with #9E4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FDB; }
p { color: rgb(158,79,219); }
H1.HeaderClassName
{
color: #9E4FDB;
}
.AnyTagClassName
{
color: #9E4FDB;
}
</style>
background-color css
<style>
a { background-color: #9E4FDB; }
a { background-color: rgb(158,79,219); }
div.DivClassName
{
background-color: #9E4FDB;
}
.BgClassName
{
background-color: #9E4FDB;
}
</style>
border-color css
<style>
span { border-color: #9E4FDB; }
span { border-color: rgb(158,79,219); }
td.TdClassName
{
border-color: #9E4FDB;
}
.TagClassName
{
border-color: #9E4FDB;
}
</style>