Shades of Amethyst #8C61CA
Tints of Amethyst #8C61CA
RGB
CMYK
RGB Variations
Color information
#8C61CA (or 0x8C61CA) is known color: Amethyst. HEX triplet: 8C, 61 and CA. RGB value is (140,97,202). Sum of RGB (Red+Green+Blue) = 140+97+202=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C61CA is #739E35. Grayscale: #797979. Windows color (decimal): -7577142 or 13263244. OLE color: 13263244.
HSL color Cylindrical-coordinate representation of color #8C61CA: hue angle of 264.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C61CA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 97 | 202 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.21 |
| HSL | 264.57º | 0.5% | 0.59% | - |
| HSV(B) | 264.57º | 0.52% | 0.79% | - |
| XYZ | 25.75 | 18.39 | 58.07 | - |
| YUV | 121.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 202 | 0.31 | 0.52 | 0 | 0.21 | 264.57 | 0.5 | 0.59 |
| Hex | 8C | 61 | CA | 1F | 34 | 0 | 15 | 109 | 32 | 3B |
| Octal | 214 | 141 | 312 | 37 | 64 | 0 | 25 | 411 | 62 | 73 |
| Binary | 10001100 | 1100001 | 11001010 | 11111 | 110100 | 0 | 10101 | 100001001 | 110010 | 111011 |
Color Harmonies of #8C61CA
Complementary color
Monochromatic Colors of #8C61CA
Black with #8C61CA
Text Example
Text Example
White with #8C61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C61CA; }
p { color: rgb(140,97,202); }
H1.HeaderClassName
{
color: #8C61CA;
}
.AnyTagClassName
{
color: #8C61CA;
}
</style>
background-color css
<style>
a { background-color: #8C61CA; }
a { background-color: rgb(140,97,202); }
div.DivClassName
{
background-color: #8C61CA;
}
.BgClassName
{
background-color: #8C61CA;
}
</style>
border-color css
<style>
span { border-color: #8C61CA; }
span { border-color: rgb(140,97,202); }
td.TdClassName
{
border-color: #8C61CA;
}
.TagClassName
{
border-color: #8C61CA;
}
</style>