Shades of Amethyst #8C5ACC
Tints of Amethyst #8C5ACC
RGB
CMYK
RGB Variations
Color information
#8C5ACC (or 0x8C5ACC) is known color: Amethyst. HEX triplet: 8C, 5A and CC. RGB value is (140,90,204). Sum of RGB (Red+Green+Blue) = 140+90+204=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ACC is #73A533. Grayscale: #757575. Windows color (decimal): -7578932 or 13392524. OLE color: 13392524.
HSL color Cylindrical-coordinate representation of color #8C5ACC: hue angle of 266.32º 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 #8C5ACC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 90 | 204 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.2 |
| HSL | 266.32º | 0.53% | 0.58% | - |
| HSV(B) | 266.32º | 0.56% | 0.8% | - |
| XYZ | 25.37 | 17.25 | 59.12 | - |
| YUV | 117.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 204 | 0.31 | 0.56 | 0 | 0.2 | 266.32 | 0.53 | 0.58 |
| Hex | 8C | 5A | CC | 1F | 38 | 0 | 14 | 10A | 35 | 3A |
| Octal | 214 | 132 | 314 | 37 | 70 | 0 | 24 | 412 | 65 | 72 |
| Binary | 10001100 | 1011010 | 11001100 | 11111 | 111000 | 0 | 10100 | 100001010 | 110101 | 111010 |
Color Harmonies of #8C5ACC
Complementary color
Monochromatic Colors of #8C5ACC
Black with #8C5ACC
Text Example
Text Example
White with #8C5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5ACC; }
p { color: rgb(140,90,204); }
H1.HeaderClassName
{
color: #8C5ACC;
}
.AnyTagClassName
{
color: #8C5ACC;
}
</style>
background-color css
<style>
a { background-color: #8C5ACC; }
a { background-color: rgb(140,90,204); }
div.DivClassName
{
background-color: #8C5ACC;
}
.BgClassName
{
background-color: #8C5ACC;
}
</style>
border-color css
<style>
span { border-color: #8C5ACC; }
span { border-color: rgb(140,90,204); }
td.TdClassName
{
border-color: #8C5ACC;
}
.TagClassName
{
border-color: #8C5ACC;
}
</style>