Shades of Amethyst #8E4FDE
Tints of Amethyst #8E4FDE
RGB
CMYK
RGB Variations
Color information
#8E4FDE (or 0x8E4FDE) is known color: Amethyst. HEX triplet: 8E, 4F and DE. RGB value is (142,79,222). Sum of RGB (Red+Green+Blue) = 142+79+222=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E4FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4FDE is #71B021. Grayscale: #717171. Windows color (decimal): -7450658 or 14569358. OLE color: 14569358.
HSL color Cylindrical-coordinate representation of color #8E4FDE: hue angle of 266.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E4FDE is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 79 | 222 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.13 |
| HSL | 266.43º | 0.68% | 0.59% | - |
| HSV(B) | 266.43º | 0.64% | 0.87% | - |
| XYZ | 27.14 | 16.62 | 70.88 | - |
| YUV | 114.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 79 | 222 | 0.36 | 0.64 | 0 | 0.13 | 266.43 | 0.68 | 0.59 |
| Hex | 8E | 4F | DE | 24 | 40 | 0 | D | 10A | 44 | 3B |
| Octal | 216 | 117 | 336 | 44 | 100 | 0 | 15 | 412 | 104 | 73 |
| Binary | 10001110 | 1001111 | 11011110 | 100100 | 1000000 | 0 | 1101 | 100001010 | 1000100 | 111011 |
Color Harmonies of #8E4FDE
Complementary color
Monochromatic Colors of #8E4FDE
Black with #8E4FDE
Text Example
Text Example
White with #8E4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4FDE; }
p { color: rgb(142,79,222); }
H1.HeaderClassName
{
color: #8E4FDE;
}
.AnyTagClassName
{
color: #8E4FDE;
}
</style>
background-color css
<style>
a { background-color: #8E4FDE; }
a { background-color: rgb(142,79,222); }
div.DivClassName
{
background-color: #8E4FDE;
}
.BgClassName
{
background-color: #8E4FDE;
}
</style>
border-color css
<style>
span { border-color: #8E4FDE; }
span { border-color: rgb(142,79,222); }
td.TdClassName
{
border-color: #8E4FDE;
}
.TagClassName
{
border-color: #8E4FDE;
}
</style>