Shades of Amethyst #9E60CA
Tints of Amethyst #9E60CA
RGB
CMYK
RGB Variations
Color information
#9E60CA (or 0x9E60CA) is known color: Amethyst. HEX triplet: 9E, 60 and CA. RGB value is (158,96,202). Sum of RGB (Red+Green+Blue) = 158+96+202=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60CA is #619F35. Grayscale: #7E7E7E. Windows color (decimal): -6397750 or 13263006. OLE color: 13263006.
HSL color Cylindrical-coordinate representation of color #9E60CA: hue angle of 275.09º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E60CA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 96 | 202 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.21 |
| HSL | 275.09º | 0.5% | 0.58% | - |
| HSV(B) | 275.09º | 0.52% | 0.79% | - |
| XYZ | 28.94 | 19.9 | 58.19 | - |
| YUV | 126.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 202 | 0.22 | 0.52 | 0 | 0.21 | 275.09 | 0.5 | 0.58 |
| Hex | 9E | 60 | CA | 16 | 34 | 0 | 15 | 113 | 32 | 3A |
| Octal | 236 | 140 | 312 | 26 | 64 | 0 | 25 | 423 | 62 | 72 |
| Binary | 10011110 | 1100000 | 11001010 | 10110 | 110100 | 0 | 10101 | 100010011 | 110010 | 111010 |
Color Harmonies of #9E60CA
Complementary color
Monochromatic Colors of #9E60CA
Black with #9E60CA
Text Example
Text Example
White with #9E60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E60CA; }
p { color: rgb(158,96,202); }
H1.HeaderClassName
{
color: #9E60CA;
}
.AnyTagClassName
{
color: #9E60CA;
}
</style>
background-color css
<style>
a { background-color: #9E60CA; }
a { background-color: rgb(158,96,202); }
div.DivClassName
{
background-color: #9E60CA;
}
.BgClassName
{
background-color: #9E60CA;
}
</style>
border-color css
<style>
span { border-color: #9E60CA; }
span { border-color: rgb(158,96,202); }
td.TdClassName
{
border-color: #9E60CA;
}
.TagClassName
{
border-color: #9E60CA;
}
</style>