Shades of Medium Purple #8D73EA
Tints of Medium Purple #8D73EA
RGB
CMYK
RGB Variations
Color information
#8D73EA (or 0x8D73EA) is known color: Medium Purple. HEX triplet: 8D, 73 and EA. RGB value is (141,115,234). Sum of RGB (Red+Green+Blue) = 141+115+234=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D73EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D73EA is #728C15. Grayscale: #878787. Windows color (decimal): -7506966 or 15365005. OLE color: 15365005.
HSL color Cylindrical-coordinate representation of color #8D73EA: hue angle of 253.11º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D73EA is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 115 | 234 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.08 |
| HSL | 253.11º | 0.74% | 0.68% | - |
| HSV(B) | 253.11º | 0.51% | 0.92% | - |
| XYZ | 31.97 | 23.86 | 80.76 | - |
| YUV | 136.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 234 | 0.40 | 0.51 | 0 | 0.08 | 253.11 | 0.74 | 0.68 |
| Hex | 8D | 73 | EA | 28 | 33 | 0 | 8 | FD | 4A | 44 |
| Octal | 215 | 163 | 352 | 50 | 63 | 0 | 10 | 375 | 112 | 104 |
| Binary | 10001101 | 1110011 | 11101010 | 101000 | 110011 | 0 | 1000 | 11111101 | 1001010 | 1000100 |
Color Harmonies of #8D73EA
Complementary color
Monochromatic Colors of #8D73EA
Black with #8D73EA
Text Example
Text Example
White with #8D73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73EA; }
p { color: rgb(141,115,234); }
H1.HeaderClassName
{
color: #8D73EA;
}
.AnyTagClassName
{
color: #8D73EA;
}
</style>
background-color css
<style>
a { background-color: #8D73EA; }
a { background-color: rgb(141,115,234); }
div.DivClassName
{
background-color: #8D73EA;
}
.BgClassName
{
background-color: #8D73EA;
}
</style>
border-color css
<style>
span { border-color: #8D73EA; }
span { border-color: rgb(141,115,234); }
td.TdClassName
{
border-color: #8D73EA;
}
.TagClassName
{
border-color: #8D73EA;
}
</style>