Shades of Amethyst #8C61CE
Tints of Amethyst #8C61CE
RGB
CMYK
RGB Variations
Color information
#8C61CE (or 0x8C61CE) is known color: Amethyst. HEX triplet: 8C, 61 and CE. RGB value is (140,97,206). Sum of RGB (Red+Green+Blue) = 140+97+206=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C61CE is #739E31. Grayscale: #797979. Windows color (decimal): -7577138 or 13525388. OLE color: 13525388.
HSL color Cylindrical-coordinate representation of color #8C61CE: hue angle of 263.67º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C61CE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 97 | 206 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.19 |
| HSL | 263.67º | 0.53% | 0.59% | - |
| HSV(B) | 263.67º | 0.53% | 0.81% | - |
| XYZ | 26.23 | 18.58 | 60.6 | - |
| YUV | 122.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 206 | 0.32 | 0.53 | 0 | 0.19 | 263.67 | 0.53 | 0.59 |
| Hex | 8C | 61 | CE | 20 | 35 | 0 | 13 | 108 | 35 | 3B |
| Octal | 214 | 141 | 316 | 40 | 65 | 0 | 23 | 410 | 65 | 73 |
| Binary | 10001100 | 1100001 | 11001110 | 100000 | 110101 | 0 | 10011 | 100001000 | 110101 | 111011 |
Color Harmonies of #8C61CE
Complementary color
Monochromatic Colors of #8C61CE
Black with #8C61CE
Text Example
Text Example
White with #8C61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C61CE; }
p { color: rgb(140,97,206); }
H1.HeaderClassName
{
color: #8C61CE;
}
.AnyTagClassName
{
color: #8C61CE;
}
</style>
background-color css
<style>
a { background-color: #8C61CE; }
a { background-color: rgb(140,97,206); }
div.DivClassName
{
background-color: #8C61CE;
}
.BgClassName
{
background-color: #8C61CE;
}
</style>
border-color css
<style>
span { border-color: #8C61CE; }
span { border-color: rgb(140,97,206); }
td.TdClassName
{
border-color: #8C61CE;
}
.TagClassName
{
border-color: #8C61CE;
}
</style>