Shades of Amethyst #894FCC
Tints of Amethyst #894FCC
RGB
CMYK
RGB Variations
Color information
#894FCC (or 0x894FCC) is known color: Amethyst. HEX triplet: 89, 4F and CC. RGB value is (137,79,204). Sum of RGB (Red+Green+Blue) = 137+79+204=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #894FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FCC is #76B033. Grayscale: #6E6E6E. Windows color (decimal): -7778356 or 13389705. OLE color: 13389705.
HSL color Cylindrical-coordinate representation of color #894FCC: hue angle of 267.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894FCC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 79 | 204 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.2 |
| HSL | 267.84º | 0.55% | 0.55% | - |
| HSV(B) | 267.84º | 0.61% | 0.8% | - |
| XYZ | 24.01 | 15.27 | 58.81 | - |
| YUV | 110.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 204 | 0.33 | 0.61 | 0 | 0.2 | 267.84 | 0.55 | 0.55 |
| Hex | 89 | 4F | CC | 21 | 3D | 0 | 14 | 10C | 37 | 37 |
| Octal | 211 | 117 | 314 | 41 | 75 | 0 | 24 | 414 | 67 | 67 |
| Binary | 10001001 | 1001111 | 11001100 | 100001 | 111101 | 0 | 10100 | 100001100 | 110111 | 110111 |
Color Harmonies of #894FCC
Complementary color
Monochromatic Colors of #894FCC
Black with #894FCC
Text Example
Text Example
White with #894FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FCC; }
p { color: rgb(137,79,204); }
H1.HeaderClassName
{
color: #894FCC;
}
.AnyTagClassName
{
color: #894FCC;
}
</style>
background-color css
<style>
a { background-color: #894FCC; }
a { background-color: rgb(137,79,204); }
div.DivClassName
{
background-color: #894FCC;
}
.BgClassName
{
background-color: #894FCC;
}
</style>
border-color css
<style>
span { border-color: #894FCC; }
span { border-color: rgb(137,79,204); }
td.TdClassName
{
border-color: #894FCC;
}
.TagClassName
{
border-color: #894FCC;
}
</style>