Shades of Amethyst #8D4FD1
Tints of Amethyst #8D4FD1
RGB
CMYK
RGB Variations
Color information
#8D4FD1 (or 0x8D4FD1) is known color: Amethyst. HEX triplet: 8D, 4F and D1. RGB value is (141,79,209). Sum of RGB (Red+Green+Blue) = 141+79+209=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D4FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4FD1 is #72B02E. Grayscale: #6F6F6F. Windows color (decimal): -7516207 or 13717389. OLE color: 13717389.
HSL color Cylindrical-coordinate representation of color #8D4FD1: hue angle of 268.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4FD1 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 79 | 209 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.18 |
| HSL | 268.62º | 0.59% | 0.56% | - |
| HSV(B) | 268.62º | 0.62% | 0.82% | - |
| XYZ | 25.29 | 15.86 | 62.05 | - |
| YUV | 112.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 209 | 0.33 | 0.62 | 0 | 0.18 | 268.62 | 0.59 | 0.56 |
| Hex | 8D | 4F | D1 | 21 | 3E | 0 | 12 | 10D | 3B | 38 |
| Octal | 215 | 117 | 321 | 41 | 76 | 0 | 22 | 415 | 73 | 70 |
| Binary | 10001101 | 1001111 | 11010001 | 100001 | 111110 | 0 | 10010 | 100001101 | 111011 | 111000 |
Color Harmonies of #8D4FD1
Complementary color
Monochromatic Colors of #8D4FD1
Black with #8D4FD1
Text Example
Text Example
White with #8D4FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FD1; }
p { color: rgb(141,79,209); }
H1.HeaderClassName
{
color: #8D4FD1;
}
.AnyTagClassName
{
color: #8D4FD1;
}
</style>
background-color css
<style>
a { background-color: #8D4FD1; }
a { background-color: rgb(141,79,209); }
div.DivClassName
{
background-color: #8D4FD1;
}
.BgClassName
{
background-color: #8D4FD1;
}
</style>
border-color css
<style>
span { border-color: #8D4FD1; }
span { border-color: rgb(141,79,209); }
td.TdClassName
{
border-color: #8D4FD1;
}
.TagClassName
{
border-color: #8D4FD1;
}
</style>