Shades of Amethyst #8E5DCA
Tints of Amethyst #8E5DCA
RGB
CMYK
RGB Variations
Color information
#8E5DCA (or 0x8E5DCA) is known color: Amethyst. HEX triplet: 8E, 5D and CA. RGB value is (142,93,202). Sum of RGB (Red+Green+Blue) = 142+93+202=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DCA is #71A235. Grayscale: #777777. Windows color (decimal): -7447094 or 13262222. OLE color: 13262222.
HSL color Cylindrical-coordinate representation of color #8E5DCA: hue angle of 266.97º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E5DCA is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 93 | 202 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.21 |
| HSL | 266.97º | 0.51% | 0.58% | - |
| HSV(B) | 266.97º | 0.54% | 0.79% | - |
| XYZ | 25.73 | 17.84 | 57.97 | - |
| YUV | 120.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 202 | 0.30 | 0.54 | 0 | 0.21 | 266.97 | 0.51 | 0.58 |
| Hex | 8E | 5D | CA | 1E | 36 | 0 | 15 | 10B | 33 | 3A |
| Octal | 216 | 135 | 312 | 36 | 66 | 0 | 25 | 413 | 63 | 72 |
| Binary | 10001110 | 1011101 | 11001010 | 11110 | 110110 | 0 | 10101 | 100001011 | 110011 | 111010 |
Color Harmonies of #8E5DCA
Complementary color
Monochromatic Colors of #8E5DCA
Black with #8E5DCA
Text Example
Text Example
White with #8E5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DCA; }
p { color: rgb(142,93,202); }
H1.HeaderClassName
{
color: #8E5DCA;
}
.AnyTagClassName
{
color: #8E5DCA;
}
</style>
background-color css
<style>
a { background-color: #8E5DCA; }
a { background-color: rgb(142,93,202); }
div.DivClassName
{
background-color: #8E5DCA;
}
.BgClassName
{
background-color: #8E5DCA;
}
</style>
border-color css
<style>
span { border-color: #8E5DCA; }
span { border-color: rgb(142,93,202); }
td.TdClassName
{
border-color: #8E5DCA;
}
.TagClassName
{
border-color: #8E5DCA;
}
</style>