Shades of Medium Purple #845DDC
Tints of Medium Purple #845DDC
RGB
CMYK
RGB Variations
Color information
#845DDC (or 0x845DDC) is known color: Medium Purple. HEX triplet: 84, 5D and DC. RGB value is (132,93,220). Sum of RGB (Red+Green+Blue) = 132+93+220=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #845DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DDC is #7BA223. Grayscale: #767676. Windows color (decimal): -8102436 or 14441860. OLE color: 14441860.
HSL color Cylindrical-coordinate representation of color #845DDC: hue angle of 258.43º degrees, saturation: 0.64, 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 #845DDC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 93 | 220 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.14 |
| HSL | 258.43º | 0.64% | 0.61% | - |
| HSV(B) | 258.43º | 0.58% | 0.86% | - |
| XYZ | 26.35 | 17.9 | 69.78 | - |
| YUV | 119.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 220 | 0.40 | 0.58 | 0 | 0.14 | 258.43 | 0.64 | 0.61 |
| Hex | 84 | 5D | DC | 28 | 3A | 0 | E | 102 | 40 | 3D |
| Octal | 204 | 135 | 334 | 50 | 72 | 0 | 16 | 402 | 100 | 75 |
| Binary | 10000100 | 1011101 | 11011100 | 101000 | 111010 | 0 | 1110 | 100000010 | 1000000 | 111101 |
Color Harmonies of #845DDC
Complementary color
Monochromatic Colors of #845DDC
Black with #845DDC
Text Example
Text Example
White with #845DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DDC; }
p { color: rgb(132,93,220); }
H1.HeaderClassName
{
color: #845DDC;
}
.AnyTagClassName
{
color: #845DDC;
}
</style>
background-color css
<style>
a { background-color: #845DDC; }
a { background-color: rgb(132,93,220); }
div.DivClassName
{
background-color: #845DDC;
}
.BgClassName
{
background-color: #845DDC;
}
</style>
border-color css
<style>
span { border-color: #845DDC; }
span { border-color: rgb(132,93,220); }
td.TdClassName
{
border-color: #845DDC;
}
.TagClassName
{
border-color: #845DDC;
}
</style>