Shades of Medium Purple #845FDD
Tints of Medium Purple #845FDD
RGB
CMYK
RGB Variations
Color information
#845FDD (or 0x845FDD) is known color: Medium Purple. HEX triplet: 84, 5F and DD. RGB value is (132,95,221). Sum of RGB (Red+Green+Blue) = 132+95+221=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #845FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FDD is #7BA022. Grayscale: #777777. Windows color (decimal): -8101923 or 14507908. OLE color: 14507908.
HSL color Cylindrical-coordinate representation of color #845FDD: hue angle of 257.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845FDD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 95 | 221 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.13 |
| HSL | 257.62º | 0.65% | 0.62% | - |
| HSV(B) | 257.62º | 0.57% | 0.87% | - |
| XYZ | 26.66 | 18.31 | 70.54 | - |
| YUV | 120.43 | 184.76 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 221 | 0.40 | 0.57 | 0 | 0.13 | 257.62 | 0.65 | 0.62 |
| Hex | 84 | 5F | DD | 28 | 39 | 0 | D | 102 | 41 | 3E |
| Octal | 204 | 137 | 335 | 50 | 71 | 0 | 15 | 402 | 101 | 76 |
| Binary | 10000100 | 1011111 | 11011101 | 101000 | 111001 | 0 | 1101 | 100000010 | 1000001 | 111110 |
Color Harmonies of #845FDD
Complementary color
Monochromatic Colors of #845FDD
Black with #845FDD
Text Example
Text Example
White with #845FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FDD; }
p { color: rgb(132,95,221); }
H1.HeaderClassName
{
color: #845FDD;
}
.AnyTagClassName
{
color: #845FDD;
}
</style>
background-color css
<style>
a { background-color: #845FDD; }
a { background-color: rgb(132,95,221); }
div.DivClassName
{
background-color: #845FDD;
}
.BgClassName
{
background-color: #845FDD;
}
</style>
border-color css
<style>
span { border-color: #845FDD; }
span { border-color: rgb(132,95,221); }
td.TdClassName
{
border-color: #845FDD;
}
.TagClassName
{
border-color: #845FDD;
}
</style>