Shades of Medium Purple #8556DB
Tints of Medium Purple #8556DB
RGB
CMYK
RGB Variations
Color information
#8556DB (or 0x8556DB) is known color: Medium Purple. HEX triplet: 85, 56 and DB. RGB value is (133,86,219). Sum of RGB (Red+Green+Blue) = 133+86+219=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #8556DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556DB is #7AA924. Grayscale: #727272. Windows color (decimal): -8038693 or 14374533. OLE color: 14374533.
HSL color Cylindrical-coordinate representation of color #8556DB: hue angle of 261.2º degrees, saturation: 0.65, 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 #8556DB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 86 | 219 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.14 |
| HSL | 261.2º | 0.65% | 0.6% | - |
| HSV(B) | 261.2º | 0.61% | 0.86% | - |
| XYZ | 25.79 | 16.76 | 68.89 | - |
| YUV | 115.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 219 | 0.39 | 0.61 | 0 | 0.14 | 261.2 | 0.65 | 0.6 |
| Hex | 85 | 56 | DB | 27 | 3D | 0 | E | 105 | 41 | 3C |
| Octal | 205 | 126 | 333 | 47 | 75 | 0 | 16 | 405 | 101 | 74 |
| Binary | 10000101 | 1010110 | 11011011 | 100111 | 111101 | 0 | 1110 | 100000101 | 1000001 | 111100 |
Color Harmonies of #8556DB
Complementary color
Monochromatic Colors of #8556DB
Black with #8556DB
Text Example
Text Example
White with #8556DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556DB; }
p { color: rgb(133,86,219); }
H1.HeaderClassName
{
color: #8556DB;
}
.AnyTagClassName
{
color: #8556DB;
}
</style>
background-color css
<style>
a { background-color: #8556DB; }
a { background-color: rgb(133,86,219); }
div.DivClassName
{
background-color: #8556DB;
}
.BgClassName
{
background-color: #8556DB;
}
</style>
border-color css
<style>
span { border-color: #8556DB; }
span { border-color: rgb(133,86,219); }
td.TdClassName
{
border-color: #8556DB;
}
.TagClassName
{
border-color: #8556DB;
}
</style>