Shades of Amethyst #8C4EE2
Tints of Amethyst #8C4EE2
RGB
CMYK
RGB Variations
Color information
#8C4EE2 (or 0x8C4EE2) is known color: Amethyst. HEX triplet: 8C, 4E and E2. RGB value is (140,78,226). Sum of RGB (Red+Green+Blue) = 140+78+226=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 226 (88.67% from 255 or 50.90% from 444); Max value from RGB is 226 - color contains mainly: blue. Hex color #8C4EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4EE2 is #73B11D. Grayscale: #707070. Windows color (decimal): -7581982 or 14831244. OLE color: 14831244.
HSL color Cylindrical-coordinate representation of color #8C4EE2: hue angle of 265.14º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4EE2 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 78 | 226 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.11 |
| HSL | 265.14º | 0.72% | 0.6% | - |
| HSV(B) | 265.14º | 0.65% | 0.89% | - |
| XYZ | 27.27 | 16.52 | 73.7 | - |
| YUV | 113.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 226 | 0.38 | 0.65 | 0 | 0.11 | 265.14 | 0.72 | 0.6 |
| Hex | 8C | 4E | E2 | 26 | 41 | 0 | B | 109 | 48 | 3C |
| Octal | 214 | 116 | 342 | 46 | 101 | 0 | 13 | 411 | 110 | 74 |
| Binary | 10001100 | 1001110 | 11100010 | 100110 | 1000001 | 0 | 1011 | 100001001 | 1001000 | 111100 |
Color Harmonies of #8C4EE2
Complementary color
Monochromatic Colors of #8C4EE2
Black with #8C4EE2
Text Example
Text Example
White with #8C4EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4EE2; }
p { color: rgb(140,78,226); }
H1.HeaderClassName
{
color: #8C4EE2;
}
.AnyTagClassName
{
color: #8C4EE2;
}
</style>
background-color css
<style>
a { background-color: #8C4EE2; }
a { background-color: rgb(140,78,226); }
div.DivClassName
{
background-color: #8C4EE2;
}
.BgClassName
{
background-color: #8C4EE2;
}
</style>
border-color css
<style>
span { border-color: #8C4EE2; }
span { border-color: rgb(140,78,226); }
td.TdClassName
{
border-color: #8C4EE2;
}
.TagClassName
{
border-color: #8C4EE2;
}
</style>