Shades of Amethyst #844FCC
Tints of Amethyst #844FCC
RGB
CMYK
RGB Variations
Color information
#844FCC (or 0x844FCC) is known color: Amethyst. HEX triplet: 84, 4F and CC. RGB value is (132,79,204). Sum of RGB (Red+Green+Blue) = 132+79+204=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #844FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FCC is #7BB033. Grayscale: #6C6C6C. Windows color (decimal): -8106036 or 13389700. OLE color: 13389700.
HSL color Cylindrical-coordinate representation of color #844FCC: hue angle of 265.44º 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 #844FCC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 79 | 204 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.2 |
| HSL | 265.44º | 0.55% | 0.55% | - |
| HSV(B) | 265.44º | 0.61% | 0.8% | - |
| XYZ | 23.21 | 14.86 | 58.77 | - |
| YUV | 109.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 204 | 0.35 | 0.61 | 0 | 0.2 | 265.44 | 0.55 | 0.55 |
| Hex | 84 | 4F | CC | 23 | 3D | 0 | 14 | 109 | 37 | 37 |
| Octal | 204 | 117 | 314 | 43 | 75 | 0 | 24 | 411 | 67 | 67 |
| Binary | 10000100 | 1001111 | 11001100 | 100011 | 111101 | 0 | 10100 | 100001001 | 110111 | 110111 |
Color Harmonies of #844FCC
Complementary color
Monochromatic Colors of #844FCC
Black with #844FCC
Text Example
Text Example
White with #844FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FCC; }
p { color: rgb(132,79,204); }
H1.HeaderClassName
{
color: #844FCC;
}
.AnyTagClassName
{
color: #844FCC;
}
</style>
background-color css
<style>
a { background-color: #844FCC; }
a { background-color: rgb(132,79,204); }
div.DivClassName
{
background-color: #844FCC;
}
.BgClassName
{
background-color: #844FCC;
}
</style>
border-color css
<style>
span { border-color: #844FCC; }
span { border-color: rgb(132,79,204); }
td.TdClassName
{
border-color: #844FCC;
}
.TagClassName
{
border-color: #844FCC;
}
</style>