Shades of Medium Purple #8D5FEC
Tints of Medium Purple #8D5FEC
RGB
CMYK
RGB Variations
Color information
#8D5FEC (or 0x8D5FEC) is known color: Medium Purple. HEX triplet: 8D, 5F and EC. RGB value is (141,95,236). Sum of RGB (Red+Green+Blue) = 141+95+236=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5FEC is #72A013. Grayscale: #7C7C7C. Windows color (decimal): -7512084 or 15490957. OLE color: 15490957.
HSL color Cylindrical-coordinate representation of color #8D5FEC: hue angle of 259.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D5FEC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 95 | 236 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.07 |
| HSL | 259.57º | 0.79% | 0.65% | - |
| HSV(B) | 259.57º | 0.6% | 0.93% | - |
| XYZ | 30.22 | 19.9 | 81.61 | - |
| YUV | 124.83 | 190.74 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 236 | 0.40 | 0.60 | 0 | 0.07 | 259.57 | 0.79 | 0.65 |
| Hex | 8D | 5F | EC | 28 | 3C | 0 | 7 | 104 | 4F | 41 |
| Octal | 215 | 137 | 354 | 50 | 74 | 0 | 7 | 404 | 117 | 101 |
| Binary | 10001101 | 1011111 | 11101100 | 101000 | 111100 | 0 | 111 | 100000100 | 1001111 | 1000001 |
Color Harmonies of #8D5FEC
Complementary color
Monochromatic Colors of #8D5FEC
Black with #8D5FEC
Text Example
Text Example
White with #8D5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FEC; }
p { color: rgb(141,95,236); }
H1.HeaderClassName
{
color: #8D5FEC;
}
.AnyTagClassName
{
color: #8D5FEC;
}
</style>
background-color css
<style>
a { background-color: #8D5FEC; }
a { background-color: rgb(141,95,236); }
div.DivClassName
{
background-color: #8D5FEC;
}
.BgClassName
{
background-color: #8D5FEC;
}
</style>
border-color css
<style>
span { border-color: #8D5FEC; }
span { border-color: rgb(141,95,236); }
td.TdClassName
{
border-color: #8D5FEC;
}
.TagClassName
{
border-color: #8D5FEC;
}
</style>