Shades of Medium Purple #845CDC
Tints of Medium Purple #845CDC
RGB
CMYK
RGB Variations
Color information
#845CDC (or 0x845CDC) is known color: Medium Purple. HEX triplet: 84, 5C and DC. RGB value is (132,92,220). Sum of RGB (Red+Green+Blue) = 132+92+220=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #845CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CDC is #7BA323. Grayscale: #767676. Windows color (decimal): -8102692 or 14441604. OLE color: 14441604.
HSL color Cylindrical-coordinate representation of color #845CDC: hue angle of 258.75º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845CDC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 92 | 220 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.14 |
| HSL | 258.75º | 0.65% | 0.61% | - |
| HSV(B) | 258.75º | 0.58% | 0.86% | - |
| XYZ | 26.26 | 17.73 | 69.75 | - |
| YUV | 118.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 220 | 0.40 | 0.58 | 0 | 0.14 | 258.75 | 0.65 | 0.61 |
| Hex | 84 | 5C | DC | 28 | 3A | 0 | E | 103 | 41 | 3D |
| Octal | 204 | 134 | 334 | 50 | 72 | 0 | 16 | 403 | 101 | 75 |
| Binary | 10000100 | 1011100 | 11011100 | 101000 | 111010 | 0 | 1110 | 100000011 | 1000001 | 111101 |
Color Harmonies of #845CDC
Complementary color
Monochromatic Colors of #845CDC
Black with #845CDC
Text Example
Text Example
White with #845CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CDC; }
p { color: rgb(132,92,220); }
H1.HeaderClassName
{
color: #845CDC;
}
.AnyTagClassName
{
color: #845CDC;
}
</style>
background-color css
<style>
a { background-color: #845CDC; }
a { background-color: rgb(132,92,220); }
div.DivClassName
{
background-color: #845CDC;
}
.BgClassName
{
background-color: #845CDC;
}
</style>
border-color css
<style>
span { border-color: #845CDC; }
span { border-color: rgb(132,92,220); }
td.TdClassName
{
border-color: #845CDC;
}
.TagClassName
{
border-color: #845CDC;
}
</style>