Shades of Amethyst #8D4FCC
Tints of Amethyst #8D4FCC
RGB
CMYK
RGB Variations
Color information
#8D4FCC (or 0x8D4FCC) is known color: Amethyst. HEX triplet: 8D, 4F and CC. RGB value is (141,79,204). Sum of RGB (Red+Green+Blue) = 141+79+204=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4FCC is #72B033. Grayscale: #6F6F6F. Windows color (decimal): -7516212 or 13389709. OLE color: 13389709.
HSL color Cylindrical-coordinate representation of color #8D4FCC: hue angle of 269.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D4FCC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 79 | 204 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.2 |
| HSL | 269.76º | 0.55% | 0.55% | - |
| HSV(B) | 269.76º | 0.61% | 0.8% | - |
| XYZ | 24.68 | 15.61 | 58.84 | - |
| YUV | 111.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 204 | 0.31 | 0.61 | 0 | 0.2 | 269.76 | 0.55 | 0.55 |
| Hex | 8D | 4F | CC | 1F | 3D | 0 | 14 | 10E | 37 | 37 |
| Octal | 215 | 117 | 314 | 37 | 75 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001101 | 1001111 | 11001100 | 11111 | 111101 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8D4FCC
Complementary color
Monochromatic Colors of #8D4FCC
Black with #8D4FCC
Text Example
Text Example
White with #8D4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FCC; }
p { color: rgb(141,79,204); }
H1.HeaderClassName
{
color: #8D4FCC;
}
.AnyTagClassName
{
color: #8D4FCC;
}
</style>
background-color css
<style>
a { background-color: #8D4FCC; }
a { background-color: rgb(141,79,204); }
div.DivClassName
{
background-color: #8D4FCC;
}
.BgClassName
{
background-color: #8D4FCC;
}
</style>
border-color css
<style>
span { border-color: #8D4FCC; }
span { border-color: rgb(141,79,204); }
td.TdClassName
{
border-color: #8D4FCC;
}
.TagClassName
{
border-color: #8D4FCC;
}
</style>