Shades of Amethyst #8D53D9
Tints of Amethyst #8D53D9
RGB
CMYK
RGB Variations
Color information
#8D53D9 (or 0x8D53D9) is known color: Amethyst. HEX triplet: 8D, 53 and D9. RGB value is (141,83,217). Sum of RGB (Red+Green+Blue) = 141+83+217=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D53D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53D9 is #72AC26. Grayscale: #737373. Windows color (decimal): -7515175 or 14242701. OLE color: 14242701.
HSL color Cylindrical-coordinate representation of color #8D53D9: hue angle of 265.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D53D9 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 83 | 217 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.15 |
| HSL | 265.97º | 0.64% | 0.59% | - |
| HSV(B) | 265.97º | 0.62% | 0.85% | - |
| XYZ | 26.6 | 16.86 | 67.5 | - |
| YUV | 115.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 217 | 0.35 | 0.62 | 0 | 0.15 | 265.97 | 0.64 | 0.59 |
| Hex | 8D | 53 | D9 | 23 | 3E | 0 | F | 10A | 40 | 3B |
| Octal | 215 | 123 | 331 | 43 | 76 | 0 | 17 | 412 | 100 | 73 |
| Binary | 10001101 | 1010011 | 11011001 | 100011 | 111110 | 0 | 1111 | 100001010 | 1000000 | 111011 |
Color Harmonies of #8D53D9
Complementary color
Monochromatic Colors of #8D53D9
Black with #8D53D9
Text Example
Text Example
White with #8D53D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D53D9; }
p { color: rgb(141,83,217); }
H1.HeaderClassName
{
color: #8D53D9;
}
.AnyTagClassName
{
color: #8D53D9;
}
</style>
background-color css
<style>
a { background-color: #8D53D9; }
a { background-color: rgb(141,83,217); }
div.DivClassName
{
background-color: #8D53D9;
}
.BgClassName
{
background-color: #8D53D9;
}
</style>
border-color css
<style>
span { border-color: #8D53D9; }
span { border-color: rgb(141,83,217); }
td.TdClassName
{
border-color: #8D53D9;
}
.TagClassName
{
border-color: #8D53D9;
}
</style>