Shades of Amethyst #9E55DF
Tints of Amethyst #9E55DF
RGB
CMYK
RGB Variations
Color information
#9E55DF (or 0x9E55DF) is known color: Amethyst. HEX triplet: 9E, 55 and DF. RGB value is (158,85,223). Sum of RGB (Red+Green+Blue) = 158+85+223=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55DF is #61AA20. Grayscale: #7A7A7A. Windows color (decimal): -6400545 or 14636446. OLE color: 14636446.
HSL color Cylindrical-coordinate representation of color #9E55DF: hue angle of 271.74º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E55DF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 85 | 223 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.13 |
| HSL | 271.74º | 0.68% | 0.6% | - |
| HSV(B) | 271.74º | 0.62% | 0.87% | - |
| XYZ | 30.67 | 19.09 | 71.88 | - |
| YUV | 122.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 223 | 0.29 | 0.62 | 0 | 0.13 | 271.74 | 0.68 | 0.6 |
| Hex | 9E | 55 | DF | 1D | 3E | 0 | D | 110 | 44 | 3C |
| Octal | 236 | 125 | 337 | 35 | 76 | 0 | 15 | 420 | 104 | 74 |
| Binary | 10011110 | 1010101 | 11011111 | 11101 | 111110 | 0 | 1101 | 100010000 | 1000100 | 111100 |
Color Harmonies of #9E55DF
Complementary color
Monochromatic Colors of #9E55DF
Black with #9E55DF
Text Example
Text Example
White with #9E55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55DF; }
p { color: rgb(158,85,223); }
H1.HeaderClassName
{
color: #9E55DF;
}
.AnyTagClassName
{
color: #9E55DF;
}
</style>
background-color css
<style>
a { background-color: #9E55DF; }
a { background-color: rgb(158,85,223); }
div.DivClassName
{
background-color: #9E55DF;
}
.BgClassName
{
background-color: #9E55DF;
}
</style>
border-color css
<style>
span { border-color: #9E55DF; }
span { border-color: rgb(158,85,223); }
td.TdClassName
{
border-color: #9E55DF;
}
.TagClassName
{
border-color: #9E55DF;
}
</style>