Shades of Amethyst #8D57CF
Tints of Amethyst #8D57CF
RGB
CMYK
RGB Variations
Color information
#8D57CF (or 0x8D57CF) is known color: Amethyst. HEX triplet: 8D, 57 and CF. RGB value is (141,87,207). Sum of RGB (Red+Green+Blue) = 141+87+207=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D57CF is #72A830. Grayscale: #747474. Windows color (decimal): -7514161 or 13588365. OLE color: 13588365.
HSL color Cylindrical-coordinate representation of color #8D57CF: hue angle of 267º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D57CF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 87 | 207 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.19 |
| HSL | 267º | 0.56% | 0.58% | - |
| HSV(B) | 267º | 0.58% | 0.81% | - |
| XYZ | 25.66 | 16.98 | 60.96 | - |
| YUV | 116.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 207 | 0.32 | 0.58 | 0 | 0.19 | 267 | 0.56 | 0.58 |
| Hex | 8D | 57 | CF | 20 | 3A | 0 | 13 | 10B | 38 | 3A |
| Octal | 215 | 127 | 317 | 40 | 72 | 0 | 23 | 413 | 70 | 72 |
| Binary | 10001101 | 1010111 | 11001111 | 100000 | 111010 | 0 | 10011 | 100001011 | 111000 | 111010 |
Color Harmonies of #8D57CF
Complementary color
Monochromatic Colors of #8D57CF
Black with #8D57CF
Text Example
Text Example
White with #8D57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D57CF; }
p { color: rgb(141,87,207); }
H1.HeaderClassName
{
color: #8D57CF;
}
.AnyTagClassName
{
color: #8D57CF;
}
</style>
background-color css
<style>
a { background-color: #8D57CF; }
a { background-color: rgb(141,87,207); }
div.DivClassName
{
background-color: #8D57CF;
}
.BgClassName
{
background-color: #8D57CF;
}
</style>
border-color css
<style>
span { border-color: #8D57CF; }
span { border-color: rgb(141,87,207); }
td.TdClassName
{
border-color: #8D57CF;
}
.TagClassName
{
border-color: #8D57CF;
}
</style>