Shades of Amethyst #8C5ECD
Tints of Amethyst #8C5ECD
RGB
CMYK
RGB Variations
Color information
#8C5ECD (or 0x8C5ECD) is known color: Amethyst. HEX triplet: 8C, 5E and CD. RGB value is (140,94,205). Sum of RGB (Red+Green+Blue) = 140+94+205=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ECD is #73A132. Grayscale: #787878. Windows color (decimal): -7577907 or 13459084. OLE color: 13459084.
HSL color Cylindrical-coordinate representation of color #8C5ECD: hue angle of 264.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C5ECD is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 94 | 205 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.20 |
| HSL | 264.86º | 0.53% | 0.59% | - |
| HSV(B) | 264.86º | 0.54% | 0.8% | - |
| XYZ | 25.84 | 17.99 | 59.87 | - |
| YUV | 120.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 205 | 0.32 | 0.54 | 0 | 0.20 | 264.86 | 0.53 | 0.59 |
| Hex | 8C | 5E | CD | 20 | 36 | 0 | 14 | 109 | 35 | 3B |
| Octal | 214 | 136 | 315 | 40 | 66 | 0 | 24 | 411 | 65 | 73 |
| Binary | 10001100 | 1011110 | 11001101 | 100000 | 110110 | 0 | 10100 | 100001001 | 110101 | 111011 |
Color Harmonies of #8C5ECD
Complementary color
Monochromatic Colors of #8C5ECD
Black with #8C5ECD
Text Example
Text Example
White with #8C5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5ECD; }
p { color: rgb(140,94,205); }
H1.HeaderClassName
{
color: #8C5ECD;
}
.AnyTagClassName
{
color: #8C5ECD;
}
</style>
background-color css
<style>
a { background-color: #8C5ECD; }
a { background-color: rgb(140,94,205); }
div.DivClassName
{
background-color: #8C5ECD;
}
.BgClassName
{
background-color: #8C5ECD;
}
</style>
border-color css
<style>
span { border-color: #8C5ECD; }
span { border-color: rgb(140,94,205); }
td.TdClassName
{
border-color: #8C5ECD;
}
.TagClassName
{
border-color: #8C5ECD;
}
</style>