Shades of Amethyst #8C60CD
Tints of Amethyst #8C60CD
RGB
CMYK
RGB Variations
Color information
#8C60CD (or 0x8C60CD) is known color: Amethyst. HEX triplet: 8C, 60 and CD. RGB value is (140,96,205). Sum of RGB (Red+Green+Blue) = 140+96+205=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60CD is #739F32. Grayscale: #797979. Windows color (decimal): -7577395 or 13459596. OLE color: 13459596.
HSL color Cylindrical-coordinate representation of color #8C60CD: hue angle of 264.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C60CD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 96 | 205 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.20 |
| HSL | 264.22º | 0.52% | 0.59% | - |
| HSV(B) | 264.22º | 0.53% | 0.8% | - |
| XYZ | 26.02 | 18.35 | 59.93 | - |
| YUV | 121.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 205 | 0.32 | 0.53 | 0 | 0.20 | 264.22 | 0.52 | 0.59 |
| Hex | 8C | 60 | CD | 20 | 35 | 0 | 14 | 108 | 34 | 3B |
| Octal | 214 | 140 | 315 | 40 | 65 | 0 | 24 | 410 | 64 | 73 |
| Binary | 10001100 | 1100000 | 11001101 | 100000 | 110101 | 0 | 10100 | 100001000 | 110100 | 111011 |
Color Harmonies of #8C60CD
Complementary color
Monochromatic Colors of #8C60CD
Black with #8C60CD
Text Example
Text Example
White with #8C60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60CD; }
p { color: rgb(140,96,205); }
H1.HeaderClassName
{
color: #8C60CD;
}
.AnyTagClassName
{
color: #8C60CD;
}
</style>
background-color css
<style>
a { background-color: #8C60CD; }
a { background-color: rgb(140,96,205); }
div.DivClassName
{
background-color: #8C60CD;
}
.BgClassName
{
background-color: #8C60CD;
}
</style>
border-color css
<style>
span { border-color: #8C60CD; }
span { border-color: rgb(140,96,205); }
td.TdClassName
{
border-color: #8C60CD;
}
.TagClassName
{
border-color: #8C60CD;
}
</style>