Shades of Amethyst #844CD0
Tints of Amethyst #844CD0
RGB
CMYK
RGB Variations
Color information
#844CD0 (or 0x844CD0) is known color: Amethyst. HEX triplet: 84, 4C and D0. RGB value is (132,76,208). Sum of RGB (Red+Green+Blue) = 132+76+208=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #844CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CD0 is #7BB32F. Grayscale: #6B6B6B. Windows color (decimal): -8106800 or 13651076. OLE color: 13651076.
HSL color Cylindrical-coordinate representation of color #844CD0: hue angle of 265.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844CD0 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 76 | 208 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.18 |
| HSL | 265.45º | 0.58% | 0.56% | - |
| HSV(B) | 265.45º | 0.63% | 0.82% | - |
| XYZ | 23.49 | 14.63 | 61.26 | - |
| YUV | 107.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 208 | 0.37 | 0.63 | 0 | 0.18 | 265.45 | 0.58 | 0.56 |
| Hex | 84 | 4C | D0 | 25 | 3F | 0 | 12 | 109 | 3A | 38 |
| Octal | 204 | 114 | 320 | 45 | 77 | 0 | 22 | 411 | 72 | 70 |
| Binary | 10000100 | 1001100 | 11010000 | 100101 | 111111 | 0 | 10010 | 100001001 | 111010 | 111000 |
Color Harmonies of #844CD0
Complementary color
Monochromatic Colors of #844CD0
Black with #844CD0
Text Example
Text Example
White with #844CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CD0; }
p { color: rgb(132,76,208); }
H1.HeaderClassName
{
color: #844CD0;
}
.AnyTagClassName
{
color: #844CD0;
}
</style>
background-color css
<style>
a { background-color: #844CD0; }
a { background-color: rgb(132,76,208); }
div.DivClassName
{
background-color: #844CD0;
}
.BgClassName
{
background-color: #844CD0;
}
</style>
border-color css
<style>
span { border-color: #844CD0; }
span { border-color: rgb(132,76,208); }
td.TdClassName
{
border-color: #844CD0;
}
.TagClassName
{
border-color: #844CD0;
}
</style>