Shades of Amethyst #8C5BCC
Tints of Amethyst #8C5BCC
RGB
CMYK
RGB Variations
Color information
#8C5BCC (or 0x8C5BCC) is known color: Amethyst. HEX triplet: 8C, 5B and CC. RGB value is (140,91,204). Sum of RGB (Red+Green+Blue) = 140+91+204=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BCC is #73A433. Grayscale: #767676. Windows color (decimal): -7578676 or 13392780. OLE color: 13392780.
HSL color Cylindrical-coordinate representation of color #8C5BCC: hue angle of 266.02º 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 #8C5BCC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 91 | 204 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.2 |
| HSL | 266.02º | 0.53% | 0.58% | - |
| HSV(B) | 266.02º | 0.55% | 0.8% | - |
| XYZ | 25.46 | 17.42 | 59.15 | - |
| YUV | 118.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 204 | 0.31 | 0.55 | 0 | 0.2 | 266.02 | 0.53 | 0.58 |
| Hex | 8C | 5B | CC | 1F | 37 | 0 | 14 | 10A | 35 | 3A |
| Octal | 214 | 133 | 314 | 37 | 67 | 0 | 24 | 412 | 65 | 72 |
| Binary | 10001100 | 1011011 | 11001100 | 11111 | 110111 | 0 | 10100 | 100001010 | 110101 | 111010 |
Color Harmonies of #8C5BCC
Complementary color
Monochromatic Colors of #8C5BCC
Black with #8C5BCC
Text Example
Text Example
White with #8C5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BCC; }
p { color: rgb(140,91,204); }
H1.HeaderClassName
{
color: #8C5BCC;
}
.AnyTagClassName
{
color: #8C5BCC;
}
</style>
background-color css
<style>
a { background-color: #8C5BCC; }
a { background-color: rgb(140,91,204); }
div.DivClassName
{
background-color: #8C5BCC;
}
.BgClassName
{
background-color: #8C5BCC;
}
</style>
border-color css
<style>
span { border-color: #8C5BCC; }
span { border-color: rgb(140,91,204); }
td.TdClassName
{
border-color: #8C5BCC;
}
.TagClassName
{
border-color: #8C5BCC;
}
</style>