Shades of Amethyst #8B56CE
Tints of Amethyst #8B56CE
RGB
CMYK
RGB Variations
Color information
#8B56CE (or 0x8B56CE) is known color: Amethyst. HEX triplet: 8B, 56 and CE. RGB value is (139,86,206). Sum of RGB (Red+Green+Blue) = 139+86+206=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56CE is #74A931. Grayscale: #737373. Windows color (decimal): -7645490 or 13522571. OLE color: 13522571.
HSL color Cylindrical-coordinate representation of color #8B56CE: hue angle of 266.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B56CE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 86 | 206 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.19 |
| HSL | 266.5º | 0.55% | 0.57% | - |
| HSV(B) | 266.5º | 0.58% | 0.81% | - |
| XYZ | 25.12 | 16.6 | 60.27 | - |
| YUV | 115.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 206 | 0.33 | 0.58 | 0 | 0.19 | 266.5 | 0.55 | 0.57 |
| Hex | 8B | 56 | CE | 21 | 3A | 0 | 13 | 10A | 37 | 39 |
| Octal | 213 | 126 | 316 | 41 | 72 | 0 | 23 | 412 | 67 | 71 |
| Binary | 10001011 | 1010110 | 11001110 | 100001 | 111010 | 0 | 10011 | 100001010 | 110111 | 111001 |
Color Harmonies of #8B56CE
Complementary color
Monochromatic Colors of #8B56CE
Black with #8B56CE
Text Example
Text Example
White with #8B56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B56CE; }
p { color: rgb(139,86,206); }
H1.HeaderClassName
{
color: #8B56CE;
}
.AnyTagClassName
{
color: #8B56CE;
}
</style>
background-color css
<style>
a { background-color: #8B56CE; }
a { background-color: rgb(139,86,206); }
div.DivClassName
{
background-color: #8B56CE;
}
.BgClassName
{
background-color: #8B56CE;
}
</style>
border-color css
<style>
span { border-color: #8B56CE; }
span { border-color: rgb(139,86,206); }
td.TdClassName
{
border-color: #8B56CE;
}
.TagClassName
{
border-color: #8B56CE;
}
</style>