Shades of Medium Purple #8F59EF
Tints of Medium Purple #8F59EF
RGB
CMYK
RGB Variations
Color information
#8F59EF (or 0x8F59EF) is known color: Medium Purple. HEX triplet: 8F, 59 and EF. RGB value is (143,89,239). Sum of RGB (Red+Green+Blue) = 143+89+239=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F59EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F59EF is #70A610. Grayscale: #797979. Windows color (decimal): -7382545 or 15686031. OLE color: 15686031.
HSL color Cylindrical-coordinate representation of color #8F59EF: hue angle of 261.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F59EF is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 89 | 239 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.06 |
| HSL | 261.6º | 0.82% | 0.64% | - |
| HSV(B) | 261.6º | 0.63% | 0.94% | - |
| XYZ | 30.48 | 19.22 | 83.76 | - |
| YUV | 122.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 239 | 0.40 | 0.63 | 0 | 0.06 | 261.6 | 0.82 | 0.64 |
| Hex | 8F | 59 | EF | 28 | 3F | 0 | 6 | 106 | 52 | 40 |
| Octal | 217 | 131 | 357 | 50 | 77 | 0 | 6 | 406 | 122 | 100 |
| Binary | 10001111 | 1011001 | 11101111 | 101000 | 111111 | 0 | 110 | 100000110 | 1010010 | 1000000 |
Color Harmonies of #8F59EF
Complementary color
Monochromatic Colors of #8F59EF
Black with #8F59EF
Text Example
Text Example
White with #8F59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F59EF; }
p { color: rgb(143,89,239); }
H1.HeaderClassName
{
color: #8F59EF;
}
.AnyTagClassName
{
color: #8F59EF;
}
</style>
background-color css
<style>
a { background-color: #8F59EF; }
a { background-color: rgb(143,89,239); }
div.DivClassName
{
background-color: #8F59EF;
}
.BgClassName
{
background-color: #8F59EF;
}
</style>
border-color css
<style>
span { border-color: #8F59EF; }
span { border-color: rgb(143,89,239); }
td.TdClassName
{
border-color: #8F59EF;
}
.TagClassName
{
border-color: #8F59EF;
}
</style>