Shades of Medium Purple #845DDB
Tints of Medium Purple #845DDB
RGB
CMYK
RGB Variations
Color information
#845DDB (or 0x845DDB) is known color: Medium Purple. HEX triplet: 84, 5D and DB. RGB value is (132,93,219). Sum of RGB (Red+Green+Blue) = 132+93+219=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #845DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DDB is #7BA224. Grayscale: #767676. Windows color (decimal): -8102437 or 14376324. OLE color: 14376324.
HSL color Cylindrical-coordinate representation of color #845DDB: hue angle of 258.57º 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 #845DDB is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 93 | 219 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.14 |
| HSL | 258.57º | 0.64% | 0.61% | - |
| HSV(B) | 258.57º | 0.58% | 0.86% | - |
| XYZ | 26.22 | 17.85 | 69.08 | - |
| YUV | 119.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 219 | 0.40 | 0.58 | 0 | 0.14 | 258.57 | 0.64 | 0.61 |
| Hex | 84 | 5D | DB | 28 | 3A | 0 | E | 103 | 40 | 3D |
| Octal | 204 | 135 | 333 | 50 | 72 | 0 | 16 | 403 | 100 | 75 |
| Binary | 10000100 | 1011101 | 11011011 | 101000 | 111010 | 0 | 1110 | 100000011 | 1000000 | 111101 |
Color Harmonies of #845DDB
Complementary color
Monochromatic Colors of #845DDB
Black with #845DDB
Text Example
Text Example
White with #845DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DDB; }
p { color: rgb(132,93,219); }
H1.HeaderClassName
{
color: #845DDB;
}
.AnyTagClassName
{
color: #845DDB;
}
</style>
background-color css
<style>
a { background-color: #845DDB; }
a { background-color: rgb(132,93,219); }
div.DivClassName
{
background-color: #845DDB;
}
.BgClassName
{
background-color: #845DDB;
}
</style>
border-color css
<style>
span { border-color: #845DDB; }
span { border-color: rgb(132,93,219); }
td.TdClassName
{
border-color: #845DDB;
}
.TagClassName
{
border-color: #845DDB;
}
</style>