Shades of Medium Purple #845DD9
Tints of Medium Purple #845DD9
RGB
CMYK
RGB Variations
Color information
#845DD9 (or 0x845DD9) is known color: Medium Purple. HEX triplet: 84, 5D and D9. RGB value is (132,93,217). Sum of RGB (Red+Green+Blue) = 132+93+217=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #845DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DD9 is #7BA226. Grayscale: #767676. Windows color (decimal): -8102439 or 14245252. OLE color: 14245252.
HSL color Cylindrical-coordinate representation of color #845DD9: hue angle of 258.87º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845DD9 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 93 | 217 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.15 |
| HSL | 258.87º | 0.62% | 0.61% | - |
| HSV(B) | 258.87º | 0.57% | 0.85% | - |
| XYZ | 25.95 | 17.74 | 67.7 | - |
| YUV | 118.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 217 | 0.39 | 0.57 | 0 | 0.15 | 258.87 | 0.62 | 0.61 |
| Hex | 84 | 5D | D9 | 27 | 39 | 0 | F | 103 | 3E | 3D |
| Octal | 204 | 135 | 331 | 47 | 71 | 0 | 17 | 403 | 76 | 75 |
| Binary | 10000100 | 1011101 | 11011001 | 100111 | 111001 | 0 | 1111 | 100000011 | 111110 | 111101 |
Color Harmonies of #845DD9
Complementary color
Monochromatic Colors of #845DD9
Black with #845DD9
Text Example
Text Example
White with #845DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DD9; }
p { color: rgb(132,93,217); }
H1.HeaderClassName
{
color: #845DD9;
}
.AnyTagClassName
{
color: #845DD9;
}
</style>
background-color css
<style>
a { background-color: #845DD9; }
a { background-color: rgb(132,93,217); }
div.DivClassName
{
background-color: #845DD9;
}
.BgClassName
{
background-color: #845DD9;
}
</style>
border-color css
<style>
span { border-color: #845DD9; }
span { border-color: rgb(132,93,217); }
td.TdClassName
{
border-color: #845DD9;
}
.TagClassName
{
border-color: #845DD9;
}
</style>