Shades of Amethyst #8D5AD4
Tints of Amethyst #8D5AD4
RGB
CMYK
RGB Variations
Color information
#8D5AD4 (or 0x8D5AD4) is known color: Amethyst. HEX triplet: 8D, 5A and D4. RGB value is (141,90,212). Sum of RGB (Red+Green+Blue) = 141+90+212=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D5AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5AD4 is #72A52B. Grayscale: #767676. Windows color (decimal): -7513388 or 13916813. OLE color: 13916813.
HSL color Cylindrical-coordinate representation of color #8D5AD4: hue angle of 265.08º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D5AD4 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 90 | 212 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.17 |
| HSL | 265.08º | 0.59% | 0.59% | - |
| HSV(B) | 265.08º | 0.58% | 0.83% | - |
| XYZ | 26.52 | 17.73 | 64.31 | - |
| YUV | 119.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 212 | 0.33 | 0.58 | 0 | 0.17 | 265.08 | 0.59 | 0.59 |
| Hex | 8D | 5A | D4 | 21 | 3A | 0 | 11 | 109 | 3B | 3B |
| Octal | 215 | 132 | 324 | 41 | 72 | 0 | 21 | 411 | 73 | 73 |
| Binary | 10001101 | 1011010 | 11010100 | 100001 | 111010 | 0 | 10001 | 100001001 | 111011 | 111011 |
Color Harmonies of #8D5AD4
Complementary color
Monochromatic Colors of #8D5AD4
Black with #8D5AD4
Text Example
Text Example
White with #8D5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AD4; }
p { color: rgb(141,90,212); }
H1.HeaderClassName
{
color: #8D5AD4;
}
.AnyTagClassName
{
color: #8D5AD4;
}
</style>
background-color css
<style>
a { background-color: #8D5AD4; }
a { background-color: rgb(141,90,212); }
div.DivClassName
{
background-color: #8D5AD4;
}
.BgClassName
{
background-color: #8D5AD4;
}
</style>
border-color css
<style>
span { border-color: #8D5AD4; }
span { border-color: rgb(141,90,212); }
td.TdClassName
{
border-color: #8D5AD4;
}
.TagClassName
{
border-color: #8D5AD4;
}
</style>