Shades of Amethyst #8B57CB
Tints of Amethyst #8B57CB
RGB
CMYK
RGB Variations
Color information
#8B57CB (or 0x8B57CB) is known color: Amethyst. HEX triplet: 8B, 57 and CB. RGB value is (139,87,203). Sum of RGB (Red+Green+Blue) = 139+87+203=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57CB is #74A834. Grayscale: #737373. Windows color (decimal): -7645237 or 13326219. OLE color: 13326219.
HSL color Cylindrical-coordinate representation of color #8B57CB: hue angle of 266.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B57CB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 87 | 203 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.20 |
| HSL | 266.9º | 0.53% | 0.57% | - |
| HSV(B) | 266.9º | 0.57% | 0.8% | - |
| XYZ | 24.84 | 16.62 | 58.4 | - |
| YUV | 115.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 203 | 0.32 | 0.57 | 0 | 0.20 | 266.9 | 0.53 | 0.57 |
| Hex | 8B | 57 | CB | 20 | 39 | 0 | 14 | 10B | 35 | 39 |
| Octal | 213 | 127 | 313 | 40 | 71 | 0 | 24 | 413 | 65 | 71 |
| Binary | 10001011 | 1010111 | 11001011 | 100000 | 111001 | 0 | 10100 | 100001011 | 110101 | 111001 |
Color Harmonies of #8B57CB
Complementary color
Monochromatic Colors of #8B57CB
Black with #8B57CB
Text Example
Text Example
White with #8B57CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B57CB; }
p { color: rgb(139,87,203); }
H1.HeaderClassName
{
color: #8B57CB;
}
.AnyTagClassName
{
color: #8B57CB;
}
</style>
background-color css
<style>
a { background-color: #8B57CB; }
a { background-color: rgb(139,87,203); }
div.DivClassName
{
background-color: #8B57CB;
}
.BgClassName
{
background-color: #8B57CB;
}
</style>
border-color css
<style>
span { border-color: #8B57CB; }
span { border-color: rgb(139,87,203); }
td.TdClassName
{
border-color: #8B57CB;
}
.TagClassName
{
border-color: #8B57CB;
}
</style>