Shades of Amethyst #9E71CA
Tints of Amethyst #9E71CA
RGB
CMYK
RGB Variations
Color information
#9E71CA (or 0x9E71CA) is known color: Amethyst. HEX triplet: 9E, 71 and CA. RGB value is (158,113,202). Sum of RGB (Red+Green+Blue) = 158+113+202=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71CA is #618E35. Grayscale: #888888. Windows color (decimal): -6393398 or 13267358. OLE color: 13267358.
HSL color Cylindrical-coordinate representation of color #9E71CA: hue angle of 270.34º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E71CA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 113 | 202 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.21 |
| HSL | 270.34º | 0.46% | 0.62% | - |
| HSV(B) | 270.34º | 0.44% | 0.79% | - |
| XYZ | 30.67 | 23.34 | 58.77 | - |
| YUV | 136.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 202 | 0.22 | 0.44 | 0 | 0.21 | 270.34 | 0.46 | 0.62 |
| Hex | 9E | 71 | CA | 16 | 2C | 0 | 15 | 10E | 2E | 3E |
| Octal | 236 | 161 | 312 | 26 | 54 | 0 | 25 | 416 | 56 | 76 |
| Binary | 10011110 | 1110001 | 11001010 | 10110 | 101100 | 0 | 10101 | 100001110 | 101110 | 111110 |
Color Harmonies of #9E71CA
Complementary color
Monochromatic Colors of #9E71CA
Black with #9E71CA
Text Example
Text Example
White with #9E71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71CA; }
p { color: rgb(158,113,202); }
H1.HeaderClassName
{
color: #9E71CA;
}
.AnyTagClassName
{
color: #9E71CA;
}
</style>
background-color css
<style>
a { background-color: #9E71CA; }
a { background-color: rgb(158,113,202); }
div.DivClassName
{
background-color: #9E71CA;
}
.BgClassName
{
background-color: #9E71CA;
}
</style>
border-color css
<style>
span { border-color: #9E71CA; }
span { border-color: rgb(158,113,202); }
td.TdClassName
{
border-color: #9E71CA;
}
.TagClassName
{
border-color: #9E71CA;
}
</style>