Shades of Amethyst #844ECE
Tints of Amethyst #844ECE
RGB
CMYK
RGB Variations
Color information
#844ECE (or 0x844ECE) is known color: Amethyst. HEX triplet: 84, 4E and CE. RGB value is (132,78,206). Sum of RGB (Red+Green+Blue) = 132+78+206=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #844ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844ECE is #7BB131. Grayscale: #6C6C6C. Windows color (decimal): -8106290 or 13520516. OLE color: 13520516.
HSL color Cylindrical-coordinate representation of color #844ECE: hue angle of 265.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844ECE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 78 | 206 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.19 |
| HSL | 265.31º | 0.57% | 0.56% | - |
| HSV(B) | 265.31º | 0.62% | 0.81% | - |
| XYZ | 23.38 | 14.81 | 60.02 | - |
| YUV | 108.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 206 | 0.36 | 0.62 | 0 | 0.19 | 265.31 | 0.57 | 0.56 |
| Hex | 84 | 4E | CE | 24 | 3E | 0 | 13 | 109 | 39 | 38 |
| Octal | 204 | 116 | 316 | 44 | 76 | 0 | 23 | 411 | 71 | 70 |
| Binary | 10000100 | 1001110 | 11001110 | 100100 | 111110 | 0 | 10011 | 100001001 | 111001 | 111000 |
Color Harmonies of #844ECE
Complementary color
Monochromatic Colors of #844ECE
Black with #844ECE
Text Example
Text Example
White with #844ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ECE; }
p { color: rgb(132,78,206); }
H1.HeaderClassName
{
color: #844ECE;
}
.AnyTagClassName
{
color: #844ECE;
}
</style>
background-color css
<style>
a { background-color: #844ECE; }
a { background-color: rgb(132,78,206); }
div.DivClassName
{
background-color: #844ECE;
}
.BgClassName
{
background-color: #844ECE;
}
</style>
border-color css
<style>
span { border-color: #844ECE; }
span { border-color: rgb(132,78,206); }
td.TdClassName
{
border-color: #844ECE;
}
.TagClassName
{
border-color: #844ECE;
}
</style>