Shades of Amethyst #8556D3
Tints of Amethyst #8556D3
RGB
CMYK
RGB Variations
Color information
#8556D3 (or 0x8556D3) is known color: Amethyst. HEX triplet: 85, 56 and D3. RGB value is (133,86,211). Sum of RGB (Red+Green+Blue) = 133+86+211=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #8556D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556D3 is #7AA92C. Grayscale: #717171. Windows color (decimal): -8038701 or 13850245. OLE color: 13850245.
HSL color Cylindrical-coordinate representation of color #8556D3: hue angle of 262.56º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8556D3 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 86 | 211 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.17 |
| HSL | 262.56º | 0.59% | 0.58% | - |
| HSV(B) | 262.56º | 0.59% | 0.83% | - |
| XYZ | 24.76 | 16.35 | 63.48 | - |
| YUV | 114.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 211 | 0.37 | 0.59 | 0 | 0.17 | 262.56 | 0.59 | 0.58 |
| Hex | 85 | 56 | D3 | 25 | 3B | 0 | 11 | 107 | 3B | 3A |
| Octal | 205 | 126 | 323 | 45 | 73 | 0 | 21 | 407 | 73 | 72 |
| Binary | 10000101 | 1010110 | 11010011 | 100101 | 111011 | 0 | 10001 | 100000111 | 111011 | 111010 |
Color Harmonies of #8556D3
Complementary color
Monochromatic Colors of #8556D3
Black with #8556D3
Text Example
Text Example
White with #8556D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556D3; }
p { color: rgb(133,86,211); }
H1.HeaderClassName
{
color: #8556D3;
}
.AnyTagClassName
{
color: #8556D3;
}
</style>
background-color css
<style>
a { background-color: #8556D3; }
a { background-color: rgb(133,86,211); }
div.DivClassName
{
background-color: #8556D3;
}
.BgClassName
{
background-color: #8556D3;
}
</style>
border-color css
<style>
span { border-color: #8556D3; }
span { border-color: rgb(133,86,211); }
td.TdClassName
{
border-color: #8556D3;
}
.TagClassName
{
border-color: #8556D3;
}
</style>