Shades of Amethyst #8D4FCD
Tints of Amethyst #8D4FCD
RGB
CMYK
RGB Variations
Color information
#8D4FCD (or 0x8D4FCD) is known color: Amethyst. HEX triplet: 8D, 4F and CD. RGB value is (141,79,205). Sum of RGB (Red+Green+Blue) = 141+79+205=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4FCD is #72B032. Grayscale: #6F6F6F. Windows color (decimal): -7516211 or 13455245. OLE color: 13455245.
HSL color Cylindrical-coordinate representation of color #8D4FCD: hue angle of 269.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D4FCD is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 79 | 205 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.20 |
| HSL | 269.52º | 0.56% | 0.56% | - |
| HSV(B) | 269.52º | 0.61% | 0.8% | - |
| XYZ | 24.8 | 15.66 | 59.47 | - |
| YUV | 111.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 205 | 0.31 | 0.61 | 0 | 0.20 | 269.52 | 0.56 | 0.56 |
| Hex | 8D | 4F | CD | 1F | 3D | 0 | 14 | 10E | 38 | 38 |
| Octal | 215 | 117 | 315 | 37 | 75 | 0 | 24 | 416 | 70 | 70 |
| Binary | 10001101 | 1001111 | 11001101 | 11111 | 111101 | 0 | 10100 | 100001110 | 111000 | 111000 |
Color Harmonies of #8D4FCD
Complementary color
Monochromatic Colors of #8D4FCD
Black with #8D4FCD
Text Example
Text Example
White with #8D4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FCD; }
p { color: rgb(141,79,205); }
H1.HeaderClassName
{
color: #8D4FCD;
}
.AnyTagClassName
{
color: #8D4FCD;
}
</style>
background-color css
<style>
a { background-color: #8D4FCD; }
a { background-color: rgb(141,79,205); }
div.DivClassName
{
background-color: #8D4FCD;
}
.BgClassName
{
background-color: #8D4FCD;
}
</style>
border-color css
<style>
span { border-color: #8D4FCD; }
span { border-color: rgb(141,79,205); }
td.TdClassName
{
border-color: #8D4FCD;
}
.TagClassName
{
border-color: #8D4FCD;
}
</style>