Shades of Medium Purple #8456DC
Tints of Medium Purple #8456DC
RGB
CMYK
RGB Variations
Color information
#8456DC (or 0x8456DC) is known color: Medium Purple. HEX triplet: 84, 56 and DC. RGB value is (132,86,220). Sum of RGB (Red+Green+Blue) = 132+86+220=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #8456DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456DC is #7BA923. Grayscale: #727272. Windows color (decimal): -8104228 or 14440068. OLE color: 14440068.
HSL color Cylindrical-coordinate representation of color #8456DC: hue angle of 260.6º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8456DC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 86 | 220 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.14 |
| HSL | 260.6º | 0.66% | 0.6% | - |
| HSV(B) | 260.6º | 0.61% | 0.86% | - |
| XYZ | 25.76 | 16.73 | 69.58 | - |
| YUV | 115.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 220 | 0.40 | 0.61 | 0 | 0.14 | 260.6 | 0.66 | 0.6 |
| Hex | 84 | 56 | DC | 28 | 3D | 0 | E | 105 | 42 | 3C |
| Octal | 204 | 126 | 334 | 50 | 75 | 0 | 16 | 405 | 102 | 74 |
| Binary | 10000100 | 1010110 | 11011100 | 101000 | 111101 | 0 | 1110 | 100000101 | 1000010 | 111100 |
Color Harmonies of #8456DC
Complementary color
Monochromatic Colors of #8456DC
Black with #8456DC
Text Example
Text Example
White with #8456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8456DC; }
p { color: rgb(132,86,220); }
H1.HeaderClassName
{
color: #8456DC;
}
.AnyTagClassName
{
color: #8456DC;
}
</style>
background-color css
<style>
a { background-color: #8456DC; }
a { background-color: rgb(132,86,220); }
div.DivClassName
{
background-color: #8456DC;
}
.BgClassName
{
background-color: #8456DC;
}
</style>
border-color css
<style>
span { border-color: #8456DC; }
span { border-color: rgb(132,86,220); }
td.TdClassName
{
border-color: #8456DC;
}
.TagClassName
{
border-color: #8456DC;
}
</style>