Shades of Amethyst #9E58DC
Tints of Amethyst #9E58DC
RGB
CMYK
RGB Variations
Color information
#9E58DC (or 0x9E58DC) is known color: Amethyst. HEX triplet: 9E, 58 and DC. RGB value is (158,88,220). Sum of RGB (Red+Green+Blue) = 158+88+220=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58DC is #61A723. Grayscale: #7B7B7B. Windows color (decimal): -6399780 or 14440606. OLE color: 14440606.
HSL color Cylindrical-coordinate representation of color #9E58DC: hue angle of 271.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E58DC is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 88 | 220 | - |
| CMYK | 0.28 | 0.6 | 0 | 0.14 |
| HSL | 271.82º | 0.65% | 0.6% | - |
| HSV(B) | 271.82º | 0.6% | 0.86% | - |
| XYZ | 30.51 | 19.42 | 69.85 | - |
| YUV | 123.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 220 | 0.28 | 0.6 | 0 | 0.14 | 271.82 | 0.65 | 0.6 |
| Hex | 9E | 58 | DC | 1C | 3C | 0 | E | 110 | 41 | 3C |
| Octal | 236 | 130 | 334 | 34 | 74 | 0 | 16 | 420 | 101 | 74 |
| Binary | 10011110 | 1011000 | 11011100 | 11100 | 111100 | 0 | 1110 | 100010000 | 1000001 | 111100 |
Color Harmonies of #9E58DC
Complementary color
Monochromatic Colors of #9E58DC
Black with #9E58DC
Text Example
Text Example
White with #9E58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58DC; }
p { color: rgb(158,88,220); }
H1.HeaderClassName
{
color: #9E58DC;
}
.AnyTagClassName
{
color: #9E58DC;
}
</style>
background-color css
<style>
a { background-color: #9E58DC; }
a { background-color: rgb(158,88,220); }
div.DivClassName
{
background-color: #9E58DC;
}
.BgClassName
{
background-color: #9E58DC;
}
</style>
border-color css
<style>
span { border-color: #9E58DC; }
span { border-color: rgb(158,88,220); }
td.TdClassName
{
border-color: #9E58DC;
}
.TagClassName
{
border-color: #9E58DC;
}
</style>