Shades of Amethyst #8B5BCC
Tints of Amethyst #8B5BCC
RGB
CMYK
RGB Variations
Color information
#8B5BCC (or 0x8B5BCC) is known color: Amethyst. HEX triplet: 8B, 5B and CC. RGB value is (139,91,204). Sum of RGB (Red+Green+Blue) = 139+91+204=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BCC is #74A433. Grayscale: #757575. Windows color (decimal): -7644212 or 13392779. OLE color: 13392779.
HSL color Cylindrical-coordinate representation of color #8B5BCC: hue angle of 265.49º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B5BCC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 91 | 204 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.2 |
| HSL | 265.49º | 0.53% | 0.58% | - |
| HSV(B) | 265.49º | 0.55% | 0.8% | - |
| XYZ | 25.29 | 17.33 | 59.14 | - |
| YUV | 118.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 204 | 0.32 | 0.55 | 0 | 0.2 | 265.49 | 0.53 | 0.58 |
| Hex | 8B | 5B | CC | 20 | 37 | 0 | 14 | 109 | 35 | 3A |
| Octal | 213 | 133 | 314 | 40 | 67 | 0 | 24 | 411 | 65 | 72 |
| Binary | 10001011 | 1011011 | 11001100 | 100000 | 110111 | 0 | 10100 | 100001001 | 110101 | 111010 |
Color Harmonies of #8B5BCC
Complementary color
Monochromatic Colors of #8B5BCC
Black with #8B5BCC
Text Example
Text Example
White with #8B5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BCC; }
p { color: rgb(139,91,204); }
H1.HeaderClassName
{
color: #8B5BCC;
}
.AnyTagClassName
{
color: #8B5BCC;
}
</style>
background-color css
<style>
a { background-color: #8B5BCC; }
a { background-color: rgb(139,91,204); }
div.DivClassName
{
background-color: #8B5BCC;
}
.BgClassName
{
background-color: #8B5BCC;
}
</style>
border-color css
<style>
span { border-color: #8B5BCC; }
span { border-color: rgb(139,91,204); }
td.TdClassName
{
border-color: #8B5BCC;
}
.TagClassName
{
border-color: #8B5BCC;
}
</style>