Shades of Amethyst #9E4CDD
Tints of Amethyst #9E4CDD
RGB
CMYK
RGB Variations
Color information
#9E4CDD (or 0x9E4CDD) is known color: Amethyst. HEX triplet: 9E, 4C and DD. RGB value is (158,76,221). Sum of RGB (Red+Green+Blue) = 158+76+221=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CDD is #61B322. Grayscale: #747474. Windows color (decimal): -6402851 or 14503070. OLE color: 14503070.
HSL color Cylindrical-coordinate representation of color #9E4CDD: hue angle of 273.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4CDD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 76 | 221 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.13 |
| HSL | 273.93º | 0.68% | 0.58% | - |
| HSV(B) | 273.93º | 0.66% | 0.87% | - |
| XYZ | 29.74 | 17.66 | 70.25 | - |
| YUV | 117.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 221 | 0.29 | 0.66 | 0 | 0.13 | 273.93 | 0.68 | 0.58 |
| Hex | 9E | 4C | DD | 1D | 42 | 0 | D | 112 | 44 | 3A |
| Octal | 236 | 114 | 335 | 35 | 102 | 0 | 15 | 422 | 104 | 72 |
| Binary | 10011110 | 1001100 | 11011101 | 11101 | 1000010 | 0 | 1101 | 100010010 | 1000100 | 111010 |
Color Harmonies of #9E4CDD
Complementary color
Monochromatic Colors of #9E4CDD
Black with #9E4CDD
Text Example
Text Example
White with #9E4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4CDD; }
p { color: rgb(158,76,221); }
H1.HeaderClassName
{
color: #9E4CDD;
}
.AnyTagClassName
{
color: #9E4CDD;
}
</style>
background-color css
<style>
a { background-color: #9E4CDD; }
a { background-color: rgb(158,76,221); }
div.DivClassName
{
background-color: #9E4CDD;
}
.BgClassName
{
background-color: #9E4CDD;
}
</style>
border-color css
<style>
span { border-color: #9E4CDD; }
span { border-color: rgb(158,76,221); }
td.TdClassName
{
border-color: #9E4CDD;
}
.TagClassName
{
border-color: #9E4CDD;
}
</style>