Shades of Medium Purple #845EDC
Tints of Medium Purple #845EDC
RGB
CMYK
RGB Variations
Color information
#845EDC (or 0x845EDC) is known color: Medium Purple. HEX triplet: 84, 5E and DC. RGB value is (132,94,220). Sum of RGB (Red+Green+Blue) = 132+94+220=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #845EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EDC is #7BA123. Grayscale: #777777. Windows color (decimal): -8102180 or 14442116. OLE color: 14442116.
HSL color Cylindrical-coordinate representation of color #845EDC: hue angle of 258.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845EDC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 94 | 220 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.14 |
| HSL | 258.1º | 0.64% | 0.62% | - |
| HSV(B) | 258.1º | 0.57% | 0.86% | - |
| XYZ | 26.44 | 18.08 | 69.81 | - |
| YUV | 119.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 220 | 0.40 | 0.57 | 0 | 0.14 | 258.1 | 0.64 | 0.62 |
| Hex | 84 | 5E | DC | 28 | 39 | 0 | E | 102 | 40 | 3E |
| Octal | 204 | 136 | 334 | 50 | 71 | 0 | 16 | 402 | 100 | 76 |
| Binary | 10000100 | 1011110 | 11011100 | 101000 | 111001 | 0 | 1110 | 100000010 | 1000000 | 111110 |
Color Harmonies of #845EDC
Complementary color
Monochromatic Colors of #845EDC
Black with #845EDC
Text Example
Text Example
White with #845EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EDC; }
p { color: rgb(132,94,220); }
H1.HeaderClassName
{
color: #845EDC;
}
.AnyTagClassName
{
color: #845EDC;
}
</style>
background-color css
<style>
a { background-color: #845EDC; }
a { background-color: rgb(132,94,220); }
div.DivClassName
{
background-color: #845EDC;
}
.BgClassName
{
background-color: #845EDC;
}
</style>
border-color css
<style>
span { border-color: #845EDC; }
span { border-color: rgb(132,94,220); }
td.TdClassName
{
border-color: #845EDC;
}
.TagClassName
{
border-color: #845EDC;
}
</style>