Shades of Medium Purple #8D4FEA
Tints of Medium Purple #8D4FEA
RGB
CMYK
RGB Variations
Color information
#8D4FEA (or 0x8D4FEA) is known color: Medium Purple. HEX triplet: 8D, 4F and EA. RGB value is (141,79,234). Sum of RGB (Red+Green+Blue) = 141+79+234=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D4FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4FEA is #72B015. Grayscale: #727272. Windows color (decimal): -7516182 or 15355789. OLE color: 15355789.
HSL color Cylindrical-coordinate representation of color #8D4FEA: hue angle of 264º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4FEA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 79 | 234 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.08 |
| HSL | 264º | 0.79% | 0.61% | - |
| HSV(B) | 264º | 0.66% | 0.92% | - |
| XYZ | 28.63 | 17.2 | 79.65 | - |
| YUV | 115.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 234 | 0.40 | 0.66 | 0 | 0.08 | 264 | 0.79 | 0.61 |
| Hex | 8D | 4F | EA | 28 | 42 | 0 | 8 | 108 | 4F | 3D |
| Octal | 215 | 117 | 352 | 50 | 102 | 0 | 10 | 410 | 117 | 75 |
| Binary | 10001101 | 1001111 | 11101010 | 101000 | 1000010 | 0 | 1000 | 100001000 | 1001111 | 111101 |
Color Harmonies of #8D4FEA
Complementary color
Monochromatic Colors of #8D4FEA
Black with #8D4FEA
Text Example
Text Example
White with #8D4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FEA; }
p { color: rgb(141,79,234); }
H1.HeaderClassName
{
color: #8D4FEA;
}
.AnyTagClassName
{
color: #8D4FEA;
}
</style>
background-color css
<style>
a { background-color: #8D4FEA; }
a { background-color: rgb(141,79,234); }
div.DivClassName
{
background-color: #8D4FEA;
}
.BgClassName
{
background-color: #8D4FEA;
}
</style>
border-color css
<style>
span { border-color: #8D4FEA; }
span { border-color: rgb(141,79,234); }
td.TdClassName
{
border-color: #8D4FEA;
}
.TagClassName
{
border-color: #8D4FEA;
}
</style>