Shades of Amethyst #8C59CC
Tints of Amethyst #8C59CC
RGB
CMYK
RGB Variations
Color information
#8C59CC (or 0x8C59CC) is known color: Amethyst. HEX triplet: 8C, 59 and CC. RGB value is (140,89,204). Sum of RGB (Red+Green+Blue) = 140+89+204=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59CC is #73A633. Grayscale: #747474. Windows color (decimal): -7579188 or 13392268. OLE color: 13392268.
HSL color Cylindrical-coordinate representation of color #8C59CC: hue angle of 266.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C59CC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 89 | 204 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.2 |
| HSL | 266.61º | 0.53% | 0.57% | - |
| HSV(B) | 266.61º | 0.56% | 0.8% | - |
| XYZ | 25.29 | 17.08 | 59.09 | - |
| YUV | 117.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 204 | 0.31 | 0.56 | 0 | 0.2 | 266.61 | 0.53 | 0.57 |
| Hex | 8C | 59 | CC | 1F | 38 | 0 | 14 | 10B | 35 | 39 |
| Octal | 214 | 131 | 314 | 37 | 70 | 0 | 24 | 413 | 65 | 71 |
| Binary | 10001100 | 1011001 | 11001100 | 11111 | 111000 | 0 | 10100 | 100001011 | 110101 | 111001 |
Color Harmonies of #8C59CC
Complementary color
Monochromatic Colors of #8C59CC
Black with #8C59CC
Text Example
Text Example
White with #8C59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59CC; }
p { color: rgb(140,89,204); }
H1.HeaderClassName
{
color: #8C59CC;
}
.AnyTagClassName
{
color: #8C59CC;
}
</style>
background-color css
<style>
a { background-color: #8C59CC; }
a { background-color: rgb(140,89,204); }
div.DivClassName
{
background-color: #8C59CC;
}
.BgClassName
{
background-color: #8C59CC;
}
</style>
border-color css
<style>
span { border-color: #8C59CC; }
span { border-color: rgb(140,89,204); }
td.TdClassName
{
border-color: #8C59CC;
}
.TagClassName
{
border-color: #8C59CC;
}
</style>