Shades of Amethyst #895ECC
Tints of Amethyst #895ECC
RGB
CMYK
RGB Variations
Color information
#895ECC (or 0x895ECC) is known color: Amethyst. HEX triplet: 89, 5E and CC. RGB value is (137,94,204). Sum of RGB (Red+Green+Blue) = 137+94+204=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #895ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ECC is #76A133. Grayscale: #777777. Windows color (decimal): -7774516 or 13393545. OLE color: 13393545.
HSL color Cylindrical-coordinate representation of color #895ECC: hue angle of 263.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #895ECC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 94 | 204 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.2 |
| HSL | 263.45º | 0.52% | 0.58% | - |
| HSV(B) | 263.45º | 0.54% | 0.8% | - |
| XYZ | 25.22 | 17.68 | 59.21 | - |
| YUV | 119.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 204 | 0.33 | 0.54 | 0 | 0.2 | 263.45 | 0.52 | 0.58 |
| Hex | 89 | 5E | CC | 21 | 36 | 0 | 14 | 107 | 34 | 3A |
| Octal | 211 | 136 | 314 | 41 | 66 | 0 | 24 | 407 | 64 | 72 |
| Binary | 10001001 | 1011110 | 11001100 | 100001 | 110110 | 0 | 10100 | 100000111 | 110100 | 111010 |
Color Harmonies of #895ECC
Complementary color
Monochromatic Colors of #895ECC
Black with #895ECC
Text Example
Text Example
White with #895ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895ECC; }
p { color: rgb(137,94,204); }
H1.HeaderClassName
{
color: #895ECC;
}
.AnyTagClassName
{
color: #895ECC;
}
</style>
background-color css
<style>
a { background-color: #895ECC; }
a { background-color: rgb(137,94,204); }
div.DivClassName
{
background-color: #895ECC;
}
.BgClassName
{
background-color: #895ECC;
}
</style>
border-color css
<style>
span { border-color: #895ECC; }
span { border-color: rgb(137,94,204); }
td.TdClassName
{
border-color: #895ECC;
}
.TagClassName
{
border-color: #895ECC;
}
</style>