Shades of Medium Purple #8D56E5
Tints of Medium Purple #8D56E5
RGB
CMYK
RGB Variations
Color information
#8D56E5 (or 0x8D56E5) is known color: Medium Purple. HEX triplet: 8D, 56 and E5. RGB value is (141,86,229). Sum of RGB (Red+Green+Blue) = 141+86+229=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D56E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D56E5 is #72A91A. Grayscale: #767676. Windows color (decimal): -7514395 or 15029901. OLE color: 15029901.
HSL color Cylindrical-coordinate representation of color #8D56E5: hue angle of 263.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D56E5 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 86 | 229 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.10 |
| HSL | 263.08º | 0.73% | 0.62% | - |
| HSV(B) | 263.08º | 0.62% | 0.9% | - |
| XYZ | 28.46 | 17.98 | 76.1 | - |
| YUV | 118.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 229 | 0.38 | 0.62 | 0 | 0.10 | 263.08 | 0.73 | 0.62 |
| Hex | 8D | 56 | E5 | 26 | 3E | 0 | A | 107 | 49 | 3E |
| Octal | 215 | 126 | 345 | 46 | 76 | 0 | 12 | 407 | 111 | 76 |
| Binary | 10001101 | 1010110 | 11100101 | 100110 | 111110 | 0 | 1010 | 100000111 | 1001001 | 111110 |
Color Harmonies of #8D56E5
Complementary color
Monochromatic Colors of #8D56E5
Black with #8D56E5
Text Example
Text Example
White with #8D56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D56E5; }
p { color: rgb(141,86,229); }
H1.HeaderClassName
{
color: #8D56E5;
}
.AnyTagClassName
{
color: #8D56E5;
}
</style>
background-color css
<style>
a { background-color: #8D56E5; }
a { background-color: rgb(141,86,229); }
div.DivClassName
{
background-color: #8D56E5;
}
.BgClassName
{
background-color: #8D56E5;
}
</style>
border-color css
<style>
span { border-color: #8D56E5; }
span { border-color: rgb(141,86,229); }
td.TdClassName
{
border-color: #8D56E5;
}
.TagClassName
{
border-color: #8D56E5;
}
</style>