Shades of Amethyst #8D59CD
Tints of Amethyst #8D59CD
RGB
CMYK
RGB Variations
Color information
#8D59CD (or 0x8D59CD) is known color: Amethyst. HEX triplet: 8D, 59 and CD. RGB value is (141,89,205). Sum of RGB (Red+Green+Blue) = 141+89+205=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D59CD is #72A632. Grayscale: #757575. Windows color (decimal): -7513651 or 13457805. OLE color: 13457805.
HSL color Cylindrical-coordinate representation of color #8D59CD: hue angle of 266.9º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D59CD is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 89 | 205 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.20 |
| HSL | 266.9º | 0.54% | 0.58% | - |
| HSV(B) | 266.9º | 0.57% | 0.8% | - |
| XYZ | 25.58 | 17.22 | 59.73 | - |
| YUV | 117.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 205 | 0.31 | 0.57 | 0 | 0.20 | 266.9 | 0.54 | 0.58 |
| Hex | 8D | 59 | CD | 1F | 39 | 0 | 14 | 10B | 36 | 3A |
| Octal | 215 | 131 | 315 | 37 | 71 | 0 | 24 | 413 | 66 | 72 |
| Binary | 10001101 | 1011001 | 11001101 | 11111 | 111001 | 0 | 10100 | 100001011 | 110110 | 111010 |
Color Harmonies of #8D59CD
Complementary color
Monochromatic Colors of #8D59CD
Black with #8D59CD
Text Example
Text Example
White with #8D59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D59CD; }
p { color: rgb(141,89,205); }
H1.HeaderClassName
{
color: #8D59CD;
}
.AnyTagClassName
{
color: #8D59CD;
}
</style>
background-color css
<style>
a { background-color: #8D59CD; }
a { background-color: rgb(141,89,205); }
div.DivClassName
{
background-color: #8D59CD;
}
.BgClassName
{
background-color: #8D59CD;
}
</style>
border-color css
<style>
span { border-color: #8D59CD; }
span { border-color: rgb(141,89,205); }
td.TdClassName
{
border-color: #8D59CD;
}
.TagClassName
{
border-color: #8D59CD;
}
</style>