Shades of Amethyst #844EDA
Tints of Amethyst #844EDA
RGB
CMYK
RGB Variations
Color information
#844EDA (or 0x844EDA) is known color: Amethyst. HEX triplet: 84, 4E and DA. RGB value is (132,78,218). Sum of RGB (Red+Green+Blue) = 132+78+218=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #844EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EDA is #7BB125. Grayscale: #6D6D6D. Windows color (decimal): -8106278 or 14306948. OLE color: 14306948.
HSL color Cylindrical-coordinate representation of color #844EDA: hue angle of 263.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844EDA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 78 | 218 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.15 |
| HSL | 263.14º | 0.65% | 0.58% | - |
| HSV(B) | 263.14º | 0.64% | 0.85% | - |
| XYZ | 24.9 | 15.42 | 67.99 | - |
| YUV | 110.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 218 | 0.39 | 0.64 | 0 | 0.15 | 263.14 | 0.65 | 0.58 |
| Hex | 84 | 4E | DA | 27 | 40 | 0 | F | 107 | 41 | 3A |
| Octal | 204 | 116 | 332 | 47 | 100 | 0 | 17 | 407 | 101 | 72 |
| Binary | 10000100 | 1001110 | 11011010 | 100111 | 1000000 | 0 | 1111 | 100000111 | 1000001 | 111010 |
Color Harmonies of #844EDA
Complementary color
Monochromatic Colors of #844EDA
Black with #844EDA
Text Example
Text Example
White with #844EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EDA; }
p { color: rgb(132,78,218); }
H1.HeaderClassName
{
color: #844EDA;
}
.AnyTagClassName
{
color: #844EDA;
}
</style>
background-color css
<style>
a { background-color: #844EDA; }
a { background-color: rgb(132,78,218); }
div.DivClassName
{
background-color: #844EDA;
}
.BgClassName
{
background-color: #844EDA;
}
</style>
border-color css
<style>
span { border-color: #844EDA; }
span { border-color: rgb(132,78,218); }
td.TdClassName
{
border-color: #844EDA;
}
.TagClassName
{
border-color: #844EDA;
}
</style>