Shades of Amethyst #9E4DD8
Tints of Amethyst #9E4DD8
RGB
CMYK
RGB Variations
Color information
#9E4DD8 (or 0x9E4DD8) is known color: Amethyst. HEX triplet: 9E, 4D and D8. RGB value is (158,77,216). Sum of RGB (Red+Green+Blue) = 158+77+216=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E4DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DD8 is #61B227. Grayscale: #747474. Windows color (decimal): -6402600 or 14175646. OLE color: 14175646.
HSL color Cylindrical-coordinate representation of color #9E4DD8: hue angle of 274.96º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E4DD8 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 77 | 216 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.15 |
| HSL | 274.96º | 0.64% | 0.57% | - |
| HSV(B) | 274.96º | 0.64% | 0.85% | - |
| XYZ | 29.15 | 17.53 | 66.81 | - |
| YUV | 117.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 216 | 0.27 | 0.64 | 0 | 0.15 | 274.96 | 0.64 | 0.57 |
| Hex | 9E | 4D | D8 | 1B | 40 | 0 | F | 113 | 40 | 39 |
| Octal | 236 | 115 | 330 | 33 | 100 | 0 | 17 | 423 | 100 | 71 |
| Binary | 10011110 | 1001101 | 11011000 | 11011 | 1000000 | 0 | 1111 | 100010011 | 1000000 | 111001 |
Color Harmonies of #9E4DD8
Complementary color
Monochromatic Colors of #9E4DD8
Black with #9E4DD8
Text Example
Text Example
White with #9E4DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DD8; }
p { color: rgb(158,77,216); }
H1.HeaderClassName
{
color: #9E4DD8;
}
.AnyTagClassName
{
color: #9E4DD8;
}
</style>
background-color css
<style>
a { background-color: #9E4DD8; }
a { background-color: rgb(158,77,216); }
div.DivClassName
{
background-color: #9E4DD8;
}
.BgClassName
{
background-color: #9E4DD8;
}
</style>
border-color css
<style>
span { border-color: #9E4DD8; }
span { border-color: rgb(158,77,216); }
td.TdClassName
{
border-color: #9E4DD8;
}
.TagClassName
{
border-color: #9E4DD8;
}
</style>