Shades of Amethyst #8E56DC
Tints of Amethyst #8E56DC
RGB
CMYK
RGB Variations
Color information
#8E56DC (or 0x8E56DC) is known color: Amethyst. HEX triplet: 8E, 56 and DC. RGB value is (142,86,220). Sum of RGB (Red+Green+Blue) = 142+86+220=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56DC is #71A923. Grayscale: #757575. Windows color (decimal): -7448868 or 14440078. OLE color: 14440078.
HSL color Cylindrical-coordinate representation of color #8E56DC: hue angle of 265.07º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E56DC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 86 | 220 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.14 |
| HSL | 265.07º | 0.66% | 0.6% | - |
| HSV(B) | 265.07º | 0.61% | 0.86% | - |
| XYZ | 27.4 | 17.57 | 69.66 | - |
| YUV | 118.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 220 | 0.35 | 0.61 | 0 | 0.14 | 265.07 | 0.66 | 0.6 |
| Hex | 8E | 56 | DC | 23 | 3D | 0 | E | 109 | 42 | 3C |
| Octal | 216 | 126 | 334 | 43 | 75 | 0 | 16 | 411 | 102 | 74 |
| Binary | 10001110 | 1010110 | 11011100 | 100011 | 111101 | 0 | 1110 | 100001001 | 1000010 | 111100 |
Color Harmonies of #8E56DC
Complementary color
Monochromatic Colors of #8E56DC
Black with #8E56DC
Text Example
Text Example
White with #8E56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E56DC; }
p { color: rgb(142,86,220); }
H1.HeaderClassName
{
color: #8E56DC;
}
.AnyTagClassName
{
color: #8E56DC;
}
</style>
background-color css
<style>
a { background-color: #8E56DC; }
a { background-color: rgb(142,86,220); }
div.DivClassName
{
background-color: #8E56DC;
}
.BgClassName
{
background-color: #8E56DC;
}
</style>
border-color css
<style>
span { border-color: #8E56DC; }
span { border-color: rgb(142,86,220); }
td.TdClassName
{
border-color: #8E56DC;
}
.TagClassName
{
border-color: #8E56DC;
}
</style>