Shades of Amethyst #8C5BCD
Tints of Amethyst #8C5BCD
RGB
CMYK
RGB Variations
Color information
#8C5BCD (or 0x8C5BCD) is known color: Amethyst. HEX triplet: 8C, 5B and CD. RGB value is (140,91,205). Sum of RGB (Red+Green+Blue) = 140+91+205=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C5BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BCD is #73A432. Grayscale: #767676. Windows color (decimal): -7578675 or 13458316. OLE color: 13458316.
HSL color Cylindrical-coordinate representation of color #8C5BCD: hue angle of 265.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C5BCD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 91 | 205 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.20 |
| HSL | 265.79º | 0.53% | 0.58% | - |
| HSV(B) | 265.79º | 0.56% | 0.8% | - |
| XYZ | 25.58 | 17.47 | 59.78 | - |
| YUV | 118.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 205 | 0.32 | 0.56 | 0 | 0.20 | 265.79 | 0.53 | 0.58 |
| Hex | 8C | 5B | CD | 20 | 38 | 0 | 14 | 10A | 35 | 3A |
| Octal | 214 | 133 | 315 | 40 | 70 | 0 | 24 | 412 | 65 | 72 |
| Binary | 10001100 | 1011011 | 11001101 | 100000 | 111000 | 0 | 10100 | 100001010 | 110101 | 111010 |
Color Harmonies of #8C5BCD
Complementary color
Monochromatic Colors of #8C5BCD
Black with #8C5BCD
Text Example
Text Example
White with #8C5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BCD; }
p { color: rgb(140,91,205); }
H1.HeaderClassName
{
color: #8C5BCD;
}
.AnyTagClassName
{
color: #8C5BCD;
}
</style>
background-color css
<style>
a { background-color: #8C5BCD; }
a { background-color: rgb(140,91,205); }
div.DivClassName
{
background-color: #8C5BCD;
}
.BgClassName
{
background-color: #8C5BCD;
}
</style>
border-color css
<style>
span { border-color: #8C5BCD; }
span { border-color: rgb(140,91,205); }
td.TdClassName
{
border-color: #8C5BCD;
}
.TagClassName
{
border-color: #8C5BCD;
}
</style>