Shades of Amethyst #895EC7
Tints of Amethyst #895EC7
RGB
CMYK
RGB Variations
Color information
#895EC7 (or 0x895EC7) is known color: Amethyst. HEX triplet: 89, 5E and C7. RGB value is (137,94,199). Sum of RGB (Red+Green+Blue) = 137+94+199=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #895EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EC7 is #76A138. Grayscale: #767676. Windows color (decimal): -7774521 or 13065865. OLE color: 13065865.
HSL color Cylindrical-coordinate representation of color #895EC7: hue angle of 264.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895EC7 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 94 | 199 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.22 |
| HSL | 264.57º | 0.48% | 0.57% | - |
| HSV(B) | 264.57º | 0.53% | 0.78% | - |
| XYZ | 24.63 | 17.45 | 56.1 | - |
| YUV | 118.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 199 | 0.31 | 0.53 | 0 | 0.22 | 264.57 | 0.48 | 0.57 |
| Hex | 89 | 5E | C7 | 1F | 35 | 0 | 16 | 109 | 30 | 39 |
| Octal | 211 | 136 | 307 | 37 | 65 | 0 | 26 | 411 | 60 | 71 |
| Binary | 10001001 | 1011110 | 11000111 | 11111 | 110101 | 0 | 10110 | 100001001 | 110000 | 111001 |
Color Harmonies of #895EC7
Complementary color
Monochromatic Colors of #895EC7
Black with #895EC7
Text Example
Text Example
White with #895EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EC7; }
p { color: rgb(137,94,199); }
H1.HeaderClassName
{
color: #895EC7;
}
.AnyTagClassName
{
color: #895EC7;
}
</style>
background-color css
<style>
a { background-color: #895EC7; }
a { background-color: rgb(137,94,199); }
div.DivClassName
{
background-color: #895EC7;
}
.BgClassName
{
background-color: #895EC7;
}
</style>
border-color css
<style>
span { border-color: #895EC7; }
span { border-color: rgb(137,94,199); }
td.TdClassName
{
border-color: #895EC7;
}
.TagClassName
{
border-color: #895EC7;
}
</style>