Shades of Amethyst #8D58CE
Tints of Amethyst #8D58CE
RGB
CMYK
RGB Variations
Color information
#8D58CE (or 0x8D58CE) is known color: Amethyst. HEX triplet: 8D, 58 and CE. RGB value is (141,88,206). Sum of RGB (Red+Green+Blue) = 141+88+206=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58CE is #72A731. Grayscale: #747474. Windows color (decimal): -7513906 or 13523085. OLE color: 13523085.
HSL color Cylindrical-coordinate representation of color #8D58CE: hue angle of 266.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D58CE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 88 | 206 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.19 |
| HSL | 266.95º | 0.55% | 0.58% | - |
| HSV(B) | 266.95º | 0.57% | 0.81% | - |
| XYZ | 25.61 | 17.1 | 60.34 | - |
| YUV | 117.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 206 | 0.32 | 0.57 | 0 | 0.19 | 266.95 | 0.55 | 0.58 |
| Hex | 8D | 58 | CE | 20 | 39 | 0 | 13 | 10B | 37 | 3A |
| Octal | 215 | 130 | 316 | 40 | 71 | 0 | 23 | 413 | 67 | 72 |
| Binary | 10001101 | 1011000 | 11001110 | 100000 | 111001 | 0 | 10011 | 100001011 | 110111 | 111010 |
Color Harmonies of #8D58CE
Complementary color
Monochromatic Colors of #8D58CE
Black with #8D58CE
Text Example
Text Example
White with #8D58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D58CE; }
p { color: rgb(141,88,206); }
H1.HeaderClassName
{
color: #8D58CE;
}
.AnyTagClassName
{
color: #8D58CE;
}
</style>
background-color css
<style>
a { background-color: #8D58CE; }
a { background-color: rgb(141,88,206); }
div.DivClassName
{
background-color: #8D58CE;
}
.BgClassName
{
background-color: #8D58CE;
}
</style>
border-color css
<style>
span { border-color: #8D58CE; }
span { border-color: rgb(141,88,206); }
td.TdClassName
{
border-color: #8D58CE;
}
.TagClassName
{
border-color: #8D58CE;
}
</style>