Shades of Amethyst #894DCD
Tints of Amethyst #894DCD
RGB
CMYK
RGB Variations
Color information
#894DCD (or 0x894DCD) is known color: Amethyst. HEX triplet: 89, 4D and CD. RGB value is (137,77,205). Sum of RGB (Red+Green+Blue) = 137+77+205=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #894DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DCD is #76B232. Grayscale: #6D6D6D. Windows color (decimal): -7778867 or 13454729. OLE color: 13454729.
HSL color Cylindrical-coordinate representation of color #894DCD: hue angle of 268.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894DCD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 77 | 205 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.20 |
| HSL | 268.13º | 0.56% | 0.55% | - |
| HSV(B) | 268.13º | 0.62% | 0.8% | - |
| XYZ | 23.99 | 15.03 | 59.4 | - |
| YUV | 109.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 205 | 0.33 | 0.62 | 0 | 0.20 | 268.13 | 0.56 | 0.55 |
| Hex | 89 | 4D | CD | 21 | 3E | 0 | 14 | 10C | 38 | 37 |
| Octal | 211 | 115 | 315 | 41 | 76 | 0 | 24 | 414 | 70 | 67 |
| Binary | 10001001 | 1001101 | 11001101 | 100001 | 111110 | 0 | 10100 | 100001100 | 111000 | 110111 |
Color Harmonies of #894DCD
Complementary color
Monochromatic Colors of #894DCD
Black with #894DCD
Text Example
Text Example
White with #894DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DCD; }
p { color: rgb(137,77,205); }
H1.HeaderClassName
{
color: #894DCD;
}
.AnyTagClassName
{
color: #894DCD;
}
</style>
background-color css
<style>
a { background-color: #894DCD; }
a { background-color: rgb(137,77,205); }
div.DivClassName
{
background-color: #894DCD;
}
.BgClassName
{
background-color: #894DCD;
}
</style>
border-color css
<style>
span { border-color: #894DCD; }
span { border-color: rgb(137,77,205); }
td.TdClassName
{
border-color: #894DCD;
}
.TagClassName
{
border-color: #894DCD;
}
</style>