Shades of Medium Purple #8D57EA
Tints of Medium Purple #8D57EA
RGB
CMYK
RGB Variations
Color information
#8D57EA (or 0x8D57EA) is known color: Medium Purple. HEX triplet: 8D, 57 and EA. RGB value is (141,87,234). Sum of RGB (Red+Green+Blue) = 141+87+234=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D57EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D57EA is #72A815. Grayscale: #777777. Windows color (decimal): -7514134 or 15357837. OLE color: 15357837.
HSL color Cylindrical-coordinate representation of color #8D57EA: hue angle of 262.04º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D57EA is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 87 | 234 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.08 |
| HSL | 262.04º | 0.78% | 0.63% | - |
| HSV(B) | 262.04º | 0.63% | 0.92% | - |
| XYZ | 29.24 | 18.42 | 79.86 | - |
| YUV | 119.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 234 | 0.40 | 0.63 | 0 | 0.08 | 262.04 | 0.78 | 0.63 |
| Hex | 8D | 57 | EA | 28 | 3F | 0 | 8 | 106 | 4E | 3F |
| Octal | 215 | 127 | 352 | 50 | 77 | 0 | 10 | 406 | 116 | 77 |
| Binary | 10001101 | 1010111 | 11101010 | 101000 | 111111 | 0 | 1000 | 100000110 | 1001110 | 111111 |
Color Harmonies of #8D57EA
Complementary color
Monochromatic Colors of #8D57EA
Black with #8D57EA
Text Example
Text Example
White with #8D57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D57EA; }
p { color: rgb(141,87,234); }
H1.HeaderClassName
{
color: #8D57EA;
}
.AnyTagClassName
{
color: #8D57EA;
}
</style>
background-color css
<style>
a { background-color: #8D57EA; }
a { background-color: rgb(141,87,234); }
div.DivClassName
{
background-color: #8D57EA;
}
.BgClassName
{
background-color: #8D57EA;
}
</style>
border-color css
<style>
span { border-color: #8D57EA; }
span { border-color: rgb(141,87,234); }
td.TdClassName
{
border-color: #8D57EA;
}
.TagClassName
{
border-color: #8D57EA;
}
</style>