Shades of Amethyst #8E5ECC
Tints of Amethyst #8E5ECC
RGB
CMYK
RGB Variations
Color information
#8E5ECC (or 0x8E5ECC) is known color: Amethyst. HEX triplet: 8E, 5E and CC. RGB value is (142,94,204). Sum of RGB (Red+Green+Blue) = 142+94+204=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ECC is #71A133. Grayscale: #787878. Windows color (decimal): -7446836 or 13393550. OLE color: 13393550.
HSL color Cylindrical-coordinate representation of color #8E5ECC: hue angle of 266.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E5ECC is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 94 | 204 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.2 |
| HSL | 266.18º | 0.52% | 0.58% | - |
| HSV(B) | 266.18º | 0.54% | 0.8% | - |
| XYZ | 26.06 | 18.12 | 59.25 | - |
| YUV | 120.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 204 | 0.30 | 0.54 | 0 | 0.2 | 266.18 | 0.52 | 0.58 |
| Hex | 8E | 5E | CC | 1E | 36 | 0 | 14 | 10A | 34 | 3A |
| Octal | 216 | 136 | 314 | 36 | 66 | 0 | 24 | 412 | 64 | 72 |
| Binary | 10001110 | 1011110 | 11001100 | 11110 | 110110 | 0 | 10100 | 100001010 | 110100 | 111010 |
Color Harmonies of #8E5ECC
Complementary color
Monochromatic Colors of #8E5ECC
Black with #8E5ECC
Text Example
Text Example
White with #8E5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5ECC; }
p { color: rgb(142,94,204); }
H1.HeaderClassName
{
color: #8E5ECC;
}
.AnyTagClassName
{
color: #8E5ECC;
}
</style>
background-color css
<style>
a { background-color: #8E5ECC; }
a { background-color: rgb(142,94,204); }
div.DivClassName
{
background-color: #8E5ECC;
}
.BgClassName
{
background-color: #8E5ECC;
}
</style>
border-color css
<style>
span { border-color: #8E5ECC; }
span { border-color: rgb(142,94,204); }
td.TdClassName
{
border-color: #8E5ECC;
}
.TagClassName
{
border-color: #8E5ECC;
}
</style>