Shades of Amethyst #8B59C2
Tints of Amethyst #8B59C2
RGB
CMYK
RGB Variations
Color information
#8B59C2 (or 0x8B59C2) is known color: Amethyst. HEX triplet: 8B, 59 and C2. RGB value is (139,89,194). Sum of RGB (Red+Green+Blue) = 139+89+194=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B59C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59C2 is #74A63D. Grayscale: #737373. Windows color (decimal): -7644734 or 12736907. OLE color: 12736907.
HSL color Cylindrical-coordinate representation of color #8B59C2: hue angle of 268.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B59C2 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 89 | 194 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.24 |
| HSL | 268.57º | 0.46% | 0.55% | - |
| HSV(B) | 268.57º | 0.54% | 0.76% | - |
| XYZ | 23.96 | 16.53 | 52.97 | - |
| YUV | 115.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 194 | 0.28 | 0.54 | 0 | 0.24 | 268.57 | 0.46 | 0.55 |
| Hex | 8B | 59 | C2 | 1C | 36 | 0 | 18 | 10D | 2E | 37 |
| Octal | 213 | 131 | 302 | 34 | 66 | 0 | 30 | 415 | 56 | 67 |
| Binary | 10001011 | 1011001 | 11000010 | 11100 | 110110 | 0 | 11000 | 100001101 | 101110 | 110111 |
Color Harmonies of #8B59C2
Complementary color
Monochromatic Colors of #8B59C2
Black with #8B59C2
Text Example
Text Example
White with #8B59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59C2; }
p { color: rgb(139,89,194); }
H1.HeaderClassName
{
color: #8B59C2;
}
.AnyTagClassName
{
color: #8B59C2;
}
</style>
background-color css
<style>
a { background-color: #8B59C2; }
a { background-color: rgb(139,89,194); }
div.DivClassName
{
background-color: #8B59C2;
}
.BgClassName
{
background-color: #8B59C2;
}
</style>
border-color css
<style>
span { border-color: #8B59C2; }
span { border-color: rgb(139,89,194); }
td.TdClassName
{
border-color: #8B59C2;
}
.TagClassName
{
border-color: #8B59C2;
}
</style>