Shades of Amethyst #8D5ACE
Tints of Amethyst #8D5ACE
RGB
CMYK
RGB Variations
Color information
#8D5ACE (or 0x8D5ACE) is known color: Amethyst. HEX triplet: 8D, 5A and CE. RGB value is (141,90,206). Sum of RGB (Red+Green+Blue) = 141+90+206=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ACE is #72A531. Grayscale: #767676. Windows color (decimal): -7513394 or 13523597. OLE color: 13523597.
HSL color Cylindrical-coordinate representation of color #8D5ACE: hue angle of 266.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5ACE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 90 | 206 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.19 |
| HSL | 266.38º | 0.54% | 0.58% | - |
| HSV(B) | 266.38º | 0.56% | 0.81% | - |
| XYZ | 25.78 | 17.43 | 60.4 | - |
| YUV | 118.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 206 | 0.32 | 0.56 | 0 | 0.19 | 266.38 | 0.54 | 0.58 |
| Hex | 8D | 5A | CE | 20 | 38 | 0 | 13 | 10A | 36 | 3A |
| Octal | 215 | 132 | 316 | 40 | 70 | 0 | 23 | 412 | 66 | 72 |
| Binary | 10001101 | 1011010 | 11001110 | 100000 | 111000 | 0 | 10011 | 100001010 | 110110 | 111010 |
Color Harmonies of #8D5ACE
Complementary color
Monochromatic Colors of #8D5ACE
Black with #8D5ACE
Text Example
Text Example
White with #8D5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5ACE; }
p { color: rgb(141,90,206); }
H1.HeaderClassName
{
color: #8D5ACE;
}
.AnyTagClassName
{
color: #8D5ACE;
}
</style>
background-color css
<style>
a { background-color: #8D5ACE; }
a { background-color: rgb(141,90,206); }
div.DivClassName
{
background-color: #8D5ACE;
}
.BgClassName
{
background-color: #8D5ACE;
}
</style>
border-color css
<style>
span { border-color: #8D5ACE; }
span { border-color: rgb(141,90,206); }
td.TdClassName
{
border-color: #8D5ACE;
}
.TagClassName
{
border-color: #8D5ACE;
}
</style>