Shades of Amethyst #8C4DD0
Tints of Amethyst #8C4DD0
RGB
CMYK
RGB Variations
Color information
#8C4DD0 (or 0x8C4DD0) is known color: Amethyst. HEX triplet: 8C, 4D and D0. RGB value is (140,77,208). Sum of RGB (Red+Green+Blue) = 140+77+208=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C4DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DD0 is #73B22F. Grayscale: #6E6E6E. Windows color (decimal): -7582256 or 13651340. OLE color: 13651340.
HSL color Cylindrical-coordinate representation of color #8C4DD0: hue angle of 268.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4DD0 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 77 | 208 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.18 |
| HSL | 268.85º | 0.58% | 0.56% | - |
| HSV(B) | 268.85º | 0.63% | 0.82% | - |
| XYZ | 24.85 | 15.44 | 61.34 | - |
| YUV | 110.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 208 | 0.33 | 0.63 | 0 | 0.18 | 268.85 | 0.58 | 0.56 |
| Hex | 8C | 4D | D0 | 21 | 3F | 0 | 12 | 10D | 3A | 38 |
| Octal | 214 | 115 | 320 | 41 | 77 | 0 | 22 | 415 | 72 | 70 |
| Binary | 10001100 | 1001101 | 11010000 | 100001 | 111111 | 0 | 10010 | 100001101 | 111010 | 111000 |
Color Harmonies of #8C4DD0
Complementary color
Monochromatic Colors of #8C4DD0
Black with #8C4DD0
Text Example
Text Example
White with #8C4DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DD0; }
p { color: rgb(140,77,208); }
H1.HeaderClassName
{
color: #8C4DD0;
}
.AnyTagClassName
{
color: #8C4DD0;
}
</style>
background-color css
<style>
a { background-color: #8C4DD0; }
a { background-color: rgb(140,77,208); }
div.DivClassName
{
background-color: #8C4DD0;
}
.BgClassName
{
background-color: #8C4DD0;
}
</style>
border-color css
<style>
span { border-color: #8C4DD0; }
span { border-color: rgb(140,77,208); }
td.TdClassName
{
border-color: #8C4DD0;
}
.TagClassName
{
border-color: #8C4DD0;
}
</style>