Shades of Amethyst #8E56CB
Tints of Amethyst #8E56CB
RGB
CMYK
RGB Variations
Color information
#8E56CB (or 0x8E56CB) is known color: Amethyst. HEX triplet: 8E, 56 and CB. RGB value is (142,86,203). Sum of RGB (Red+Green+Blue) = 142+86+203=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56CB is #71A934. Grayscale: #737373. Windows color (decimal): -7448885 or 13325966. OLE color: 13325966.
HSL color Cylindrical-coordinate representation of color #8E56CB: hue angle of 268.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E56CB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 86 | 203 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.20 |
| HSL | 268.72º | 0.53% | 0.57% | - |
| HSV(B) | 268.72º | 0.58% | 0.8% | - |
| XYZ | 25.26 | 16.72 | 58.4 | - |
| YUV | 116.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 203 | 0.30 | 0.58 | 0 | 0.20 | 268.72 | 0.53 | 0.57 |
| Hex | 8E | 56 | CB | 1E | 3A | 0 | 14 | 10D | 35 | 39 |
| Octal | 216 | 126 | 313 | 36 | 72 | 0 | 24 | 415 | 65 | 71 |
| Binary | 10001110 | 1010110 | 11001011 | 11110 | 111010 | 0 | 10100 | 100001101 | 110101 | 111001 |
Color Harmonies of #8E56CB
Complementary color
Monochromatic Colors of #8E56CB
Black with #8E56CB
Text Example
Text Example
White with #8E56CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E56CB; }
p { color: rgb(142,86,203); }
H1.HeaderClassName
{
color: #8E56CB;
}
.AnyTagClassName
{
color: #8E56CB;
}
</style>
background-color css
<style>
a { background-color: #8E56CB; }
a { background-color: rgb(142,86,203); }
div.DivClassName
{
background-color: #8E56CB;
}
.BgClassName
{
background-color: #8E56CB;
}
</style>
border-color css
<style>
span { border-color: #8E56CB; }
span { border-color: rgb(142,86,203); }
td.TdClassName
{
border-color: #8E56CB;
}
.TagClassName
{
border-color: #8E56CB;
}
</style>