Shades of Amethyst #8C4CD0
Tints of Amethyst #8C4CD0
RGB
CMYK
RGB Variations
Color information
#8C4CD0 (or 0x8C4CD0) is known color: Amethyst. HEX triplet: 8C, 4C and D0. RGB value is (140,76,208). Sum of RGB (Red+Green+Blue) = 140+76+208=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C4CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CD0 is #73B32F. Grayscale: #6D6D6D. Windows color (decimal): -7582512 or 13651084. OLE color: 13651084.
HSL color Cylindrical-coordinate representation of color #8C4CD0: hue angle of 269.09º 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 #8C4CD0 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 76 | 208 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.18 |
| HSL | 269.09º | 0.58% | 0.56% | - |
| HSV(B) | 269.09º | 0.63% | 0.82% | - |
| XYZ | 24.78 | 15.3 | 61.32 | - |
| YUV | 110.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 208 | 0.33 | 0.63 | 0 | 0.18 | 269.09 | 0.58 | 0.56 |
| Hex | 8C | 4C | D0 | 21 | 3F | 0 | 12 | 10D | 3A | 38 |
| Octal | 214 | 114 | 320 | 41 | 77 | 0 | 22 | 415 | 72 | 70 |
| Binary | 10001100 | 1001100 | 11010000 | 100001 | 111111 | 0 | 10010 | 100001101 | 111010 | 111000 |
Color Harmonies of #8C4CD0
Complementary color
Monochromatic Colors of #8C4CD0
Black with #8C4CD0
Text Example
Text Example
White with #8C4CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CD0; }
p { color: rgb(140,76,208); }
H1.HeaderClassName
{
color: #8C4CD0;
}
.AnyTagClassName
{
color: #8C4CD0;
}
</style>
background-color css
<style>
a { background-color: #8C4CD0; }
a { background-color: rgb(140,76,208); }
div.DivClassName
{
background-color: #8C4CD0;
}
.BgClassName
{
background-color: #8C4CD0;
}
</style>
border-color css
<style>
span { border-color: #8C4CD0; }
span { border-color: rgb(140,76,208); }
td.TdClassName
{
border-color: #8C4CD0;
}
.TagClassName
{
border-color: #8C4CD0;
}
</style>