Shades of Medium Purple #845EDE
Tints of Medium Purple #845EDE
RGB
CMYK
RGB Variations
Color information
#845EDE (or 0x845EDE) is known color: Medium Purple. HEX triplet: 84, 5E and DE. RGB value is (132,94,222). Sum of RGB (Red+Green+Blue) = 132+94+222=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #845EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EDE is #7BA121. Grayscale: #777777. Windows color (decimal): -8102178 or 14573188. OLE color: 14573188.
HSL color Cylindrical-coordinate representation of color #845EDE: hue angle of 257.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845EDE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 94 | 222 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.13 |
| HSL | 257.81º | 0.66% | 0.62% | - |
| HSV(B) | 257.81º | 0.58% | 0.87% | - |
| XYZ | 26.7 | 18.18 | 71.21 | - |
| YUV | 119.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 222 | 0.41 | 0.58 | 0 | 0.13 | 257.81 | 0.66 | 0.62 |
| Hex | 84 | 5E | DE | 29 | 3A | 0 | D | 102 | 42 | 3E |
| Octal | 204 | 136 | 336 | 51 | 72 | 0 | 15 | 402 | 102 | 76 |
| Binary | 10000100 | 1011110 | 11011110 | 101001 | 111010 | 0 | 1101 | 100000010 | 1000010 | 111110 |
Color Harmonies of #845EDE
Complementary color
Monochromatic Colors of #845EDE
Black with #845EDE
Text Example
Text Example
White with #845EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EDE; }
p { color: rgb(132,94,222); }
H1.HeaderClassName
{
color: #845EDE;
}
.AnyTagClassName
{
color: #845EDE;
}
</style>
background-color css
<style>
a { background-color: #845EDE; }
a { background-color: rgb(132,94,222); }
div.DivClassName
{
background-color: #845EDE;
}
.BgClassName
{
background-color: #845EDE;
}
</style>
border-color css
<style>
span { border-color: #845EDE; }
span { border-color: rgb(132,94,222); }
td.TdClassName
{
border-color: #845EDE;
}
.TagClassName
{
border-color: #845EDE;
}
</style>