Shades of Amethyst #8957CB
Tints of Amethyst #8957CB
RGB
CMYK
RGB Variations
Color information
#8957CB (or 0x8957CB) is known color: Amethyst. HEX triplet: 89, 57 and CB. RGB value is (137,87,203). Sum of RGB (Red+Green+Blue) = 137+87+203=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #8957CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8957CB is #76A834. Grayscale: #727272. Windows color (decimal): -7776309 or 13326217. OLE color: 13326217.
HSL color Cylindrical-coordinate representation of color #8957CB: hue angle of 265.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8957CB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 87 | 203 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.20 |
| HSL | 265.86º | 0.53% | 0.57% | - |
| HSV(B) | 265.86º | 0.57% | 0.8% | - |
| XYZ | 24.5 | 16.45 | 58.38 | - |
| YUV | 115.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 203 | 0.33 | 0.57 | 0 | 0.20 | 265.86 | 0.53 | 0.57 |
| Hex | 89 | 57 | CB | 21 | 39 | 0 | 14 | 10A | 35 | 39 |
| Octal | 211 | 127 | 313 | 41 | 71 | 0 | 24 | 412 | 65 | 71 |
| Binary | 10001001 | 1010111 | 11001011 | 100001 | 111001 | 0 | 10100 | 100001010 | 110101 | 111001 |
Color Harmonies of #8957CB
Complementary color
Monochromatic Colors of #8957CB
Black with #8957CB
Text Example
Text Example
White with #8957CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8957CB; }
p { color: rgb(137,87,203); }
H1.HeaderClassName
{
color: #8957CB;
}
.AnyTagClassName
{
color: #8957CB;
}
</style>
background-color css
<style>
a { background-color: #8957CB; }
a { background-color: rgb(137,87,203); }
div.DivClassName
{
background-color: #8957CB;
}
.BgClassName
{
background-color: #8957CB;
}
</style>
border-color css
<style>
span { border-color: #8957CB; }
span { border-color: rgb(137,87,203); }
td.TdClassName
{
border-color: #8957CB;
}
.TagClassName
{
border-color: #8957CB;
}
</style>