Shades of Amethyst #844CCC
Tints of Amethyst #844CCC
RGB
CMYK
RGB Variations
Color information
#844CCC (or 0x844CCC) is known color: Amethyst. HEX triplet: 84, 4C and CC. RGB value is (132,76,204). Sum of RGB (Red+Green+Blue) = 132+76+204=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #844CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CCC is #7BB333. Grayscale: #6A6A6A. Windows color (decimal): -8106804 or 13388932. OLE color: 13388932.
HSL color Cylindrical-coordinate representation of color #844CCC: hue angle of 266.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844CCC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 76 | 204 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.2 |
| HSL | 266.25º | 0.56% | 0.55% | - |
| HSV(B) | 266.25º | 0.63% | 0.8% | - |
| XYZ | 23 | 14.43 | 58.7 | - |
| YUV | 107.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 204 | 0.35 | 0.63 | 0 | 0.2 | 266.25 | 0.56 | 0.55 |
| Hex | 84 | 4C | CC | 23 | 3F | 0 | 14 | 10A | 38 | 37 |
| Octal | 204 | 114 | 314 | 43 | 77 | 0 | 24 | 412 | 70 | 67 |
| Binary | 10000100 | 1001100 | 11001100 | 100011 | 111111 | 0 | 10100 | 100001010 | 111000 | 110111 |
Color Harmonies of #844CCC
Complementary color
Monochromatic Colors of #844CCC
Black with #844CCC
Text Example
Text Example
White with #844CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CCC; }
p { color: rgb(132,76,204); }
H1.HeaderClassName
{
color: #844CCC;
}
.AnyTagClassName
{
color: #844CCC;
}
</style>
background-color css
<style>
a { background-color: #844CCC; }
a { background-color: rgb(132,76,204); }
div.DivClassName
{
background-color: #844CCC;
}
.BgClassName
{
background-color: #844CCC;
}
</style>
border-color css
<style>
span { border-color: #844CCC; }
span { border-color: rgb(132,76,204); }
td.TdClassName
{
border-color: #844CCC;
}
.TagClassName
{
border-color: #844CCC;
}
</style>