Shades of Amethyst #9E4CDF
Tints of Amethyst #9E4CDF
RGB
CMYK
RGB Variations
Color information
#9E4CDF (or 0x9E4CDF) is known color: Amethyst. HEX triplet: 9E, 4C and DF. RGB value is (158,76,223). Sum of RGB (Red+Green+Blue) = 158+76+223=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CDF is #61B320. Grayscale: #747474. Windows color (decimal): -6402849 or 14634142. OLE color: 14634142.
HSL color Cylindrical-coordinate representation of color #9E4CDF: hue angle of 273.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4CDF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 76 | 223 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.13 |
| HSL | 273.47º | 0.7% | 0.59% | - |
| HSV(B) | 273.47º | 0.66% | 0.87% | - |
| XYZ | 30 | 17.77 | 71.66 | - |
| YUV | 117.28 | 187.67 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 223 | 0.29 | 0.66 | 0 | 0.13 | 273.47 | 0.7 | 0.59 |
| Hex | 9E | 4C | DF | 1D | 42 | 0 | D | 111 | 46 | 3B |
| Octal | 236 | 114 | 337 | 35 | 102 | 0 | 15 | 421 | 106 | 73 |
| Binary | 10011110 | 1001100 | 11011111 | 11101 | 1000010 | 0 | 1101 | 100010001 | 1000110 | 111011 |
Color Harmonies of #9E4CDF
Complementary color
Monochromatic Colors of #9E4CDF
Black with #9E4CDF
Text Example
Text Example
White with #9E4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4CDF; }
p { color: rgb(158,76,223); }
H1.HeaderClassName
{
color: #9E4CDF;
}
.AnyTagClassName
{
color: #9E4CDF;
}
</style>
background-color css
<style>
a { background-color: #9E4CDF; }
a { background-color: rgb(158,76,223); }
div.DivClassName
{
background-color: #9E4CDF;
}
.BgClassName
{
background-color: #9E4CDF;
}
</style>
border-color css
<style>
span { border-color: #9E4CDF; }
span { border-color: rgb(158,76,223); }
td.TdClassName
{
border-color: #9E4CDF;
}
.TagClassName
{
border-color: #9E4CDF;
}
</style>