Shades of Amethyst #844DCE
Tints of Amethyst #844DCE
RGB
CMYK
RGB Variations
Color information
#844DCE (or 0x844DCE) is known color: Amethyst. HEX triplet: 84, 4D and CE. RGB value is (132,77,206). Sum of RGB (Red+Green+Blue) = 132+77+206=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #844DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DCE is #7BB231. Grayscale: #6B6B6B. Windows color (decimal): -8106546 or 13520260. OLE color: 13520260.
HSL color Cylindrical-coordinate representation of color #844DCE: hue angle of 265.58º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844DCE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 77 | 206 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.19 |
| HSL | 265.58º | 0.57% | 0.55% | - |
| HSV(B) | 265.58º | 0.63% | 0.81% | - |
| XYZ | 23.31 | 14.67 | 60 | - |
| YUV | 108.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 206 | 0.36 | 0.63 | 0 | 0.19 | 265.58 | 0.57 | 0.55 |
| Hex | 84 | 4D | CE | 24 | 3F | 0 | 13 | 10A | 39 | 37 |
| Octal | 204 | 115 | 316 | 44 | 77 | 0 | 23 | 412 | 71 | 67 |
| Binary | 10000100 | 1001101 | 11001110 | 100100 | 111111 | 0 | 10011 | 100001010 | 111001 | 110111 |
Color Harmonies of #844DCE
Complementary color
Monochromatic Colors of #844DCE
Black with #844DCE
Text Example
Text Example
White with #844DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DCE; }
p { color: rgb(132,77,206); }
H1.HeaderClassName
{
color: #844DCE;
}
.AnyTagClassName
{
color: #844DCE;
}
</style>
background-color css
<style>
a { background-color: #844DCE; }
a { background-color: rgb(132,77,206); }
div.DivClassName
{
background-color: #844DCE;
}
.BgClassName
{
background-color: #844DCE;
}
</style>
border-color css
<style>
span { border-color: #844DCE; }
span { border-color: rgb(132,77,206); }
td.TdClassName
{
border-color: #844DCE;
}
.TagClassName
{
border-color: #844DCE;
}
</style>