Shades of Amethyst #8E5DCE
Tints of Amethyst #8E5DCE
RGB
CMYK
RGB Variations
Color information
#8E5DCE (or 0x8E5DCE) is known color: Amethyst. HEX triplet: 8E, 5D and CE. RGB value is (142,93,206). Sum of RGB (Red+Green+Blue) = 142+93+206=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DCE is #71A231. Grayscale: #787878. Windows color (decimal): -7447090 or 13524366. OLE color: 13524366.
HSL color Cylindrical-coordinate representation of color #8E5DCE: hue angle of 266.02º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E5DCE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 93 | 206 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.19 |
| HSL | 266.02º | 0.54% | 0.59% | - |
| HSV(B) | 266.02º | 0.55% | 0.81% | - |
| XYZ | 26.21 | 18.04 | 60.49 | - |
| YUV | 120.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 206 | 0.31 | 0.55 | 0 | 0.19 | 266.02 | 0.54 | 0.59 |
| Hex | 8E | 5D | CE | 1F | 37 | 0 | 13 | 10A | 36 | 3B |
| Octal | 216 | 135 | 316 | 37 | 67 | 0 | 23 | 412 | 66 | 73 |
| Binary | 10001110 | 1011101 | 11001110 | 11111 | 110111 | 0 | 10011 | 100001010 | 110110 | 111011 |
Color Harmonies of #8E5DCE
Complementary color
Monochromatic Colors of #8E5DCE
Black with #8E5DCE
Text Example
Text Example
White with #8E5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DCE; }
p { color: rgb(142,93,206); }
H1.HeaderClassName
{
color: #8E5DCE;
}
.AnyTagClassName
{
color: #8E5DCE;
}
</style>
background-color css
<style>
a { background-color: #8E5DCE; }
a { background-color: rgb(142,93,206); }
div.DivClassName
{
background-color: #8E5DCE;
}
.BgClassName
{
background-color: #8E5DCE;
}
</style>
border-color css
<style>
span { border-color: #8E5DCE; }
span { border-color: rgb(142,93,206); }
td.TdClassName
{
border-color: #8E5DCE;
}
.TagClassName
{
border-color: #8E5DCE;
}
</style>