Shades of Amethyst #8C5CCE
Tints of Amethyst #8C5CCE
RGB
CMYK
RGB Variations
Color information
#8C5CCE (or 0x8C5CCE) is known color: Amethyst. HEX triplet: 8C, 5C and CE. RGB value is (140,92,206). Sum of RGB (Red+Green+Blue) = 140+92+206=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CCE is #73A331. Grayscale: #767676. Windows color (decimal): -7578418 or 13524108. OLE color: 13524108.
HSL color Cylindrical-coordinate representation of color #8C5CCE: hue angle of 265.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C5CCE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 92 | 206 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.19 |
| HSL | 265.26º | 0.54% | 0.58% | - |
| HSV(B) | 265.26º | 0.55% | 0.81% | - |
| XYZ | 25.78 | 17.69 | 60.45 | - |
| YUV | 119.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 206 | 0.32 | 0.55 | 0 | 0.19 | 265.26 | 0.54 | 0.58 |
| Hex | 8C | 5C | CE | 20 | 37 | 0 | 13 | 109 | 36 | 3A |
| Octal | 214 | 134 | 316 | 40 | 67 | 0 | 23 | 411 | 66 | 72 |
| Binary | 10001100 | 1011100 | 11001110 | 100000 | 110111 | 0 | 10011 | 100001001 | 110110 | 111010 |
Color Harmonies of #8C5CCE
Complementary color
Monochromatic Colors of #8C5CCE
Black with #8C5CCE
Text Example
Text Example
White with #8C5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CCE; }
p { color: rgb(140,92,206); }
H1.HeaderClassName
{
color: #8C5CCE;
}
.AnyTagClassName
{
color: #8C5CCE;
}
</style>
background-color css
<style>
a { background-color: #8C5CCE; }
a { background-color: rgb(140,92,206); }
div.DivClassName
{
background-color: #8C5CCE;
}
.BgClassName
{
background-color: #8C5CCE;
}
</style>
border-color css
<style>
span { border-color: #8C5CCE; }
span { border-color: rgb(140,92,206); }
td.TdClassName
{
border-color: #8C5CCE;
}
.TagClassName
{
border-color: #8C5CCE;
}
</style>