Shades of Amethyst #8557C1
Tints of Amethyst #8557C1
RGB
CMYK
RGB Variations
Color information
#8557C1 (or 0x8557C1) is known color: Amethyst. HEX triplet: 85, 57 and C1. RGB value is (133,87,193). Sum of RGB (Red+Green+Blue) = 133+87+193=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #8557C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557C1 is #7AA83E. Grayscale: #707070. Windows color (decimal): -8038463 or 12670853. OLE color: 12670853.
HSL color Cylindrical-coordinate representation of color #8557C1: hue angle of 266.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8557C1 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 87 | 193 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.24 |
| HSL | 266.04º | 0.46% | 0.55% | - |
| HSV(B) | 266.04º | 0.55% | 0.76% | - |
| XYZ | 22.71 | 15.65 | 52.28 | - |
| YUV | 112.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 193 | 0.31 | 0.55 | 0 | 0.24 | 266.04 | 0.46 | 0.55 |
| Hex | 85 | 57 | C1 | 1F | 37 | 0 | 18 | 10A | 2E | 37 |
| Octal | 205 | 127 | 301 | 37 | 67 | 0 | 30 | 412 | 56 | 67 |
| Binary | 10000101 | 1010111 | 11000001 | 11111 | 110111 | 0 | 11000 | 100001010 | 101110 | 110111 |
Color Harmonies of #8557C1
Complementary color
Monochromatic Colors of #8557C1
Black with #8557C1
Text Example
Text Example
White with #8557C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8557C1; }
p { color: rgb(133,87,193); }
H1.HeaderClassName
{
color: #8557C1;
}
.AnyTagClassName
{
color: #8557C1;
}
</style>
background-color css
<style>
a { background-color: #8557C1; }
a { background-color: rgb(133,87,193); }
div.DivClassName
{
background-color: #8557C1;
}
.BgClassName
{
background-color: #8557C1;
}
</style>
border-color css
<style>
span { border-color: #8557C1; }
span { border-color: rgb(133,87,193); }
td.TdClassName
{
border-color: #8557C1;
}
.TagClassName
{
border-color: #8557C1;
}
</style>