Shades of Amethyst #844EDB
Tints of Amethyst #844EDB
RGB
CMYK
RGB Variations
Color information
#844EDB (or 0x844EDB) is known color: Amethyst. HEX triplet: 84, 4E and DB. RGB value is (132,78,219). Sum of RGB (Red+Green+Blue) = 132+78+219=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #844EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EDB is #7BB124. Grayscale: #6D6D6D. Windows color (decimal): -8106277 or 14372484. OLE color: 14372484.
HSL color Cylindrical-coordinate representation of color #844EDB: hue angle of 262.98º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844EDB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 78 | 219 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.14 |
| HSL | 262.98º | 0.66% | 0.58% | - |
| HSV(B) | 262.98º | 0.64% | 0.86% | - |
| XYZ | 25.03 | 15.47 | 68.68 | - |
| YUV | 110.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 219 | 0.40 | 0.64 | 0 | 0.14 | 262.98 | 0.66 | 0.58 |
| Hex | 84 | 4E | DB | 28 | 40 | 0 | E | 107 | 42 | 3A |
| Octal | 204 | 116 | 333 | 50 | 100 | 0 | 16 | 407 | 102 | 72 |
| Binary | 10000100 | 1001110 | 11011011 | 101000 | 1000000 | 0 | 1110 | 100000111 | 1000010 | 111010 |
Color Harmonies of #844EDB
Complementary color
Monochromatic Colors of #844EDB
Black with #844EDB
Text Example
Text Example
White with #844EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EDB; }
p { color: rgb(132,78,219); }
H1.HeaderClassName
{
color: #844EDB;
}
.AnyTagClassName
{
color: #844EDB;
}
</style>
background-color css
<style>
a { background-color: #844EDB; }
a { background-color: rgb(132,78,219); }
div.DivClassName
{
background-color: #844EDB;
}
.BgClassName
{
background-color: #844EDB;
}
</style>
border-color css
<style>
span { border-color: #844EDB; }
span { border-color: rgb(132,78,219); }
td.TdClassName
{
border-color: #844EDB;
}
.TagClassName
{
border-color: #844EDB;
}
</style>