Shades of Amethyst #8C5CCD
Tints of Amethyst #8C5CCD
RGB
CMYK
RGB Variations
Color information
#8C5CCD (or 0x8C5CCD) is known color: Amethyst. HEX triplet: 8C, 5C and CD. RGB value is (140,92,205). Sum of RGB (Red+Green+Blue) = 140+92+205=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CCD is #73A332. Grayscale: #767676. Windows color (decimal): -7578419 or 13458572. OLE color: 13458572.
HSL color Cylindrical-coordinate representation of color #8C5CCD: hue angle of 265.49º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C5CCD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 92 | 205 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.20 |
| HSL | 265.49º | 0.53% | 0.58% | - |
| HSV(B) | 265.49º | 0.55% | 0.8% | - |
| XYZ | 25.66 | 17.64 | 59.81 | - |
| YUV | 119.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 205 | 0.32 | 0.55 | 0 | 0.20 | 265.49 | 0.53 | 0.58 |
| Hex | 8C | 5C | CD | 20 | 37 | 0 | 14 | 109 | 35 | 3A |
| Octal | 214 | 134 | 315 | 40 | 67 | 0 | 24 | 411 | 65 | 72 |
| Binary | 10001100 | 1011100 | 11001101 | 100000 | 110111 | 0 | 10100 | 100001001 | 110101 | 111010 |
Color Harmonies of #8C5CCD
Complementary color
Monochromatic Colors of #8C5CCD
Black with #8C5CCD
Text Example
Text Example
White with #8C5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CCD; }
p { color: rgb(140,92,205); }
H1.HeaderClassName
{
color: #8C5CCD;
}
.AnyTagClassName
{
color: #8C5CCD;
}
</style>
background-color css
<style>
a { background-color: #8C5CCD; }
a { background-color: rgb(140,92,205); }
div.DivClassName
{
background-color: #8C5CCD;
}
.BgClassName
{
background-color: #8C5CCD;
}
</style>
border-color css
<style>
span { border-color: #8C5CCD; }
span { border-color: rgb(140,92,205); }
td.TdClassName
{
border-color: #8C5CCD;
}
.TagClassName
{
border-color: #8C5CCD;
}
</style>