Shades of Medium Purple #8D58EC
Tints of Medium Purple #8D58EC
RGB
CMYK
RGB Variations
Color information
#8D58EC (or 0x8D58EC) is known color: Medium Purple. HEX triplet: 8D, 58 and EC. RGB value is (141,88,236). Sum of RGB (Red+Green+Blue) = 141+88+236=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D58EC is #72A713. Grayscale: #787878. Windows color (decimal): -7513876 or 15489165. OLE color: 15489165.
HSL color Cylindrical-coordinate representation of color #8D58EC: hue angle of 261.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D58EC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 88 | 236 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.07 |
| HSL | 261.49º | 0.8% | 0.64% | - |
| HSV(B) | 261.49º | 0.63% | 0.93% | - |
| XYZ | 29.61 | 18.7 | 81.41 | - |
| YUV | 120.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 236 | 0.40 | 0.63 | 0 | 0.07 | 261.49 | 0.8 | 0.64 |
| Hex | 8D | 58 | EC | 28 | 3F | 0 | 7 | 105 | 50 | 40 |
| Octal | 215 | 130 | 354 | 50 | 77 | 0 | 7 | 405 | 120 | 100 |
| Binary | 10001101 | 1011000 | 11101100 | 101000 | 111111 | 0 | 111 | 100000101 | 1010000 | 1000000 |
Color Harmonies of #8D58EC
Complementary color
Monochromatic Colors of #8D58EC
Black with #8D58EC
Text Example
Text Example
White with #8D58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D58EC; }
p { color: rgb(141,88,236); }
H1.HeaderClassName
{
color: #8D58EC;
}
.AnyTagClassName
{
color: #8D58EC;
}
</style>
background-color css
<style>
a { background-color: #8D58EC; }
a { background-color: rgb(141,88,236); }
div.DivClassName
{
background-color: #8D58EC;
}
.BgClassName
{
background-color: #8D58EC;
}
</style>
border-color css
<style>
span { border-color: #8D58EC; }
span { border-color: rgb(141,88,236); }
td.TdClassName
{
border-color: #8D58EC;
}
.TagClassName
{
border-color: #8D58EC;
}
</style>