Shades of Amethyst #8E5FCA
Tints of Amethyst #8E5FCA
RGB
CMYK
RGB Variations
Color information
#8E5FCA (or 0x8E5FCA) is known color: Amethyst. HEX triplet: 8E, 5F and CA. RGB value is (142,95,202). Sum of RGB (Red+Green+Blue) = 142+95+202=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FCA is #71A035. Grayscale: #787878. Windows color (decimal): -7446582 or 13262734. OLE color: 13262734.
HSL color Cylindrical-coordinate representation of color #8E5FCA: hue angle of 266.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E5FCA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 95 | 202 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.21 |
| HSL | 266.36º | 0.5% | 0.58% | - |
| HSV(B) | 266.36º | 0.53% | 0.79% | - |
| XYZ | 25.91 | 18.2 | 58.02 | - |
| YUV | 121.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 202 | 0.30 | 0.53 | 0 | 0.21 | 266.36 | 0.5 | 0.58 |
| Hex | 8E | 5F | CA | 1E | 35 | 0 | 15 | 10A | 32 | 3A |
| Octal | 216 | 137 | 312 | 36 | 65 | 0 | 25 | 412 | 62 | 72 |
| Binary | 10001110 | 1011111 | 11001010 | 11110 | 110101 | 0 | 10101 | 100001010 | 110010 | 111010 |
Color Harmonies of #8E5FCA
Complementary color
Monochromatic Colors of #8E5FCA
Black with #8E5FCA
Text Example
Text Example
White with #8E5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5FCA; }
p { color: rgb(142,95,202); }
H1.HeaderClassName
{
color: #8E5FCA;
}
.AnyTagClassName
{
color: #8E5FCA;
}
</style>
background-color css
<style>
a { background-color: #8E5FCA; }
a { background-color: rgb(142,95,202); }
div.DivClassName
{
background-color: #8E5FCA;
}
.BgClassName
{
background-color: #8E5FCA;
}
</style>
border-color css
<style>
span { border-color: #8E5FCA; }
span { border-color: rgb(142,95,202); }
td.TdClassName
{
border-color: #8E5FCA;
}
.TagClassName
{
border-color: #8E5FCA;
}
</style>