Shades of Amethyst #9E61CA
Tints of Amethyst #9E61CA
RGB
CMYK
RGB Variations
Color information
#9E61CA (or 0x9E61CA) is known color: Amethyst. HEX triplet: 9E, 61 and CA. RGB value is (158,97,202). Sum of RGB (Red+Green+Blue) = 158+97+202=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61CA is #619E35. Grayscale: #7E7E7E. Windows color (decimal): -6397494 or 13263262. OLE color: 13263262.
HSL color Cylindrical-coordinate representation of color #9E61CA: hue angle of 274.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E61CA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 97 | 202 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.21 |
| HSL | 274.86º | 0.5% | 0.59% | - |
| HSV(B) | 274.86º | 0.52% | 0.79% | - |
| XYZ | 29.04 | 20.08 | 58.22 | - |
| YUV | 127.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 202 | 0.22 | 0.52 | 0 | 0.21 | 274.86 | 0.5 | 0.59 |
| Hex | 9E | 61 | CA | 16 | 34 | 0 | 15 | 113 | 32 | 3B |
| Octal | 236 | 141 | 312 | 26 | 64 | 0 | 25 | 423 | 62 | 73 |
| Binary | 10011110 | 1100001 | 11001010 | 10110 | 110100 | 0 | 10101 | 100010011 | 110010 | 111011 |
Color Harmonies of #9E61CA
Complementary color
Monochromatic Colors of #9E61CA
Black with #9E61CA
Text Example
Text Example
White with #9E61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E61CA; }
p { color: rgb(158,97,202); }
H1.HeaderClassName
{
color: #9E61CA;
}
.AnyTagClassName
{
color: #9E61CA;
}
</style>
background-color css
<style>
a { background-color: #9E61CA; }
a { background-color: rgb(158,97,202); }
div.DivClassName
{
background-color: #9E61CA;
}
.BgClassName
{
background-color: #9E61CA;
}
</style>
border-color css
<style>
span { border-color: #9E61CA; }
span { border-color: rgb(158,97,202); }
td.TdClassName
{
border-color: #9E61CA;
}
.TagClassName
{
border-color: #9E61CA;
}
</style>