Shades of Medium Purple #8E50E9
Tints of Medium Purple #8E50E9
RGB
CMYK
RGB Variations
Color information
#8E50E9 (or 0x8E50E9) is known color: Medium Purple. HEX triplet: 8E, 50 and E9. RGB value is (142,80,233). Sum of RGB (Red+Green+Blue) = 142+80+233=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #8E50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E50E9 is #71AF16. Grayscale: #737373. Windows color (decimal): -7450391 or 15290510. OLE color: 15290510.
HSL color Cylindrical-coordinate representation of color #8E50E9: hue angle of 264.31º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E50E9 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 80 | 233 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.09 |
| HSL | 264.31º | 0.78% | 0.61% | - |
| HSV(B) | 264.31º | 0.66% | 0.91% | - |
| XYZ | 28.73 | 17.37 | 78.93 | - |
| YUV | 115.98 | 194.04 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 233 | 0.39 | 0.66 | 0 | 0.09 | 264.31 | 0.78 | 0.61 |
| Hex | 8E | 50 | E9 | 27 | 42 | 0 | 9 | 108 | 4E | 3D |
| Octal | 216 | 120 | 351 | 47 | 102 | 0 | 11 | 410 | 116 | 75 |
| Binary | 10001110 | 1010000 | 11101001 | 100111 | 1000010 | 0 | 1001 | 100001000 | 1001110 | 111101 |
Color Harmonies of #8E50E9
Complementary color
Monochromatic Colors of #8E50E9
Black with #8E50E9
Text Example
Text Example
White with #8E50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E50E9; }
p { color: rgb(142,80,233); }
H1.HeaderClassName
{
color: #8E50E9;
}
.AnyTagClassName
{
color: #8E50E9;
}
</style>
background-color css
<style>
a { background-color: #8E50E9; }
a { background-color: rgb(142,80,233); }
div.DivClassName
{
background-color: #8E50E9;
}
.BgClassName
{
background-color: #8E50E9;
}
</style>
border-color css
<style>
span { border-color: #8E50E9; }
span { border-color: rgb(142,80,233); }
td.TdClassName
{
border-color: #8E50E9;
}
.TagClassName
{
border-color: #8E50E9;
}
</style>