Shades of Medium Purple #8D50E5
Tints of Medium Purple #8D50E5
RGB
CMYK
RGB Variations
Color information
#8D50E5 (or 0x8D50E5) is known color: Medium Purple. HEX triplet: 8D, 50 and E5. RGB value is (141,80,229). Sum of RGB (Red+Green+Blue) = 141+80+229=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D50E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50E5 is #72AF1A. Grayscale: #727272. Windows color (decimal): -7515931 or 15028365. OLE color: 15028365.
HSL color Cylindrical-coordinate representation of color #8D50E5: hue angle of 264.56º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D50E5 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 80 | 229 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.10 |
| HSL | 264.56º | 0.74% | 0.61% | - |
| HSV(B) | 264.56º | 0.65% | 0.9% | - |
| XYZ | 28 | 17.06 | 75.95 | - |
| YUV | 115.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 229 | 0.38 | 0.65 | 0 | 0.10 | 264.56 | 0.74 | 0.61 |
| Hex | 8D | 50 | E5 | 26 | 41 | 0 | A | 109 | 4A | 3D |
| Octal | 215 | 120 | 345 | 46 | 101 | 0 | 12 | 411 | 112 | 75 |
| Binary | 10001101 | 1010000 | 11100101 | 100110 | 1000001 | 0 | 1010 | 100001001 | 1001010 | 111101 |
Color Harmonies of #8D50E5
Complementary color
Monochromatic Colors of #8D50E5
Black with #8D50E5
Text Example
Text Example
White with #8D50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D50E5; }
p { color: rgb(141,80,229); }
H1.HeaderClassName
{
color: #8D50E5;
}
.AnyTagClassName
{
color: #8D50E5;
}
</style>
background-color css
<style>
a { background-color: #8D50E5; }
a { background-color: rgb(141,80,229); }
div.DivClassName
{
background-color: #8D50E5;
}
.BgClassName
{
background-color: #8D50E5;
}
</style>
border-color css
<style>
span { border-color: #8D50E5; }
span { border-color: rgb(141,80,229); }
td.TdClassName
{
border-color: #8D50E5;
}
.TagClassName
{
border-color: #8D50E5;
}
</style>