Shades of Amethyst #8D5DBE
Tints of Amethyst #8D5DBE
RGB
CMYK
RGB Variations
Color information
#8D5DBE (or 0x8D5DBE) is known color: Amethyst. HEX triplet: 8D, 5D and BE. RGB value is (141,93,190). Sum of RGB (Red+Green+Blue) = 141+93+190=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DBE is #72A241. Grayscale: #767676. Windows color (decimal): -7512642 or 12475789. OLE color: 12475789.
HSL color Cylindrical-coordinate representation of color #8D5DBE: hue angle of 269.69º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5DBE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 93 | 190 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.25 |
| HSL | 269.69º | 0.43% | 0.55% | - |
| HSV(B) | 269.69º | 0.51% | 0.75% | - |
| XYZ | 24.19 | 17.21 | 50.76 | - |
| YUV | 118.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 190 | 0.26 | 0.51 | 0 | 0.25 | 269.69 | 0.43 | 0.55 |
| Hex | 8D | 5D | BE | 1A | 33 | 0 | 19 | 10E | 2B | 37 |
| Octal | 215 | 135 | 276 | 32 | 63 | 0 | 31 | 416 | 53 | 67 |
| Binary | 10001101 | 1011101 | 10111110 | 11010 | 110011 | 0 | 11001 | 100001110 | 101011 | 110111 |
Color Harmonies of #8D5DBE
Complementary color
Monochromatic Colors of #8D5DBE
Black with #8D5DBE
Text Example
Text Example
White with #8D5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DBE; }
p { color: rgb(141,93,190); }
H1.HeaderClassName
{
color: #8D5DBE;
}
.AnyTagClassName
{
color: #8D5DBE;
}
</style>
background-color css
<style>
a { background-color: #8D5DBE; }
a { background-color: rgb(141,93,190); }
div.DivClassName
{
background-color: #8D5DBE;
}
.BgClassName
{
background-color: #8D5DBE;
}
</style>
border-color css
<style>
span { border-color: #8D5DBE; }
span { border-color: rgb(141,93,190); }
td.TdClassName
{
border-color: #8D5DBE;
}
.TagClassName
{
border-color: #8D5DBE;
}
</style>