Shades of Medium Purple #8556DC
Tints of Medium Purple #8556DC
RGB
CMYK
RGB Variations
Color information
#8556DC (or 0x8556DC) is known color: Medium Purple. HEX triplet: 85, 56 and DC. RGB value is (133,86,220). Sum of RGB (Red+Green+Blue) = 133+86+220=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8556DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556DC is #7AA923. Grayscale: #727272. Windows color (decimal): -8038692 or 14440069. OLE color: 14440069.
HSL color Cylindrical-coordinate representation of color #8556DC: hue angle of 261.04º 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 #8556DC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 86 | 220 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.14 |
| HSL | 261.04º | 0.66% | 0.6% | - |
| HSV(B) | 261.04º | 0.61% | 0.86% | - |
| XYZ | 25.92 | 16.81 | 69.59 | - |
| YUV | 115.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 220 | 0.40 | 0.61 | 0 | 0.14 | 261.04 | 0.66 | 0.6 |
| Hex | 85 | 56 | DC | 28 | 3D | 0 | E | 105 | 42 | 3C |
| Octal | 205 | 126 | 334 | 50 | 75 | 0 | 16 | 405 | 102 | 74 |
| Binary | 10000101 | 1010110 | 11011100 | 101000 | 111101 | 0 | 1110 | 100000101 | 1000010 | 111100 |
Color Harmonies of #8556DC
Complementary color
Monochromatic Colors of #8556DC
Black with #8556DC
Text Example
Text Example
White with #8556DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556DC; }
p { color: rgb(133,86,220); }
H1.HeaderClassName
{
color: #8556DC;
}
.AnyTagClassName
{
color: #8556DC;
}
</style>
background-color css
<style>
a { background-color: #8556DC; }
a { background-color: rgb(133,86,220); }
div.DivClassName
{
background-color: #8556DC;
}
.BgClassName
{
background-color: #8556DC;
}
</style>
border-color css
<style>
span { border-color: #8556DC; }
span { border-color: rgb(133,86,220); }
td.TdClassName
{
border-color: #8556DC;
}
.TagClassName
{
border-color: #8556DC;
}
</style>