Shades of Amethyst #8D5ECD
Tints of Amethyst #8D5ECD
RGB
CMYK
RGB Variations
Color information
#8D5ECD (or 0x8D5ECD) is known color: Amethyst. HEX triplet: 8D, 5E and CD. RGB value is (141,94,205). Sum of RGB (Red+Green+Blue) = 141+94+205=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ECD is #72A132. Grayscale: #787878. Windows color (decimal): -7512371 or 13459085. OLE color: 13459085.
HSL color Cylindrical-coordinate representation of color #8D5ECD: hue angle of 265.41º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D5ECD is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 94 | 205 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.20 |
| HSL | 265.41º | 0.53% | 0.59% | - |
| HSV(B) | 265.41º | 0.54% | 0.8% | - |
| XYZ | 26.01 | 18.08 | 59.88 | - |
| YUV | 120.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 205 | 0.31 | 0.54 | 0 | 0.20 | 265.41 | 0.53 | 0.59 |
| Hex | 8D | 5E | CD | 1F | 36 | 0 | 14 | 109 | 35 | 3B |
| Octal | 215 | 136 | 315 | 37 | 66 | 0 | 24 | 411 | 65 | 73 |
| Binary | 10001101 | 1011110 | 11001101 | 11111 | 110110 | 0 | 10100 | 100001001 | 110101 | 111011 |
Color Harmonies of #8D5ECD
Complementary color
Monochromatic Colors of #8D5ECD
Black with #8D5ECD
Text Example
Text Example
White with #8D5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5ECD; }
p { color: rgb(141,94,205); }
H1.HeaderClassName
{
color: #8D5ECD;
}
.AnyTagClassName
{
color: #8D5ECD;
}
</style>
background-color css
<style>
a { background-color: #8D5ECD; }
a { background-color: rgb(141,94,205); }
div.DivClassName
{
background-color: #8D5ECD;
}
.BgClassName
{
background-color: #8D5ECD;
}
</style>
border-color css
<style>
span { border-color: #8D5ECD; }
span { border-color: rgb(141,94,205); }
td.TdClassName
{
border-color: #8D5ECD;
}
.TagClassName
{
border-color: #8D5ECD;
}
</style>