Shades of Amethyst #8C4AD2
Tints of Amethyst #8C4AD2
RGB
CMYK
RGB Variations
Color information
#8C4AD2 (or 0x8C4AD2) is known color: Amethyst. HEX triplet: 8C, 4A and D2. RGB value is (140,74,210). Sum of RGB (Red+Green+Blue) = 140+74+210=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #8C4AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4AD2 is #73B52D. Grayscale: #6C6C6C. Windows color (decimal): -7583022 or 13781644. OLE color: 13781644.
HSL color Cylindrical-coordinate representation of color #8C4AD2: hue angle of 269.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4AD2 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 74 | 210 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.18 |
| HSL | 269.12º | 0.6% | 0.56% | - |
| HSV(B) | 269.12º | 0.65% | 0.82% | - |
| XYZ | 24.9 | 15.13 | 62.58 | - |
| YUV | 109.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 210 | 0.33 | 0.65 | 0 | 0.18 | 269.12 | 0.6 | 0.56 |
| Hex | 8C | 4A | D2 | 21 | 41 | 0 | 12 | 10D | 3C | 38 |
| Octal | 214 | 112 | 322 | 41 | 101 | 0 | 22 | 415 | 74 | 70 |
| Binary | 10001100 | 1001010 | 11010010 | 100001 | 1000001 | 0 | 10010 | 100001101 | 111100 | 111000 |
Color Harmonies of #8C4AD2
Complementary color
Monochromatic Colors of #8C4AD2
Black with #8C4AD2
Text Example
Text Example
White with #8C4AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AD2; }
p { color: rgb(140,74,210); }
H1.HeaderClassName
{
color: #8C4AD2;
}
.AnyTagClassName
{
color: #8C4AD2;
}
</style>
background-color css
<style>
a { background-color: #8C4AD2; }
a { background-color: rgb(140,74,210); }
div.DivClassName
{
background-color: #8C4AD2;
}
.BgClassName
{
background-color: #8C4AD2;
}
</style>
border-color css
<style>
span { border-color: #8C4AD2; }
span { border-color: rgb(140,74,210); }
td.TdClassName
{
border-color: #8C4AD2;
}
.TagClassName
{
border-color: #8C4AD2;
}
</style>