Shades of Amethyst #8756D1
Tints of Amethyst #8756D1
RGB
CMYK
RGB Variations
Color information
#8756D1 (or 0x8756D1) is known color: Amethyst. HEX triplet: 87, 56 and D1. RGB value is (135,86,209). Sum of RGB (Red+Green+Blue) = 135+86+209=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #8756D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756D1 is #78A92E. Grayscale: #727272. Windows color (decimal): -7907631 or 13719175. OLE color: 13719175.
HSL color Cylindrical-coordinate representation of color #8756D1: hue angle of 263.9º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8756D1 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 86 | 209 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.18 |
| HSL | 263.9º | 0.57% | 0.58% | - |
| HSV(B) | 263.9º | 0.59% | 0.82% | - |
| XYZ | 24.83 | 16.41 | 62.18 | - |
| YUV | 114.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 209 | 0.35 | 0.59 | 0 | 0.18 | 263.9 | 0.57 | 0.58 |
| Hex | 87 | 56 | D1 | 23 | 3B | 0 | 12 | 108 | 39 | 3A |
| Octal | 207 | 126 | 321 | 43 | 73 | 0 | 22 | 410 | 71 | 72 |
| Binary | 10000111 | 1010110 | 11010001 | 100011 | 111011 | 0 | 10010 | 100001000 | 111001 | 111010 |
Color Harmonies of #8756D1
Complementary color
Monochromatic Colors of #8756D1
Black with #8756D1
Text Example
Text Example
White with #8756D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756D1; }
p { color: rgb(135,86,209); }
H1.HeaderClassName
{
color: #8756D1;
}
.AnyTagClassName
{
color: #8756D1;
}
</style>
background-color css
<style>
a { background-color: #8756D1; }
a { background-color: rgb(135,86,209); }
div.DivClassName
{
background-color: #8756D1;
}
.BgClassName
{
background-color: #8756D1;
}
</style>
border-color css
<style>
span { border-color: #8756D1; }
span { border-color: rgb(135,86,209); }
td.TdClassName
{
border-color: #8756D1;
}
.TagClassName
{
border-color: #8756D1;
}
</style>