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