Shades of Amethyst #8E59CB
Tints of Amethyst #8E59CB
RGB
CMYK
RGB Variations
Color information
#8E59CB (or 0x8E59CB) is known color: Amethyst. HEX triplet: 8E, 59 and CB. RGB value is (142,89,203). Sum of RGB (Red+Green+Blue) = 142+89+203=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E59CB is #71A634. Grayscale: #757575. Windows color (decimal): -7448117 or 13326734. OLE color: 13326734.
HSL color Cylindrical-coordinate representation of color #8E59CB: hue angle of 267.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E59CB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 89 | 203 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.20 |
| HSL | 267.89º | 0.52% | 0.57% | - |
| HSV(B) | 267.89º | 0.56% | 0.8% | - |
| XYZ | 25.51 | 17.21 | 58.48 | - |
| YUV | 117.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 203 | 0.30 | 0.56 | 0 | 0.20 | 267.89 | 0.52 | 0.57 |
| Hex | 8E | 59 | CB | 1E | 38 | 0 | 14 | 10C | 34 | 39 |
| Octal | 216 | 131 | 313 | 36 | 70 | 0 | 24 | 414 | 64 | 71 |
| Binary | 10001110 | 1011001 | 11001011 | 11110 | 111000 | 0 | 10100 | 100001100 | 110100 | 111001 |
Color Harmonies of #8E59CB
Complementary color
Monochromatic Colors of #8E59CB
Black with #8E59CB
Text Example
Text Example
White with #8E59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E59CB; }
p { color: rgb(142,89,203); }
H1.HeaderClassName
{
color: #8E59CB;
}
.AnyTagClassName
{
color: #8E59CB;
}
</style>
background-color css
<style>
a { background-color: #8E59CB; }
a { background-color: rgb(142,89,203); }
div.DivClassName
{
background-color: #8E59CB;
}
.BgClassName
{
background-color: #8E59CB;
}
</style>
border-color css
<style>
span { border-color: #8E59CB; }
span { border-color: rgb(142,89,203); }
td.TdClassName
{
border-color: #8E59CB;
}
.TagClassName
{
border-color: #8E59CB;
}
</style>