Shades of Amethyst #895ECF
Tints of Amethyst #895ECF
RGB
CMYK
RGB Variations
Color information
#895ECF (or 0x895ECF) is known color: Amethyst. HEX triplet: 89, 5E and CF. RGB value is (137,94,207). Sum of RGB (Red+Green+Blue) = 137+94+207=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #895ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ECF is #76A130. Grayscale: #777777. Windows color (decimal): -7774513 or 13590153. OLE color: 13590153.
HSL color Cylindrical-coordinate representation of color #895ECF: hue angle of 262.83º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #895ECF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 94 | 207 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.19 |
| HSL | 262.83º | 0.54% | 0.59% | - |
| HSV(B) | 262.83º | 0.55% | 0.81% | - |
| XYZ | 25.58 | 17.83 | 61.12 | - |
| YUV | 119.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 207 | 0.34 | 0.55 | 0 | 0.19 | 262.83 | 0.54 | 0.59 |
| Hex | 89 | 5E | CF | 22 | 37 | 0 | 13 | 107 | 36 | 3B |
| Octal | 211 | 136 | 317 | 42 | 67 | 0 | 23 | 407 | 66 | 73 |
| Binary | 10001001 | 1011110 | 11001111 | 100010 | 110111 | 0 | 10011 | 100000111 | 110110 | 111011 |
Color Harmonies of #895ECF
Complementary color
Monochromatic Colors of #895ECF
Black with #895ECF
Text Example
Text Example
White with #895ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895ECF; }
p { color: rgb(137,94,207); }
H1.HeaderClassName
{
color: #895ECF;
}
.AnyTagClassName
{
color: #895ECF;
}
</style>
background-color css
<style>
a { background-color: #895ECF; }
a { background-color: rgb(137,94,207); }
div.DivClassName
{
background-color: #895ECF;
}
.BgClassName
{
background-color: #895ECF;
}
</style>
border-color css
<style>
span { border-color: #895ECF; }
span { border-color: rgb(137,94,207); }
td.TdClassName
{
border-color: #895ECF;
}
.TagClassName
{
border-color: #895ECF;
}
</style>