Shades of Amethyst #8E51CC
Tints of Amethyst #8E51CC
RGB
CMYK
RGB Variations
Color information
#8E51CC (or 0x8E51CC) is known color: Amethyst. HEX triplet: 8E, 51 and CC. RGB value is (142,81,204). Sum of RGB (Red+Green+Blue) = 142+81+204=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E51CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E51CC is #71AE33. Grayscale: #707070. Windows color (decimal): -7450164 or 13390222. OLE color: 13390222.
HSL color Cylindrical-coordinate representation of color #8E51CC: hue angle of 269.76º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E51CC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 81 | 204 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.2 |
| HSL | 269.76º | 0.55% | 0.56% | - |
| HSV(B) | 269.76º | 0.6% | 0.8% | - |
| XYZ | 25 | 16 | 58.9 | - |
| YUV | 113.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 204 | 0.30 | 0.60 | 0 | 0.2 | 269.76 | 0.55 | 0.56 |
| Hex | 8E | 51 | CC | 1E | 3C | 0 | 14 | 10E | 37 | 38 |
| Octal | 216 | 121 | 314 | 36 | 74 | 0 | 24 | 416 | 67 | 70 |
| Binary | 10001110 | 1010001 | 11001100 | 11110 | 111100 | 0 | 10100 | 100001110 | 110111 | 111000 |
Color Harmonies of #8E51CC
Complementary color
Monochromatic Colors of #8E51CC
Black with #8E51CC
Text Example
Text Example
White with #8E51CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E51CC; }
p { color: rgb(142,81,204); }
H1.HeaderClassName
{
color: #8E51CC;
}
.AnyTagClassName
{
color: #8E51CC;
}
</style>
background-color css
<style>
a { background-color: #8E51CC; }
a { background-color: rgb(142,81,204); }
div.DivClassName
{
background-color: #8E51CC;
}
.BgClassName
{
background-color: #8E51CC;
}
</style>
border-color css
<style>
span { border-color: #8E51CC; }
span { border-color: rgb(142,81,204); }
td.TdClassName
{
border-color: #8E51CC;
}
.TagClassName
{
border-color: #8E51CC;
}
</style>