Shades of Amethyst #8B59D6
Tints of Amethyst #8B59D6
RGB
CMYK
RGB Variations
Color information
#8B59D6 (or 0x8B59D6) is known color: Amethyst. HEX triplet: 8B, 59 and D6. RGB value is (139,89,214). Sum of RGB (Red+Green+Blue) = 139+89+214=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B59D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59D6 is #74A629. Grayscale: #757575. Windows color (decimal): -7644714 or 14047627. OLE color: 14047627.
HSL color Cylindrical-coordinate representation of color #8B59D6: hue angle of 264º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B59D6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 89 | 214 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.16 |
| HSL | 264º | 0.6% | 0.59% | - |
| HSV(B) | 264º | 0.58% | 0.84% | - |
| XYZ | 26.36 | 17.49 | 65.6 | - |
| YUV | 118.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 214 | 0.35 | 0.58 | 0 | 0.16 | 264 | 0.6 | 0.59 |
| Hex | 8B | 59 | D6 | 23 | 3A | 0 | 10 | 108 | 3C | 3B |
| Octal | 213 | 131 | 326 | 43 | 72 | 0 | 20 | 410 | 74 | 73 |
| Binary | 10001011 | 1011001 | 11010110 | 100011 | 111010 | 0 | 10000 | 100001000 | 111100 | 111011 |
Color Harmonies of #8B59D6
Complementary color
Monochromatic Colors of #8B59D6
Black with #8B59D6
Text Example
Text Example
White with #8B59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59D6; }
p { color: rgb(139,89,214); }
H1.HeaderClassName
{
color: #8B59D6;
}
.AnyTagClassName
{
color: #8B59D6;
}
</style>
background-color css
<style>
a { background-color: #8B59D6; }
a { background-color: rgb(139,89,214); }
div.DivClassName
{
background-color: #8B59D6;
}
.BgClassName
{
background-color: #8B59D6;
}
</style>
border-color css
<style>
span { border-color: #8B59D6; }
span { border-color: rgb(139,89,214); }
td.TdClassName
{
border-color: #8B59D6;
}
.TagClassName
{
border-color: #8B59D6;
}
</style>