Shades of Amethyst #8D59CF
Tints of Amethyst #8D59CF
RGB
CMYK
RGB Variations
Color information
#8D59CF (or 0x8D59CF) is known color: Amethyst. HEX triplet: 8D, 59 and CF. RGB value is (141,89,207). Sum of RGB (Red+Green+Blue) = 141+89+207=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D59CF is #72A630. Grayscale: #757575. Windows color (decimal): -7513649 or 13588877. OLE color: 13588877.
HSL color Cylindrical-coordinate representation of color #8D59CF: hue angle of 266.44º 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 #8D59CF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 89 | 207 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.19 |
| HSL | 266.44º | 0.55% | 0.58% | - |
| HSV(B) | 266.44º | 0.57% | 0.81% | - |
| XYZ | 25.82 | 17.31 | 61.01 | - |
| YUV | 118 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 207 | 0.32 | 0.57 | 0 | 0.19 | 266.44 | 0.55 | 0.58 |
| Hex | 8D | 59 | CF | 20 | 39 | 0 | 13 | 10A | 37 | 3A |
| Octal | 215 | 131 | 317 | 40 | 71 | 0 | 23 | 412 | 67 | 72 |
| Binary | 10001101 | 1011001 | 11001111 | 100000 | 111001 | 0 | 10011 | 100001010 | 110111 | 111010 |
Color Harmonies of #8D59CF
Complementary color
Monochromatic Colors of #8D59CF
Black with #8D59CF
Text Example
Text Example
White with #8D59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D59CF; }
p { color: rgb(141,89,207); }
H1.HeaderClassName
{
color: #8D59CF;
}
.AnyTagClassName
{
color: #8D59CF;
}
</style>
background-color css
<style>
a { background-color: #8D59CF; }
a { background-color: rgb(141,89,207); }
div.DivClassName
{
background-color: #8D59CF;
}
.BgClassName
{
background-color: #8D59CF;
}
</style>
border-color css
<style>
span { border-color: #8D59CF; }
span { border-color: rgb(141,89,207); }
td.TdClassName
{
border-color: #8D59CF;
}
.TagClassName
{
border-color: #8D59CF;
}
</style>