Shades of Medium Purple #8D56EB
Tints of Medium Purple #8D56EB
RGB
CMYK
RGB Variations
Color information
#8D56EB (or 0x8D56EB) is known color: Medium Purple. HEX triplet: 8D, 56 and EB. RGB value is (141,86,235). Sum of RGB (Red+Green+Blue) = 141+86+235=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D56EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D56EB is #72A914. Grayscale: #767676. Windows color (decimal): -7514389 or 15423117. OLE color: 15423117.
HSL color Cylindrical-coordinate representation of color #8D56EB: hue angle of 262.15º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D56EB is Cyan = 0.4, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 86 | 235 | - |
| CMYK | 0.4 | 0.63 | 0 | 0.08 |
| HSL | 262.15º | 0.79% | 0.63% | - |
| HSV(B) | 262.15º | 0.63% | 0.92% | - |
| XYZ | 29.31 | 18.32 | 80.59 | - |
| YUV | 119.43 | 193.22 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 235 | 0.4 | 0.63 | 0 | 0.08 | 262.15 | 0.79 | 0.63 |
| Hex | 8D | 56 | EB | 28 | 3F | 0 | 8 | 106 | 4F | 3F |
| Octal | 215 | 126 | 353 | 50 | 77 | 0 | 10 | 406 | 117 | 77 |
| Binary | 10001101 | 1010110 | 11101011 | 101000 | 111111 | 0 | 1000 | 100000110 | 1001111 | 111111 |
Color Harmonies of #8D56EB
Complementary color
Monochromatic Colors of #8D56EB
Black with #8D56EB
Text Example
Text Example
White with #8D56EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D56EB; }
p { color: rgb(141,86,235); }
H1.HeaderClassName
{
color: #8D56EB;
}
.AnyTagClassName
{
color: #8D56EB;
}
</style>
background-color css
<style>
a { background-color: #8D56EB; }
a { background-color: rgb(141,86,235); }
div.DivClassName
{
background-color: #8D56EB;
}
.BgClassName
{
background-color: #8D56EB;
}
</style>
border-color css
<style>
span { border-color: #8D56EB; }
span { border-color: rgb(141,86,235); }
td.TdClassName
{
border-color: #8D56EB;
}
.TagClassName
{
border-color: #8D56EB;
}
</style>