Shades of Amethyst #8E56DB
Tints of Amethyst #8E56DB
RGB
CMYK
RGB Variations
Color information
#8E56DB (or 0x8E56DB) is known color: Amethyst. HEX triplet: 8E, 56 and DB. RGB value is (142,86,219). Sum of RGB (Red+Green+Blue) = 142+86+219=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56DB is #71A924. Grayscale: #757575. Windows color (decimal): -7448869 or 14374542. OLE color: 14374542.
HSL color Cylindrical-coordinate representation of color #8E56DB: hue angle of 265.26º degrees, saturation: 0.65, 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 #8E56DB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 86 | 219 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.14 |
| HSL | 265.26º | 0.65% | 0.6% | - |
| HSV(B) | 265.26º | 0.61% | 0.86% | - |
| XYZ | 27.27 | 17.52 | 68.96 | - |
| YUV | 117.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 219 | 0.35 | 0.61 | 0 | 0.14 | 265.26 | 0.65 | 0.6 |
| Hex | 8E | 56 | DB | 23 | 3D | 0 | E | 109 | 41 | 3C |
| Octal | 216 | 126 | 333 | 43 | 75 | 0 | 16 | 411 | 101 | 74 |
| Binary | 10001110 | 1010110 | 11011011 | 100011 | 111101 | 0 | 1110 | 100001001 | 1000001 | 111100 |
Color Harmonies of #8E56DB
Complementary color
Monochromatic Colors of #8E56DB
Black with #8E56DB
Text Example
Text Example
White with #8E56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E56DB; }
p { color: rgb(142,86,219); }
H1.HeaderClassName
{
color: #8E56DB;
}
.AnyTagClassName
{
color: #8E56DB;
}
</style>
background-color css
<style>
a { background-color: #8E56DB; }
a { background-color: rgb(142,86,219); }
div.DivClassName
{
background-color: #8E56DB;
}
.BgClassName
{
background-color: #8E56DB;
}
</style>
border-color css
<style>
span { border-color: #8E56DB; }
span { border-color: rgb(142,86,219); }
td.TdClassName
{
border-color: #8E56DB;
}
.TagClassName
{
border-color: #8E56DB;
}
</style>