Shades of Amethyst #8E60CA
Tints of Amethyst #8E60CA
RGB
CMYK
RGB Variations
Color information
#8E60CA (or 0x8E60CA) is known color: Amethyst. HEX triplet: 8E, 60 and CA. RGB value is (142,96,202). Sum of RGB (Red+Green+Blue) = 142+96+202=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60CA is #719F35. Grayscale: #797979. Windows color (decimal): -7446326 or 13262990. OLE color: 13262990.
HSL color Cylindrical-coordinate representation of color #8E60CA: hue angle of 266.04º 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 #8E60CA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 96 | 202 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.21 |
| HSL | 266.04º | 0.5% | 0.58% | - |
| HSV(B) | 266.04º | 0.52% | 0.79% | - |
| XYZ | 26 | 18.38 | 58.05 | - |
| YUV | 121.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 202 | 0.30 | 0.52 | 0 | 0.21 | 266.04 | 0.5 | 0.58 |
| Hex | 8E | 60 | CA | 1E | 34 | 0 | 15 | 10A | 32 | 3A |
| Octal | 216 | 140 | 312 | 36 | 64 | 0 | 25 | 412 | 62 | 72 |
| Binary | 10001110 | 1100000 | 11001010 | 11110 | 110100 | 0 | 10101 | 100001010 | 110010 | 111010 |
Color Harmonies of #8E60CA
Complementary color
Monochromatic Colors of #8E60CA
Black with #8E60CA
Text Example
Text Example
White with #8E60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E60CA; }
p { color: rgb(142,96,202); }
H1.HeaderClassName
{
color: #8E60CA;
}
.AnyTagClassName
{
color: #8E60CA;
}
</style>
background-color css
<style>
a { background-color: #8E60CA; }
a { background-color: rgb(142,96,202); }
div.DivClassName
{
background-color: #8E60CA;
}
.BgClassName
{
background-color: #8E60CA;
}
</style>
border-color css
<style>
span { border-color: #8E60CA; }
span { border-color: rgb(142,96,202); }
td.TdClassName
{
border-color: #8E60CA;
}
.TagClassName
{
border-color: #8E60CA;
}
</style>