Shades of Amethyst #8E56CF
Tints of Amethyst #8E56CF
RGB
CMYK
RGB Variations
Color information
#8E56CF (or 0x8E56CF) is known color: Amethyst. HEX triplet: 8E, 56 and CF. RGB value is (142,86,207). Sum of RGB (Red+Green+Blue) = 142+86+207=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56CF is #71A930. Grayscale: #747474. Windows color (decimal): -7448881 or 13588110. OLE color: 13588110.
HSL color Cylindrical-coordinate representation of color #8E56CF: hue angle of 267.77º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E56CF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 86 | 207 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.19 |
| HSL | 267.77º | 0.56% | 0.57% | - |
| HSV(B) | 267.77º | 0.58% | 0.81% | - |
| XYZ | 25.75 | 16.91 | 60.94 | - |
| YUV | 116.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 207 | 0.31 | 0.58 | 0 | 0.19 | 267.77 | 0.56 | 0.57 |
| Hex | 8E | 56 | CF | 1F | 3A | 0 | 13 | 10C | 38 | 39 |
| Octal | 216 | 126 | 317 | 37 | 72 | 0 | 23 | 414 | 70 | 71 |
| Binary | 10001110 | 1010110 | 11001111 | 11111 | 111010 | 0 | 10011 | 100001100 | 111000 | 111001 |
Color Harmonies of #8E56CF
Complementary color
Monochromatic Colors of #8E56CF
Black with #8E56CF
Text Example
Text Example
White with #8E56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E56CF; }
p { color: rgb(142,86,207); }
H1.HeaderClassName
{
color: #8E56CF;
}
.AnyTagClassName
{
color: #8E56CF;
}
</style>
background-color css
<style>
a { background-color: #8E56CF; }
a { background-color: rgb(142,86,207); }
div.DivClassName
{
background-color: #8E56CF;
}
.BgClassName
{
background-color: #8E56CF;
}
</style>
border-color css
<style>
span { border-color: #8E56CF; }
span { border-color: rgb(142,86,207); }
td.TdClassName
{
border-color: #8E56CF;
}
.TagClassName
{
border-color: #8E56CF;
}
</style>