Shades of Amethyst #8E4DDB
Tints of Amethyst #8E4DDB
RGB
CMYK
RGB Variations
Color information
#8E4DDB (or 0x8E4DDB) is known color: Amethyst. HEX triplet: 8E, 4D and DB. RGB value is (142,77,219). Sum of RGB (Red+Green+Blue) = 142+77+219=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DDB is #71B224. Grayscale: #707070. Windows color (decimal): -7451173 or 14372238. OLE color: 14372238.
HSL color Cylindrical-coordinate representation of color #8E4DDB: hue angle of 267.46º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4DDB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 77 | 219 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.14 |
| HSL | 267.46º | 0.66% | 0.58% | - |
| HSV(B) | 267.46º | 0.65% | 0.86% | - |
| XYZ | 26.6 | 16.17 | 68.74 | - |
| YUV | 112.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 219 | 0.35 | 0.65 | 0 | 0.14 | 267.46 | 0.66 | 0.58 |
| Hex | 8E | 4D | DB | 23 | 41 | 0 | E | 10B | 42 | 3A |
| Octal | 216 | 115 | 333 | 43 | 101 | 0 | 16 | 413 | 102 | 72 |
| Binary | 10001110 | 1001101 | 11011011 | 100011 | 1000001 | 0 | 1110 | 100001011 | 1000010 | 111010 |
Color Harmonies of #8E4DDB
Complementary color
Monochromatic Colors of #8E4DDB
Black with #8E4DDB
Text Example
Text Example
White with #8E4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4DDB; }
p { color: rgb(142,77,219); }
H1.HeaderClassName
{
color: #8E4DDB;
}
.AnyTagClassName
{
color: #8E4DDB;
}
</style>
background-color css
<style>
a { background-color: #8E4DDB; }
a { background-color: rgb(142,77,219); }
div.DivClassName
{
background-color: #8E4DDB;
}
.BgClassName
{
background-color: #8E4DDB;
}
</style>
border-color css
<style>
span { border-color: #8E4DDB; }
span { border-color: rgb(142,77,219); }
td.TdClassName
{
border-color: #8E4DDB;
}
.TagClassName
{
border-color: #8E4DDB;
}
</style>