Shades of Amethyst #8C4CD1
Tints of Amethyst #8C4CD1
RGB
CMYK
RGB Variations
Color information
#8C4CD1 (or 0x8C4CD1) is known color: Amethyst. HEX triplet: 8C, 4C and D1. RGB value is (140,76,209). Sum of RGB (Red+Green+Blue) = 140+76+209=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C4CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CD1 is #73B32E. Grayscale: #6D6D6D. Windows color (decimal): -7582511 or 13716620. OLE color: 13716620.
HSL color Cylindrical-coordinate representation of color #8C4CD1: hue angle of 268.87º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4CD1 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 76 | 209 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.18 |
| HSL | 268.87º | 0.59% | 0.56% | - |
| HSV(B) | 268.87º | 0.64% | 0.82% | - |
| XYZ | 24.91 | 15.35 | 61.97 | - |
| YUV | 110.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 209 | 0.33 | 0.64 | 0 | 0.18 | 268.87 | 0.59 | 0.56 |
| Hex | 8C | 4C | D1 | 21 | 40 | 0 | 12 | 10D | 3B | 38 |
| Octal | 214 | 114 | 321 | 41 | 100 | 0 | 22 | 415 | 73 | 70 |
| Binary | 10001100 | 1001100 | 11010001 | 100001 | 1000000 | 0 | 10010 | 100001101 | 111011 | 111000 |
Color Harmonies of #8C4CD1
Complementary color
Monochromatic Colors of #8C4CD1
Black with #8C4CD1
Text Example
Text Example
White with #8C4CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CD1; }
p { color: rgb(140,76,209); }
H1.HeaderClassName
{
color: #8C4CD1;
}
.AnyTagClassName
{
color: #8C4CD1;
}
</style>
background-color css
<style>
a { background-color: #8C4CD1; }
a { background-color: rgb(140,76,209); }
div.DivClassName
{
background-color: #8C4CD1;
}
.BgClassName
{
background-color: #8C4CD1;
}
</style>
border-color css
<style>
span { border-color: #8C4CD1; }
span { border-color: rgb(140,76,209); }
td.TdClassName
{
border-color: #8C4CD1;
}
.TagClassName
{
border-color: #8C4CD1;
}
</style>