Shades of Amethyst #8E4EDF
Tints of Amethyst #8E4EDF
RGB
CMYK
RGB Variations
Color information
#8E4EDF (or 0x8E4EDF) is known color: Amethyst. HEX triplet: 8E, 4E and DF. RGB value is (142,78,223). Sum of RGB (Red+Green+Blue) = 142+78+223=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4EDF is #71B120. Grayscale: #717171. Windows color (decimal): -7450913 or 14634638. OLE color: 14634638.
HSL color Cylindrical-coordinate representation of color #8E4EDF: hue angle of 266.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4EDF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 78 | 223 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.13 |
| HSL | 266.48º | 0.69% | 0.59% | - |
| HSV(B) | 266.48º | 0.65% | 0.87% | - |
| XYZ | 27.2 | 16.53 | 71.57 | - |
| YUV | 113.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 78 | 223 | 0.36 | 0.65 | 0 | 0.13 | 266.48 | 0.69 | 0.59 |
| Hex | 8E | 4E | DF | 24 | 41 | 0 | D | 10A | 45 | 3B |
| Octal | 216 | 116 | 337 | 44 | 101 | 0 | 15 | 412 | 105 | 73 |
| Binary | 10001110 | 1001110 | 11011111 | 100100 | 1000001 | 0 | 1101 | 100001010 | 1000101 | 111011 |
Color Harmonies of #8E4EDF
Complementary color
Monochromatic Colors of #8E4EDF
Black with #8E4EDF
Text Example
Text Example
White with #8E4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4EDF; }
p { color: rgb(142,78,223); }
H1.HeaderClassName
{
color: #8E4EDF;
}
.AnyTagClassName
{
color: #8E4EDF;
}
</style>
background-color css
<style>
a { background-color: #8E4EDF; }
a { background-color: rgb(142,78,223); }
div.DivClassName
{
background-color: #8E4EDF;
}
.BgClassName
{
background-color: #8E4EDF;
}
</style>
border-color css
<style>
span { border-color: #8E4EDF; }
span { border-color: rgb(142,78,223); }
td.TdClassName
{
border-color: #8E4EDF;
}
.TagClassName
{
border-color: #8E4EDF;
}
</style>