Shades of Amethyst #8B50CE
Tints of Amethyst #8B50CE
RGB
CMYK
RGB Variations
Color information
#8B50CE (or 0x8B50CE) is known color: Amethyst. HEX triplet: 8B, 50 and CE. RGB value is (139,80,206). Sum of RGB (Red+Green+Blue) = 139+80+206=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50CE is #74AF31. Grayscale: #6F6F6F. Windows color (decimal): -7647026 or 13521035. OLE color: 13521035.
HSL color Cylindrical-coordinate representation of color #8B50CE: hue angle of 268.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B50CE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 80 | 206 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.19 |
| HSL | 268.1º | 0.56% | 0.56% | - |
| HSV(B) | 268.1º | 0.61% | 0.81% | - |
| XYZ | 24.66 | 15.68 | 60.12 | - |
| YUV | 112.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 206 | 0.33 | 0.61 | 0 | 0.19 | 268.1 | 0.56 | 0.56 |
| Hex | 8B | 50 | CE | 21 | 3D | 0 | 13 | 10C | 38 | 38 |
| Octal | 213 | 120 | 316 | 41 | 75 | 0 | 23 | 414 | 70 | 70 |
| Binary | 10001011 | 1010000 | 11001110 | 100001 | 111101 | 0 | 10011 | 100001100 | 111000 | 111000 |
Color Harmonies of #8B50CE
Complementary color
Monochromatic Colors of #8B50CE
Black with #8B50CE
Text Example
Text Example
White with #8B50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50CE; }
p { color: rgb(139,80,206); }
H1.HeaderClassName
{
color: #8B50CE;
}
.AnyTagClassName
{
color: #8B50CE;
}
</style>
background-color css
<style>
a { background-color: #8B50CE; }
a { background-color: rgb(139,80,206); }
div.DivClassName
{
background-color: #8B50CE;
}
.BgClassName
{
background-color: #8B50CE;
}
</style>
border-color css
<style>
span { border-color: #8B50CE; }
span { border-color: rgb(139,80,206); }
td.TdClassName
{
border-color: #8B50CE;
}
.TagClassName
{
border-color: #8B50CE;
}
</style>