Shades of Medium Purple #8E50EA
Tints of Medium Purple #8E50EA
RGB
CMYK
RGB Variations
Color information
#8E50EA (or 0x8E50EA) is known color: Medium Purple. HEX triplet: 8E, 50 and EA. RGB value is (142,80,234). Sum of RGB (Red+Green+Blue) = 142+80+234=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E50EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E50EA is #71AF15. Grayscale: #737373. Windows color (decimal): -7450390 or 15356046. OLE color: 15356046.
HSL color Cylindrical-coordinate representation of color #8E50EA: hue angle of 264.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E50EA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 80 | 234 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.08 |
| HSL | 264.16º | 0.79% | 0.62% | - |
| HSV(B) | 264.16º | 0.66% | 0.92% | - |
| XYZ | 28.88 | 17.43 | 79.68 | - |
| YUV | 116.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 234 | 0.39 | 0.66 | 0 | 0.08 | 264.16 | 0.79 | 0.62 |
| Hex | 8E | 50 | EA | 27 | 42 | 0 | 8 | 108 | 4F | 3E |
| Octal | 216 | 120 | 352 | 47 | 102 | 0 | 10 | 410 | 117 | 76 |
| Binary | 10001110 | 1010000 | 11101010 | 100111 | 1000010 | 0 | 1000 | 100001000 | 1001111 | 111110 |
Color Harmonies of #8E50EA
Complementary color
Monochromatic Colors of #8E50EA
Black with #8E50EA
Text Example
Text Example
White with #8E50EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E50EA; }
p { color: rgb(142,80,234); }
H1.HeaderClassName
{
color: #8E50EA;
}
.AnyTagClassName
{
color: #8E50EA;
}
</style>
background-color css
<style>
a { background-color: #8E50EA; }
a { background-color: rgb(142,80,234); }
div.DivClassName
{
background-color: #8E50EA;
}
.BgClassName
{
background-color: #8E50EA;
}
</style>
border-color css
<style>
span { border-color: #8E50EA; }
span { border-color: rgb(142,80,234); }
td.TdClassName
{
border-color: #8E50EA;
}
.TagClassName
{
border-color: #8E50EA;
}
</style>