Shades of Amethyst #895EC9
Tints of Amethyst #895EC9
RGB
CMYK
RGB Variations
Color information
#895EC9 (or 0x895EC9) is known color: Amethyst. HEX triplet: 89, 5E and C9. RGB value is (137,94,201). Sum of RGB (Red+Green+Blue) = 137+94+201=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #895EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EC9 is #76A136. Grayscale: #767676. Windows color (decimal): -7774519 or 13196937. OLE color: 13196937.
HSL color Cylindrical-coordinate representation of color #895EC9: hue angle of 264.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895EC9 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 94 | 201 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.21 |
| HSL | 264.11º | 0.5% | 0.58% | - |
| HSV(B) | 264.11º | 0.53% | 0.79% | - |
| XYZ | 24.86 | 17.54 | 57.33 | - |
| YUV | 119.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 201 | 0.32 | 0.53 | 0 | 0.21 | 264.11 | 0.5 | 0.58 |
| Hex | 89 | 5E | C9 | 20 | 35 | 0 | 15 | 108 | 32 | 3A |
| Octal | 211 | 136 | 311 | 40 | 65 | 0 | 25 | 410 | 62 | 72 |
| Binary | 10001001 | 1011110 | 11001001 | 100000 | 110101 | 0 | 10101 | 100001000 | 110010 | 111010 |
Color Harmonies of #895EC9
Complementary color
Monochromatic Colors of #895EC9
Black with #895EC9
Text Example
Text Example
White with #895EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EC9; }
p { color: rgb(137,94,201); }
H1.HeaderClassName
{
color: #895EC9;
}
.AnyTagClassName
{
color: #895EC9;
}
</style>
background-color css
<style>
a { background-color: #895EC9; }
a { background-color: rgb(137,94,201); }
div.DivClassName
{
background-color: #895EC9;
}
.BgClassName
{
background-color: #895EC9;
}
</style>
border-color css
<style>
span { border-color: #895EC9; }
span { border-color: rgb(137,94,201); }
td.TdClassName
{
border-color: #895EC9;
}
.TagClassName
{
border-color: #895EC9;
}
</style>