Shades of Medium Purple #8F59EA
Tints of Medium Purple #8F59EA
RGB
CMYK
RGB Variations
Color information
#8F59EA (or 0x8F59EA) is known color: Medium Purple. HEX triplet: 8F, 59 and EA. RGB value is (143,89,234). Sum of RGB (Red+Green+Blue) = 143+89+234=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F59EA is #70A615. Grayscale: #797979. Windows color (decimal): -7382550 or 15358351. OLE color: 15358351.
HSL color Cylindrical-coordinate representation of color #8F59EA: hue angle of 262.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F59EA is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 89 | 234 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.08 |
| HSL | 262.34º | 0.78% | 0.63% | - |
| HSV(B) | 262.34º | 0.62% | 0.92% | - |
| XYZ | 29.75 | 18.92 | 79.93 | - |
| YUV | 121.68 | 191.39 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 234 | 0.39 | 0.62 | 0 | 0.08 | 262.34 | 0.78 | 0.63 |
| Hex | 8F | 59 | EA | 27 | 3E | 0 | 8 | 106 | 4E | 3F |
| Octal | 217 | 131 | 352 | 47 | 76 | 0 | 10 | 406 | 116 | 77 |
| Binary | 10001111 | 1011001 | 11101010 | 100111 | 111110 | 0 | 1000 | 100000110 | 1001110 | 111111 |
Color Harmonies of #8F59EA
Complementary color
Monochromatic Colors of #8F59EA
Black with #8F59EA
Text Example
Text Example
White with #8F59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F59EA; }
p { color: rgb(143,89,234); }
H1.HeaderClassName
{
color: #8F59EA;
}
.AnyTagClassName
{
color: #8F59EA;
}
</style>
background-color css
<style>
a { background-color: #8F59EA; }
a { background-color: rgb(143,89,234); }
div.DivClassName
{
background-color: #8F59EA;
}
.BgClassName
{
background-color: #8F59EA;
}
</style>
border-color css
<style>
span { border-color: #8F59EA; }
span { border-color: rgb(143,89,234); }
td.TdClassName
{
border-color: #8F59EA;
}
.TagClassName
{
border-color: #8F59EA;
}
</style>