Shades of Amethyst #8E5EBE
Tints of Amethyst #8E5EBE
RGB
CMYK
RGB Variations
Color information
#8E5EBE (or 0x8E5EBE) is known color: Amethyst. HEX triplet: 8E, 5E and BE. RGB value is (142,94,190). Sum of RGB (Red+Green+Blue) = 142+94+190=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EBE is #71A141. Grayscale: #767676. Windows color (decimal): -7446850 or 12476046. OLE color: 12476046.
HSL color Cylindrical-coordinate representation of color #8E5EBE: hue angle of 270º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E5EBE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 94 | 190 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.25 |
| HSL | 270º | 0.42% | 0.56% | - |
| HSV(B) | 270º | 0.51% | 0.75% | - |
| XYZ | 24.45 | 17.47 | 50.8 | - |
| YUV | 119.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 190 | 0.25 | 0.51 | 0 | 0.25 | 270 | 0.42 | 0.56 |
| Hex | 8E | 5E | BE | 19 | 33 | 0 | 19 | 10E | 2A | 38 |
| Octal | 216 | 136 | 276 | 31 | 63 | 0 | 31 | 416 | 52 | 70 |
| Binary | 10001110 | 1011110 | 10111110 | 11001 | 110011 | 0 | 11001 | 100001110 | 101010 | 111000 |
Color Harmonies of #8E5EBE
Complementary color
Monochromatic Colors of #8E5EBE
Black with #8E5EBE
Text Example
Text Example
White with #8E5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5EBE; }
p { color: rgb(142,94,190); }
H1.HeaderClassName
{
color: #8E5EBE;
}
.AnyTagClassName
{
color: #8E5EBE;
}
</style>
background-color css
<style>
a { background-color: #8E5EBE; }
a { background-color: rgb(142,94,190); }
div.DivClassName
{
background-color: #8E5EBE;
}
.BgClassName
{
background-color: #8E5EBE;
}
</style>
border-color css
<style>
span { border-color: #8E5EBE; }
span { border-color: rgb(142,94,190); }
td.TdClassName
{
border-color: #8E5EBE;
}
.TagClassName
{
border-color: #8E5EBE;
}
</style>