Shades of Medium Purple #8D4FE5
Tints of Medium Purple #8D4FE5
RGB
CMYK
RGB Variations
Color information
#8D4FE5 (or 0x8D4FE5) is known color: Medium Purple. HEX triplet: 8D, 4F and E5. RGB value is (141,79,229). Sum of RGB (Red+Green+Blue) = 141+79+229=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D4FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4FE5 is #72B01A. Grayscale: #727272. Windows color (decimal): -7516187 or 15028109. OLE color: 15028109.
HSL color Cylindrical-coordinate representation of color #8D4FE5: hue angle of 264.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4FE5 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 79 | 229 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.10 |
| HSL | 264.8º | 0.74% | 0.6% | - |
| HSV(B) | 264.8º | 0.66% | 0.9% | - |
| XYZ | 27.92 | 16.91 | 75.92 | - |
| YUV | 114.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 229 | 0.38 | 0.66 | 0 | 0.10 | 264.8 | 0.74 | 0.6 |
| Hex | 8D | 4F | E5 | 26 | 42 | 0 | A | 109 | 4A | 3C |
| Octal | 215 | 117 | 345 | 46 | 102 | 0 | 12 | 411 | 112 | 74 |
| Binary | 10001101 | 1001111 | 11100101 | 100110 | 1000010 | 0 | 1010 | 100001001 | 1001010 | 111100 |
Color Harmonies of #8D4FE5
Complementary color
Monochromatic Colors of #8D4FE5
Black with #8D4FE5
Text Example
Text Example
White with #8D4FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FE5; }
p { color: rgb(141,79,229); }
H1.HeaderClassName
{
color: #8D4FE5;
}
.AnyTagClassName
{
color: #8D4FE5;
}
</style>
background-color css
<style>
a { background-color: #8D4FE5; }
a { background-color: rgb(141,79,229); }
div.DivClassName
{
background-color: #8D4FE5;
}
.BgClassName
{
background-color: #8D4FE5;
}
</style>
border-color css
<style>
span { border-color: #8D4FE5; }
span { border-color: rgb(141,79,229); }
td.TdClassName
{
border-color: #8D4FE5;
}
.TagClassName
{
border-color: #8D4FE5;
}
</style>