Shades of Amethyst #894CDB
Tints of Amethyst #894CDB
RGB
CMYK
RGB Variations
Color information
#894CDB (or 0x894CDB) is known color: Amethyst. HEX triplet: 89, 4C and DB. RGB value is (137,76,219). Sum of RGB (Red+Green+Blue) = 137+76+219=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #894CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CDB is #76B324. Grayscale: #6E6E6E. Windows color (decimal): -7779109 or 14371977. OLE color: 14371977.
HSL color Cylindrical-coordinate representation of color #894CDB: hue angle of 265.59º degrees, saturation: 0.67, 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 #894CDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 76 | 219 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 265.59º | 0.67% | 0.58% | - |
| HSV(B) | 265.59º | 0.65% | 0.86% | - |
| XYZ | 25.69 | 15.6 | 68.68 | - |
| YUV | 110.54 | 189.21 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 219 | 0.37 | 0.65 | 0 | 0.14 | 265.59 | 0.67 | 0.58 |
| Hex | 89 | 4C | DB | 25 | 41 | 0 | E | 10A | 43 | 3A |
| Octal | 211 | 114 | 333 | 45 | 101 | 0 | 16 | 412 | 103 | 72 |
| Binary | 10001001 | 1001100 | 11011011 | 100101 | 1000001 | 0 | 1110 | 100001010 | 1000011 | 111010 |
Color Harmonies of #894CDB
Complementary color
Monochromatic Colors of #894CDB
Black with #894CDB
Text Example
Text Example
White with #894CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CDB; }
p { color: rgb(137,76,219); }
H1.HeaderClassName
{
color: #894CDB;
}
.AnyTagClassName
{
color: #894CDB;
}
</style>
background-color css
<style>
a { background-color: #894CDB; }
a { background-color: rgb(137,76,219); }
div.DivClassName
{
background-color: #894CDB;
}
.BgClassName
{
background-color: #894CDB;
}
</style>
border-color css
<style>
span { border-color: #894CDB; }
span { border-color: rgb(137,76,219); }
td.TdClassName
{
border-color: #894CDB;
}
.TagClassName
{
border-color: #894CDB;
}
</style>