Shades of Medium Purple #844EDD
Tints of Medium Purple #844EDD
RGB
CMYK
RGB Variations
Color information
#844EDD (or 0x844EDD) is known color: Medium Purple. HEX triplet: 84, 4E and DD. RGB value is (132,78,221). Sum of RGB (Red+Green+Blue) = 132+78+221=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #844EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EDD is #7BB122. Grayscale: #6D6D6D. Windows color (decimal): -8106275 or 14503556. OLE color: 14503556.
HSL color Cylindrical-coordinate representation of color #844EDD: hue angle of 262.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844EDD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 78 | 221 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.13 |
| HSL | 262.66º | 0.68% | 0.59% | - |
| HSV(B) | 262.66º | 0.65% | 0.87% | - |
| XYZ | 25.29 | 15.57 | 70.08 | - |
| YUV | 110.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 221 | 0.40 | 0.65 | 0 | 0.13 | 262.66 | 0.68 | 0.59 |
| Hex | 84 | 4E | DD | 28 | 41 | 0 | D | 107 | 44 | 3B |
| Octal | 204 | 116 | 335 | 50 | 101 | 0 | 15 | 407 | 104 | 73 |
| Binary | 10000100 | 1001110 | 11011101 | 101000 | 1000001 | 0 | 1101 | 100000111 | 1000100 | 111011 |
Color Harmonies of #844EDD
Complementary color
Monochromatic Colors of #844EDD
Black with #844EDD
Text Example
Text Example
White with #844EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EDD; }
p { color: rgb(132,78,221); }
H1.HeaderClassName
{
color: #844EDD;
}
.AnyTagClassName
{
color: #844EDD;
}
</style>
background-color css
<style>
a { background-color: #844EDD; }
a { background-color: rgb(132,78,221); }
div.DivClassName
{
background-color: #844EDD;
}
.BgClassName
{
background-color: #844EDD;
}
</style>
border-color css
<style>
span { border-color: #844EDD; }
span { border-color: rgb(132,78,221); }
td.TdClassName
{
border-color: #844EDD;
}
.TagClassName
{
border-color: #844EDD;
}
</style>