Shades of Amethyst #8B60CA
Tints of Amethyst #8B60CA
RGB
CMYK
RGB Variations
Color information
#8B60CA (or 0x8B60CA) is known color: Amethyst. HEX triplet: 8B, 60 and CA. RGB value is (139,96,202). Sum of RGB (Red+Green+Blue) = 139+96+202=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60CA is #749F35. Grayscale: #787878. Windows color (decimal): -7642934 or 13262987. OLE color: 13262987.
HSL color Cylindrical-coordinate representation of color #8B60CA: hue angle of 264.34º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B60CA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 96 | 202 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.21 |
| HSL | 264.34º | 0.5% | 0.58% | - |
| HSV(B) | 264.34º | 0.52% | 0.79% | - |
| XYZ | 25.49 | 18.12 | 58.03 | - |
| YUV | 120.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 202 | 0.31 | 0.52 | 0 | 0.21 | 264.34 | 0.5 | 0.58 |
| Hex | 8B | 60 | CA | 1F | 34 | 0 | 15 | 108 | 32 | 3A |
| Octal | 213 | 140 | 312 | 37 | 64 | 0 | 25 | 410 | 62 | 72 |
| Binary | 10001011 | 1100000 | 11001010 | 11111 | 110100 | 0 | 10101 | 100001000 | 110010 | 111010 |
Color Harmonies of #8B60CA
Complementary color
Monochromatic Colors of #8B60CA
Black with #8B60CA
Text Example
Text Example
White with #8B60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B60CA; }
p { color: rgb(139,96,202); }
H1.HeaderClassName
{
color: #8B60CA;
}
.AnyTagClassName
{
color: #8B60CA;
}
</style>
background-color css
<style>
a { background-color: #8B60CA; }
a { background-color: rgb(139,96,202); }
div.DivClassName
{
background-color: #8B60CA;
}
.BgClassName
{
background-color: #8B60CA;
}
</style>
border-color css
<style>
span { border-color: #8B60CA; }
span { border-color: rgb(139,96,202); }
td.TdClassName
{
border-color: #8B60CA;
}
.TagClassName
{
border-color: #8B60CA;
}
</style>