Shades of Amethyst #8C60C7
Tints of Amethyst #8C60C7
RGB
CMYK
RGB Variations
Color information
#8C60C7 (or 0x8C60C7) is known color: Amethyst. HEX triplet: 8C, 60 and C7. RGB value is (140,96,199). Sum of RGB (Red+Green+Blue) = 140+96+199=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C60C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60C7 is #739F38. Grayscale: #787878. Windows color (decimal): -7577401 or 13066380. OLE color: 13066380.
HSL color Cylindrical-coordinate representation of color #8C60C7: hue angle of 265.63º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C60C7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 96 | 199 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.22 |
| HSL | 265.63º | 0.48% | 0.58% | - |
| HSV(B) | 265.63º | 0.52% | 0.78% | - |
| XYZ | 25.31 | 18.06 | 56.19 | - |
| YUV | 120.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 199 | 0.30 | 0.52 | 0 | 0.22 | 265.63 | 0.48 | 0.58 |
| Hex | 8C | 60 | C7 | 1E | 34 | 0 | 16 | 10A | 30 | 3A |
| Octal | 214 | 140 | 307 | 36 | 64 | 0 | 26 | 412 | 60 | 72 |
| Binary | 10001100 | 1100000 | 11000111 | 11110 | 110100 | 0 | 10110 | 100001010 | 110000 | 111010 |
Color Harmonies of #8C60C7
Complementary color
Monochromatic Colors of #8C60C7
Black with #8C60C7
Text Example
Text Example
White with #8C60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60C7; }
p { color: rgb(140,96,199); }
H1.HeaderClassName
{
color: #8C60C7;
}
.AnyTagClassName
{
color: #8C60C7;
}
</style>
background-color css
<style>
a { background-color: #8C60C7; }
a { background-color: rgb(140,96,199); }
div.DivClassName
{
background-color: #8C60C7;
}
.BgClassName
{
background-color: #8C60C7;
}
</style>
border-color css
<style>
span { border-color: #8C60C7; }
span { border-color: rgb(140,96,199); }
td.TdClassName
{
border-color: #8C60C7;
}
.TagClassName
{
border-color: #8C60C7;
}
</style>