Shades of Amethyst #8E55CA
Tints of Amethyst #8E55CA
RGB
CMYK
RGB Variations
Color information
#8E55CA (or 0x8E55CA) is known color: Amethyst. HEX triplet: 8E, 55 and CA. RGB value is (142,85,202). Sum of RGB (Red+Green+Blue) = 142+85+202=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55CA is #71AA35. Grayscale: #727272. Windows color (decimal): -7449142 or 13260174. OLE color: 13260174.
HSL color Cylindrical-coordinate representation of color #8E55CA: hue angle of 269.23º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E55CA is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 85 | 202 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.21 |
| HSL | 269.23º | 0.52% | 0.56% | - |
| HSV(B) | 269.23º | 0.58% | 0.79% | - |
| XYZ | 25.06 | 16.51 | 57.74 | - |
| YUV | 115.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 202 | 0.30 | 0.58 | 0 | 0.21 | 269.23 | 0.52 | 0.56 |
| Hex | 8E | 55 | CA | 1E | 3A | 0 | 15 | 10D | 34 | 38 |
| Octal | 216 | 125 | 312 | 36 | 72 | 0 | 25 | 415 | 64 | 70 |
| Binary | 10001110 | 1010101 | 11001010 | 11110 | 111010 | 0 | 10101 | 100001101 | 110100 | 111000 |
Color Harmonies of #8E55CA
Complementary color
Monochromatic Colors of #8E55CA
Black with #8E55CA
Text Example
Text Example
White with #8E55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E55CA; }
p { color: rgb(142,85,202); }
H1.HeaderClassName
{
color: #8E55CA;
}
.AnyTagClassName
{
color: #8E55CA;
}
</style>
background-color css
<style>
a { background-color: #8E55CA; }
a { background-color: rgb(142,85,202); }
div.DivClassName
{
background-color: #8E55CA;
}
.BgClassName
{
background-color: #8E55CA;
}
</style>
border-color css
<style>
span { border-color: #8E55CA; }
span { border-color: rgb(142,85,202); }
td.TdClassName
{
border-color: #8E55CA;
}
.TagClassName
{
border-color: #8E55CA;
}
</style>