Shades of Medium Purple #8D5BEC
Tints of Medium Purple #8D5BEC
RGB
CMYK
RGB Variations
Color information
#8D5BEC (or 0x8D5BEC) is known color: Medium Purple. HEX triplet: 8D, 5B and EC. RGB value is (141,91,236). Sum of RGB (Red+Green+Blue) = 141+91+236=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5BEC is #72A413. Grayscale: #797979. Windows color (decimal): -7513108 or 15489933. OLE color: 15489933.
HSL color Cylindrical-coordinate representation of color #8D5BEC: hue angle of 260.69º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D5BEC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 91 | 236 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.07 |
| HSL | 260.69º | 0.79% | 0.64% | - |
| HSV(B) | 260.69º | 0.61% | 0.93% | - |
| XYZ | 29.87 | 19.2 | 81.49 | - |
| YUV | 122.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 236 | 0.40 | 0.61 | 0 | 0.07 | 260.69 | 0.79 | 0.64 |
| Hex | 8D | 5B | EC | 28 | 3D | 0 | 7 | 105 | 4F | 40 |
| Octal | 215 | 133 | 354 | 50 | 75 | 0 | 7 | 405 | 117 | 100 |
| Binary | 10001101 | 1011011 | 11101100 | 101000 | 111101 | 0 | 111 | 100000101 | 1001111 | 1000000 |
Color Harmonies of #8D5BEC
Complementary color
Monochromatic Colors of #8D5BEC
Black with #8D5BEC
Text Example
Text Example
White with #8D5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5BEC; }
p { color: rgb(141,91,236); }
H1.HeaderClassName
{
color: #8D5BEC;
}
.AnyTagClassName
{
color: #8D5BEC;
}
</style>
background-color css
<style>
a { background-color: #8D5BEC; }
a { background-color: rgb(141,91,236); }
div.DivClassName
{
background-color: #8D5BEC;
}
.BgClassName
{
background-color: #8D5BEC;
}
</style>
border-color css
<style>
span { border-color: #8D5BEC; }
span { border-color: rgb(141,91,236); }
td.TdClassName
{
border-color: #8D5BEC;
}
.TagClassName
{
border-color: #8D5BEC;
}
</style>