Shades of Amethyst #8B56CA
Tints of Amethyst #8B56CA
RGB
CMYK
RGB Variations
Color information
#8B56CA (or 0x8B56CA) is known color: Amethyst. HEX triplet: 8B, 56 and CA. RGB value is (139,86,202). Sum of RGB (Red+Green+Blue) = 139+86+202=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56CA is #74A935. Grayscale: #727272. Windows color (decimal): -7645494 or 13260427. OLE color: 13260427.
HSL color Cylindrical-coordinate representation of color #8B56CA: hue angle of 267.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B56CA is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 86 | 202 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.21 |
| HSL | 267.41º | 0.52% | 0.56% | - |
| HSV(B) | 267.41º | 0.57% | 0.79% | - |
| XYZ | 24.64 | 16.41 | 57.75 | - |
| YUV | 115.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 202 | 0.31 | 0.57 | 0 | 0.21 | 267.41 | 0.52 | 0.56 |
| Hex | 8B | 56 | CA | 1F | 39 | 0 | 15 | 10B | 34 | 38 |
| Octal | 213 | 126 | 312 | 37 | 71 | 0 | 25 | 413 | 64 | 70 |
| Binary | 10001011 | 1010110 | 11001010 | 11111 | 111001 | 0 | 10101 | 100001011 | 110100 | 111000 |
Color Harmonies of #8B56CA
Complementary color
Monochromatic Colors of #8B56CA
Black with #8B56CA
Text Example
Text Example
White with #8B56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B56CA; }
p { color: rgb(139,86,202); }
H1.HeaderClassName
{
color: #8B56CA;
}
.AnyTagClassName
{
color: #8B56CA;
}
</style>
background-color css
<style>
a { background-color: #8B56CA; }
a { background-color: rgb(139,86,202); }
div.DivClassName
{
background-color: #8B56CA;
}
.BgClassName
{
background-color: #8B56CA;
}
</style>
border-color css
<style>
span { border-color: #8B56CA; }
span { border-color: rgb(139,86,202); }
td.TdClassName
{
border-color: #8B56CA;
}
.TagClassName
{
border-color: #8B56CA;
}
</style>