Shades of Amethyst #8756CB
Tints of Amethyst #8756CB
RGB
CMYK
RGB Variations
Color information
#8756CB (or 0x8756CB) is known color: Amethyst. HEX triplet: 87, 56 and CB. RGB value is (135,86,203). Sum of RGB (Red+Green+Blue) = 135+86+203=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #8756CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756CB is #78A934. Grayscale: #717171. Windows color (decimal): -7907637 or 13325959. OLE color: 13325959.
HSL color Cylindrical-coordinate representation of color #8756CB: hue angle of 265.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8756CB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 86 | 203 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.20 |
| HSL | 265.13º | 0.53% | 0.57% | - |
| HSV(B) | 265.13º | 0.58% | 0.8% | - |
| XYZ | 24.1 | 16.12 | 58.34 | - |
| YUV | 113.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 203 | 0.33 | 0.58 | 0 | 0.20 | 265.13 | 0.53 | 0.57 |
| Hex | 87 | 56 | CB | 21 | 3A | 0 | 14 | 109 | 35 | 39 |
| Octal | 207 | 126 | 313 | 41 | 72 | 0 | 24 | 411 | 65 | 71 |
| Binary | 10000111 | 1010110 | 11001011 | 100001 | 111010 | 0 | 10100 | 100001001 | 110101 | 111001 |
Color Harmonies of #8756CB
Complementary color
Monochromatic Colors of #8756CB
Black with #8756CB
Text Example
Text Example
White with #8756CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756CB; }
p { color: rgb(135,86,203); }
H1.HeaderClassName
{
color: #8756CB;
}
.AnyTagClassName
{
color: #8756CB;
}
</style>
background-color css
<style>
a { background-color: #8756CB; }
a { background-color: rgb(135,86,203); }
div.DivClassName
{
background-color: #8756CB;
}
.BgClassName
{
background-color: #8756CB;
}
</style>
border-color css
<style>
span { border-color: #8756CB; }
span { border-color: rgb(135,86,203); }
td.TdClassName
{
border-color: #8756CB;
}
.TagClassName
{
border-color: #8756CB;
}
</style>