Shades of Amethyst #8E4DDC
Tints of Amethyst #8E4DDC
RGB
CMYK
RGB Variations
Color information
#8E4DDC (or 0x8E4DDC) is known color: Amethyst. HEX triplet: 8E, 4D and DC. RGB value is (142,77,220). Sum of RGB (Red+Green+Blue) = 142+77+220=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DDC is #71B223. Grayscale: #707070. Windows color (decimal): -7451172 or 14437774. OLE color: 14437774.
HSL color Cylindrical-coordinate representation of color #8E4DDC: hue angle of 267.27º degrees, saturation: 0.67, 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 #8E4DDC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 77 | 220 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.14 |
| HSL | 267.27º | 0.67% | 0.58% | - |
| HSV(B) | 267.27º | 0.65% | 0.86% | - |
| XYZ | 26.73 | 16.23 | 69.43 | - |
| YUV | 112.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 220 | 0.35 | 0.65 | 0 | 0.14 | 267.27 | 0.67 | 0.58 |
| Hex | 8E | 4D | DC | 23 | 41 | 0 | E | 10B | 43 | 3A |
| Octal | 216 | 115 | 334 | 43 | 101 | 0 | 16 | 413 | 103 | 72 |
| Binary | 10001110 | 1001101 | 11011100 | 100011 | 1000001 | 0 | 1110 | 100001011 | 1000011 | 111010 |
Color Harmonies of #8E4DDC
Complementary color
Monochromatic Colors of #8E4DDC
Black with #8E4DDC
Text Example
Text Example
White with #8E4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4DDC; }
p { color: rgb(142,77,220); }
H1.HeaderClassName
{
color: #8E4DDC;
}
.AnyTagClassName
{
color: #8E4DDC;
}
</style>
background-color css
<style>
a { background-color: #8E4DDC; }
a { background-color: rgb(142,77,220); }
div.DivClassName
{
background-color: #8E4DDC;
}
.BgClassName
{
background-color: #8E4DDC;
}
</style>
border-color css
<style>
span { border-color: #8E4DDC; }
span { border-color: rgb(142,77,220); }
td.TdClassName
{
border-color: #8E4DDC;
}
.TagClassName
{
border-color: #8E4DDC;
}
</style>