Shades of Medium Purple #844FDE
Tints of Medium Purple #844FDE
RGB
CMYK
RGB Variations
Color information
#844FDE (or 0x844FDE) is known color: Medium Purple. HEX triplet: 84, 4F and DE. RGB value is (132,79,222). Sum of RGB (Red+Green+Blue) = 132+79+222=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #844FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FDE is #7BB021. Grayscale: #6E6E6E. Windows color (decimal): -8106018 or 14569348. OLE color: 14569348.
HSL color Cylindrical-coordinate representation of color #844FDE: hue angle of 262.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844FDE is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 79 | 222 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.13 |
| HSL | 262.24º | 0.68% | 0.59% | - |
| HSV(B) | 262.24º | 0.64% | 0.87% | - |
| XYZ | 25.5 | 15.77 | 70.81 | - |
| YUV | 111.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 222 | 0.41 | 0.64 | 0 | 0.13 | 262.24 | 0.68 | 0.59 |
| Hex | 84 | 4F | DE | 29 | 40 | 0 | D | 106 | 44 | 3B |
| Octal | 204 | 117 | 336 | 51 | 100 | 0 | 15 | 406 | 104 | 73 |
| Binary | 10000100 | 1001111 | 11011110 | 101001 | 1000000 | 0 | 1101 | 100000110 | 1000100 | 111011 |
Color Harmonies of #844FDE
Complementary color
Monochromatic Colors of #844FDE
Black with #844FDE
Text Example
Text Example
White with #844FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FDE; }
p { color: rgb(132,79,222); }
H1.HeaderClassName
{
color: #844FDE;
}
.AnyTagClassName
{
color: #844FDE;
}
</style>
background-color css
<style>
a { background-color: #844FDE; }
a { background-color: rgb(132,79,222); }
div.DivClassName
{
background-color: #844FDE;
}
.BgClassName
{
background-color: #844FDE;
}
</style>
border-color css
<style>
span { border-color: #844FDE; }
span { border-color: rgb(132,79,222); }
td.TdClassName
{
border-color: #844FDE;
}
.TagClassName
{
border-color: #844FDE;
}
</style>