Shades of Amethyst #894DDB
Tints of Amethyst #894DDB
RGB
CMYK
RGB Variations
Color information
#894DDB (or 0x894DDB) is known color: Amethyst. HEX triplet: 89, 4D and DB. RGB value is (137,77,219). Sum of RGB (Red+Green+Blue) = 137+77+219=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #894DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DDB is #76B224. Grayscale: #6E6E6E. Windows color (decimal): -7778853 or 14372233. OLE color: 14372233.
HSL color Cylindrical-coordinate representation of color #894DDB: hue angle of 265.35º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894DDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 77 | 219 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 265.35º | 0.66% | 0.58% | - |
| HSV(B) | 265.35º | 0.65% | 0.86% | - |
| XYZ | 25.76 | 15.74 | 68.7 | - |
| YUV | 111.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 219 | 0.37 | 0.65 | 0 | 0.14 | 265.35 | 0.66 | 0.58 |
| Hex | 89 | 4D | DB | 25 | 41 | 0 | E | 109 | 42 | 3A |
| Octal | 211 | 115 | 333 | 45 | 101 | 0 | 16 | 411 | 102 | 72 |
| Binary | 10001001 | 1001101 | 11011011 | 100101 | 1000001 | 0 | 1110 | 100001001 | 1000010 | 111010 |
Color Harmonies of #894DDB
Complementary color
Monochromatic Colors of #894DDB
Black with #894DDB
Text Example
Text Example
White with #894DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DDB; }
p { color: rgb(137,77,219); }
H1.HeaderClassName
{
color: #894DDB;
}
.AnyTagClassName
{
color: #894DDB;
}
</style>
background-color css
<style>
a { background-color: #894DDB; }
a { background-color: rgb(137,77,219); }
div.DivClassName
{
background-color: #894DDB;
}
.BgClassName
{
background-color: #894DDB;
}
</style>
border-color css
<style>
span { border-color: #894DDB; }
span { border-color: rgb(137,77,219); }
td.TdClassName
{
border-color: #894DDB;
}
.TagClassName
{
border-color: #894DDB;
}
</style>