Shades of Medium Purple #845ED6
Tints of Medium Purple #845ED6
RGB
CMYK
RGB Variations
Color information
#845ED6 (or 0x845ED6) is known color: Medium Purple. HEX triplet: 84, 5E and D6. RGB value is (132,94,214). Sum of RGB (Red+Green+Blue) = 132+94+214=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #845ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ED6 is #7BA129. Grayscale: #767676. Windows color (decimal): -8102186 or 14048900. OLE color: 14048900.
HSL color Cylindrical-coordinate representation of color #845ED6: hue angle of 259º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #845ED6 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 94 | 214 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.16 |
| HSL | 259º | 0.59% | 0.6% | - |
| HSV(B) | 259º | 0.56% | 0.84% | - |
| XYZ | 25.66 | 17.77 | 65.7 | - |
| YUV | 119.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 214 | 0.38 | 0.56 | 0 | 0.16 | 259 | 0.59 | 0.6 |
| Hex | 84 | 5E | D6 | 26 | 38 | 0 | 10 | 103 | 3B | 3C |
| Octal | 204 | 136 | 326 | 46 | 70 | 0 | 20 | 403 | 73 | 74 |
| Binary | 10000100 | 1011110 | 11010110 | 100110 | 111000 | 0 | 10000 | 100000011 | 111011 | 111100 |
Color Harmonies of #845ED6
Complementary color
Monochromatic Colors of #845ED6
Black with #845ED6
Text Example
Text Example
White with #845ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845ED6; }
p { color: rgb(132,94,214); }
H1.HeaderClassName
{
color: #845ED6;
}
.AnyTagClassName
{
color: #845ED6;
}
</style>
background-color css
<style>
a { background-color: #845ED6; }
a { background-color: rgb(132,94,214); }
div.DivClassName
{
background-color: #845ED6;
}
.BgClassName
{
background-color: #845ED6;
}
</style>
border-color css
<style>
span { border-color: #845ED6; }
span { border-color: rgb(132,94,214); }
td.TdClassName
{
border-color: #845ED6;
}
.TagClassName
{
border-color: #845ED6;
}
</style>