Shades of Amethyst #895ECE
Tints of Amethyst #895ECE
RGB
CMYK
RGB Variations
Color information
#895ECE (or 0x895ECE) is known color: Amethyst. HEX triplet: 89, 5E and CE. RGB value is (137,94,206). Sum of RGB (Red+Green+Blue) = 137+94+206=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #895ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ECE is #76A131. Grayscale: #777777. Windows color (decimal): -7774514 or 13524617. OLE color: 13524617.
HSL color Cylindrical-coordinate representation of color #895ECE: hue angle of 263.04º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #895ECE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 94 | 206 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.19 |
| HSL | 263.04º | 0.53% | 0.59% | - |
| HSV(B) | 263.04º | 0.54% | 0.81% | - |
| XYZ | 25.46 | 17.78 | 60.48 | - |
| YUV | 119.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 206 | 0.33 | 0.54 | 0 | 0.19 | 263.04 | 0.53 | 0.59 |
| Hex | 89 | 5E | CE | 21 | 36 | 0 | 13 | 107 | 35 | 3B |
| Octal | 211 | 136 | 316 | 41 | 66 | 0 | 23 | 407 | 65 | 73 |
| Binary | 10001001 | 1011110 | 11001110 | 100001 | 110110 | 0 | 10011 | 100000111 | 110101 | 111011 |
Color Harmonies of #895ECE
Complementary color
Monochromatic Colors of #895ECE
Black with #895ECE
Text Example
Text Example
White with #895ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895ECE; }
p { color: rgb(137,94,206); }
H1.HeaderClassName
{
color: #895ECE;
}
.AnyTagClassName
{
color: #895ECE;
}
</style>
background-color css
<style>
a { background-color: #895ECE; }
a { background-color: rgb(137,94,206); }
div.DivClassName
{
background-color: #895ECE;
}
.BgClassName
{
background-color: #895ECE;
}
</style>
border-color css
<style>
span { border-color: #895ECE; }
span { border-color: rgb(137,94,206); }
td.TdClassName
{
border-color: #895ECE;
}
.TagClassName
{
border-color: #895ECE;
}
</style>