Shades of Medium Purple #8C57E8
Tints of Medium Purple #8C57E8
RGB
CMYK
RGB Variations
Color information
#8C57E8 (or 0x8C57E8) is known color: Medium Purple. HEX triplet: 8C, 57 and E8. RGB value is (140,87,232). Sum of RGB (Red+Green+Blue) = 140+87+232=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C57E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C57E8 is #73A817. Grayscale: #767676. Windows color (decimal): -7579672 or 15226764. OLE color: 15226764.
HSL color Cylindrical-coordinate representation of color #8C57E8: hue angle of 261.93º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C57E8 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 87 | 232 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.09 |
| HSL | 261.93º | 0.76% | 0.63% | - |
| HSV(B) | 261.93º | 0.63% | 0.91% | - |
| XYZ | 28.79 | 18.22 | 78.34 | - |
| YUV | 119.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 232 | 0.40 | 0.62 | 0 | 0.09 | 261.93 | 0.76 | 0.63 |
| Hex | 8C | 57 | E8 | 28 | 3E | 0 | 9 | 106 | 4C | 3F |
| Octal | 214 | 127 | 350 | 50 | 76 | 0 | 11 | 406 | 114 | 77 |
| Binary | 10001100 | 1010111 | 11101000 | 101000 | 111110 | 0 | 1001 | 100000110 | 1001100 | 111111 |
Color Harmonies of #8C57E8
Complementary color
Monochromatic Colors of #8C57E8
Black with #8C57E8
Text Example
Text Example
White with #8C57E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C57E8; }
p { color: rgb(140,87,232); }
H1.HeaderClassName
{
color: #8C57E8;
}
.AnyTagClassName
{
color: #8C57E8;
}
</style>
background-color css
<style>
a { background-color: #8C57E8; }
a { background-color: rgb(140,87,232); }
div.DivClassName
{
background-color: #8C57E8;
}
.BgClassName
{
background-color: #8C57E8;
}
</style>
border-color css
<style>
span { border-color: #8C57E8; }
span { border-color: rgb(140,87,232); }
td.TdClassName
{
border-color: #8C57E8;
}
.TagClassName
{
border-color: #8C57E8;
}
</style>