Shades of Amethyst #8956CB
Tints of Amethyst #8956CB
RGB
CMYK
RGB Variations
Color information
#8956CB (or 0x8956CB) is known color: Amethyst. HEX triplet: 89, 56 and CB. RGB value is (137,86,203). Sum of RGB (Red+Green+Blue) = 137+86+203=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #8956CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956CB is #76A934. Grayscale: #727272. Windows color (decimal): -7776565 or 13325961. OLE color: 13325961.
HSL color Cylindrical-coordinate representation of color #8956CB: hue angle of 266.15º 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 #8956CB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 86 | 203 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.20 |
| HSL | 266.15º | 0.53% | 0.57% | - |
| HSV(B) | 266.15º | 0.58% | 0.8% | - |
| XYZ | 24.42 | 16.29 | 58.36 | - |
| YUV | 114.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 203 | 0.33 | 0.58 | 0 | 0.20 | 266.15 | 0.53 | 0.57 |
| Hex | 89 | 56 | CB | 21 | 3A | 0 | 14 | 10A | 35 | 39 |
| Octal | 211 | 126 | 313 | 41 | 72 | 0 | 24 | 412 | 65 | 71 |
| Binary | 10001001 | 1010110 | 11001011 | 100001 | 111010 | 0 | 10100 | 100001010 | 110101 | 111001 |
Color Harmonies of #8956CB
Complementary color
Monochromatic Colors of #8956CB
Black with #8956CB
Text Example
Text Example
White with #8956CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956CB; }
p { color: rgb(137,86,203); }
H1.HeaderClassName
{
color: #8956CB;
}
.AnyTagClassName
{
color: #8956CB;
}
</style>
background-color css
<style>
a { background-color: #8956CB; }
a { background-color: rgb(137,86,203); }
div.DivClassName
{
background-color: #8956CB;
}
.BgClassName
{
background-color: #8956CB;
}
</style>
border-color css
<style>
span { border-color: #8956CB; }
span { border-color: rgb(137,86,203); }
td.TdClassName
{
border-color: #8956CB;
}
.TagClassName
{
border-color: #8956CB;
}
</style>