Shades of Medium Purple #8456DD
Tints of Medium Purple #8456DD
RGB
CMYK
RGB Variations
Color information
#8456DD (or 0x8456DD) is known color: Medium Purple. HEX triplet: 84, 56 and DD. RGB value is (132,86,221). Sum of RGB (Red+Green+Blue) = 132+86+221=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #8456DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456DD is #7BA922. Grayscale: #727272. Windows color (decimal): -8104227 or 14505604. OLE color: 14505604.
HSL color Cylindrical-coordinate representation of color #8456DD: hue angle of 260.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8456DD is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 86 | 221 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.13 |
| HSL | 260.44º | 0.67% | 0.6% | - |
| HSV(B) | 260.44º | 0.61% | 0.87% | - |
| XYZ | 25.89 | 16.78 | 70.28 | - |
| YUV | 115.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 221 | 0.40 | 0.61 | 0 | 0.13 | 260.44 | 0.67 | 0.6 |
| Hex | 84 | 56 | DD | 28 | 3D | 0 | D | 104 | 43 | 3C |
| Octal | 204 | 126 | 335 | 50 | 75 | 0 | 15 | 404 | 103 | 74 |
| Binary | 10000100 | 1010110 | 11011101 | 101000 | 111101 | 0 | 1101 | 100000100 | 1000011 | 111100 |
Color Harmonies of #8456DD
Complementary color
Monochromatic Colors of #8456DD
Black with #8456DD
Text Example
Text Example
White with #8456DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8456DD; }
p { color: rgb(132,86,221); }
H1.HeaderClassName
{
color: #8456DD;
}
.AnyTagClassName
{
color: #8456DD;
}
</style>
background-color css
<style>
a { background-color: #8456DD; }
a { background-color: rgb(132,86,221); }
div.DivClassName
{
background-color: #8456DD;
}
.BgClassName
{
background-color: #8456DD;
}
</style>
border-color css
<style>
span { border-color: #8456DD; }
span { border-color: rgb(132,86,221); }
td.TdClassName
{
border-color: #8456DD;
}
.TagClassName
{
border-color: #8456DD;
}
</style>