Shades of Amethyst #8E5BCE
Tints of Amethyst #8E5BCE
RGB
CMYK
RGB Variations
Color information
#8E5BCE (or 0x8E5BCE) is known color: Amethyst. HEX triplet: 8E, 5B and CE. RGB value is (142,91,206). Sum of RGB (Red+Green+Blue) = 142+91+206=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BCE is #71A431. Grayscale: #767676. Windows color (decimal): -7447602 or 13523854. OLE color: 13523854.
HSL color Cylindrical-coordinate representation of color #8E5BCE: hue angle of 266.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E5BCE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 91 | 206 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.19 |
| HSL | 266.61º | 0.54% | 0.58% | - |
| HSV(B) | 266.61º | 0.56% | 0.81% | - |
| XYZ | 26.04 | 17.69 | 60.43 | - |
| YUV | 119.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 206 | 0.31 | 0.56 | 0 | 0.19 | 266.61 | 0.54 | 0.58 |
| Hex | 8E | 5B | CE | 1F | 38 | 0 | 13 | 10B | 36 | 3A |
| Octal | 216 | 133 | 316 | 37 | 70 | 0 | 23 | 413 | 66 | 72 |
| Binary | 10001110 | 1011011 | 11001110 | 11111 | 111000 | 0 | 10011 | 100001011 | 110110 | 111010 |
Color Harmonies of #8E5BCE
Complementary color
Monochromatic Colors of #8E5BCE
Black with #8E5BCE
Text Example
Text Example
White with #8E5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5BCE; }
p { color: rgb(142,91,206); }
H1.HeaderClassName
{
color: #8E5BCE;
}
.AnyTagClassName
{
color: #8E5BCE;
}
</style>
background-color css
<style>
a { background-color: #8E5BCE; }
a { background-color: rgb(142,91,206); }
div.DivClassName
{
background-color: #8E5BCE;
}
.BgClassName
{
background-color: #8E5BCE;
}
</style>
border-color css
<style>
span { border-color: #8E5BCE; }
span { border-color: rgb(142,91,206); }
td.TdClassName
{
border-color: #8E5BCE;
}
.TagClassName
{
border-color: #8E5BCE;
}
</style>