Shades of Medium Purple #845BDD
Tints of Medium Purple #845BDD
RGB
CMYK
RGB Variations
Color information
#845BDD (or 0x845BDD) is known color: Medium Purple. HEX triplet: 84, 5B and DD. RGB value is (132,91,221). Sum of RGB (Red+Green+Blue) = 132+91+221=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #845BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BDD is #7BA422. Grayscale: #757575. Windows color (decimal): -8102947 or 14506884. OLE color: 14506884.
HSL color Cylindrical-coordinate representation of color #845BDD: hue angle of 258.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845BDD is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 91 | 221 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.13 |
| HSL | 258.92º | 0.66% | 0.61% | - |
| HSV(B) | 258.92º | 0.59% | 0.87% | - |
| XYZ | 26.31 | 17.61 | 70.42 | - |
| YUV | 118.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 221 | 0.40 | 0.59 | 0 | 0.13 | 258.92 | 0.66 | 0.61 |
| Hex | 84 | 5B | DD | 28 | 3B | 0 | D | 103 | 42 | 3D |
| Octal | 204 | 133 | 335 | 50 | 73 | 0 | 15 | 403 | 102 | 75 |
| Binary | 10000100 | 1011011 | 11011101 | 101000 | 111011 | 0 | 1101 | 100000011 | 1000010 | 111101 |
Color Harmonies of #845BDD
Complementary color
Monochromatic Colors of #845BDD
Black with #845BDD
Text Example
Text Example
White with #845BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BDD; }
p { color: rgb(132,91,221); }
H1.HeaderClassName
{
color: #845BDD;
}
.AnyTagClassName
{
color: #845BDD;
}
</style>
background-color css
<style>
a { background-color: #845BDD; }
a { background-color: rgb(132,91,221); }
div.DivClassName
{
background-color: #845BDD;
}
.BgClassName
{
background-color: #845BDD;
}
</style>
border-color css
<style>
span { border-color: #845BDD; }
span { border-color: rgb(132,91,221); }
td.TdClassName
{
border-color: #845BDD;
}
.TagClassName
{
border-color: #845BDD;
}
</style>