Shades of Amethyst #8C57CF
Tints of Amethyst #8C57CF
RGB
CMYK
RGB Variations
Color information
#8C57CF (or 0x8C57CF) is known color: Amethyst. HEX triplet: 8C, 57 and CF. RGB value is (140,87,207). Sum of RGB (Red+Green+Blue) = 140+87+207=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57CF is #73A830. Grayscale: #747474. Windows color (decimal): -7579697 or 13588364. OLE color: 13588364.
HSL color Cylindrical-coordinate representation of color #8C57CF: hue angle of 266.5º 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 #8C57CF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 87 | 207 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.19 |
| HSL | 266.5º | 0.56% | 0.58% | - |
| HSV(B) | 266.5º | 0.58% | 0.81% | - |
| XYZ | 25.49 | 16.9 | 60.95 | - |
| YUV | 116.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 207 | 0.32 | 0.58 | 0 | 0.19 | 266.5 | 0.56 | 0.58 |
| Hex | 8C | 57 | CF | 20 | 3A | 0 | 13 | 10A | 38 | 3A |
| Octal | 214 | 127 | 317 | 40 | 72 | 0 | 23 | 412 | 70 | 72 |
| Binary | 10001100 | 1010111 | 11001111 | 100000 | 111010 | 0 | 10011 | 100001010 | 111000 | 111010 |
Color Harmonies of #8C57CF
Complementary color
Monochromatic Colors of #8C57CF
Black with #8C57CF
Text Example
Text Example
White with #8C57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C57CF; }
p { color: rgb(140,87,207); }
H1.HeaderClassName
{
color: #8C57CF;
}
.AnyTagClassName
{
color: #8C57CF;
}
</style>
background-color css
<style>
a { background-color: #8C57CF; }
a { background-color: rgb(140,87,207); }
div.DivClassName
{
background-color: #8C57CF;
}
.BgClassName
{
background-color: #8C57CF;
}
</style>
border-color css
<style>
span { border-color: #8C57CF; }
span { border-color: rgb(140,87,207); }
td.TdClassName
{
border-color: #8C57CF;
}
.TagClassName
{
border-color: #8C57CF;
}
</style>