Shades of Amethyst #8C5BC0
Tints of Amethyst #8C5BC0
RGB
CMYK
RGB Variations
Color information
#8C5BC0 (or 0x8C5BC0) is known color: Amethyst. HEX triplet: 8C, 5B and C0. RGB value is (140,91,192). Sum of RGB (Red+Green+Blue) = 140+91+192=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C5BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BC0 is #73A43F. Grayscale: #747474. Windows color (decimal): -7578688 or 12606348. OLE color: 12606348.
HSL color Cylindrical-coordinate representation of color #8C5BC0: hue angle of 269.11º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C5BC0 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 91 | 192 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.25 |
| HSL | 269.11º | 0.44% | 0.55% | - |
| HSV(B) | 269.11º | 0.53% | 0.75% | - |
| XYZ | 24.07 | 16.86 | 51.86 | - |
| YUV | 117.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 192 | 0.27 | 0.53 | 0 | 0.25 | 269.11 | 0.44 | 0.55 |
| Hex | 8C | 5B | C0 | 1B | 35 | 0 | 19 | 10D | 2C | 37 |
| Octal | 214 | 133 | 300 | 33 | 65 | 0 | 31 | 415 | 54 | 67 |
| Binary | 10001100 | 1011011 | 11000000 | 11011 | 110101 | 0 | 11001 | 100001101 | 101100 | 110111 |
Color Harmonies of #8C5BC0
Complementary color
Monochromatic Colors of #8C5BC0
Black with #8C5BC0
Text Example
Text Example
White with #8C5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BC0; }
p { color: rgb(140,91,192); }
H1.HeaderClassName
{
color: #8C5BC0;
}
.AnyTagClassName
{
color: #8C5BC0;
}
</style>
background-color css
<style>
a { background-color: #8C5BC0; }
a { background-color: rgb(140,91,192); }
div.DivClassName
{
background-color: #8C5BC0;
}
.BgClassName
{
background-color: #8C5BC0;
}
</style>
border-color css
<style>
span { border-color: #8C5BC0; }
span { border-color: rgb(140,91,192); }
td.TdClassName
{
border-color: #8C5BC0;
}
.TagClassName
{
border-color: #8C5BC0;
}
</style>