Shades of Amethyst #9E61CE
Tints of Amethyst #9E61CE
RGB
CMYK
RGB Variations
Color information
#9E61CE (or 0x9E61CE) is known color: Amethyst. HEX triplet: 9E, 61 and CE. RGB value is (158,97,206). Sum of RGB (Red+Green+Blue) = 158+97+206=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61CE is #619E31. Grayscale: #7F7F7F. Windows color (decimal): -6397490 or 13525406. OLE color: 13525406.
HSL color Cylindrical-coordinate representation of color #9E61CE: hue angle of 273.58º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E61CE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 97 | 206 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.19 |
| HSL | 273.58º | 0.53% | 0.59% | - |
| HSV(B) | 273.58º | 0.53% | 0.81% | - |
| XYZ | 29.52 | 20.27 | 60.75 | - |
| YUV | 127.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 206 | 0.23 | 0.53 | 0 | 0.19 | 273.58 | 0.53 | 0.59 |
| Hex | 9E | 61 | CE | 17 | 35 | 0 | 13 | 112 | 35 | 3B |
| Octal | 236 | 141 | 316 | 27 | 65 | 0 | 23 | 422 | 65 | 73 |
| Binary | 10011110 | 1100001 | 11001110 | 10111 | 110101 | 0 | 10011 | 100010010 | 110101 | 111011 |
Color Harmonies of #9E61CE
Complementary color
Monochromatic Colors of #9E61CE
Black with #9E61CE
Text Example
Text Example
White with #9E61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E61CE; }
p { color: rgb(158,97,206); }
H1.HeaderClassName
{
color: #9E61CE;
}
.AnyTagClassName
{
color: #9E61CE;
}
</style>
background-color css
<style>
a { background-color: #9E61CE; }
a { background-color: rgb(158,97,206); }
div.DivClassName
{
background-color: #9E61CE;
}
.BgClassName
{
background-color: #9E61CE;
}
</style>
border-color css
<style>
span { border-color: #9E61CE; }
span { border-color: rgb(158,97,206); }
td.TdClassName
{
border-color: #9E61CE;
}
.TagClassName
{
border-color: #9E61CE;
}
</style>