Shades of Amethyst #8B50CC
Tints of Amethyst #8B50CC
RGB
CMYK
RGB Variations
Color information
#8B50CC (or 0x8B50CC) is known color: Amethyst. HEX triplet: 8B, 50 and CC. RGB value is (139,80,204). Sum of RGB (Red+Green+Blue) = 139+80+204=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50CC is #74AF33. Grayscale: #6F6F6F. Windows color (decimal): -7647028 or 13389963. OLE color: 13389963.
HSL color Cylindrical-coordinate representation of color #8B50CC: hue angle of 268.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B50CC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 80 | 204 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.2 |
| HSL | 268.55º | 0.55% | 0.56% | - |
| HSV(B) | 268.55º | 0.61% | 0.8% | - |
| XYZ | 24.42 | 15.59 | 58.85 | - |
| YUV | 111.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 204 | 0.32 | 0.61 | 0 | 0.2 | 268.55 | 0.55 | 0.56 |
| Hex | 8B | 50 | CC | 20 | 3D | 0 | 14 | 10D | 37 | 38 |
| Octal | 213 | 120 | 314 | 40 | 75 | 0 | 24 | 415 | 67 | 70 |
| Binary | 10001011 | 1010000 | 11001100 | 100000 | 111101 | 0 | 10100 | 100001101 | 110111 | 111000 |
Color Harmonies of #8B50CC
Complementary color
Monochromatic Colors of #8B50CC
Black with #8B50CC
Text Example
Text Example
White with #8B50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50CC; }
p { color: rgb(139,80,204); }
H1.HeaderClassName
{
color: #8B50CC;
}
.AnyTagClassName
{
color: #8B50CC;
}
</style>
background-color css
<style>
a { background-color: #8B50CC; }
a { background-color: rgb(139,80,204); }
div.DivClassName
{
background-color: #8B50CC;
}
.BgClassName
{
background-color: #8B50CC;
}
</style>
border-color css
<style>
span { border-color: #8B50CC; }
span { border-color: rgb(139,80,204); }
td.TdClassName
{
border-color: #8B50CC;
}
.TagClassName
{
border-color: #8B50CC;
}
</style>