Shades of Medium Purple #8F58EF
Tints of Medium Purple #8F58EF
RGB
CMYK
RGB Variations
Color information
#8F58EF (or 0x8F58EF) is known color: Medium Purple. HEX triplet: 8F, 58 and EF. RGB value is (143,88,239). Sum of RGB (Red+Green+Blue) = 143+88+239=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F58EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F58EF is #70A710. Grayscale: #797979. Windows color (decimal): -7382801 or 15685775. OLE color: 15685775.
HSL color Cylindrical-coordinate representation of color #8F58EF: hue angle of 261.85º degrees, saturation: 0.83, 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 #8F58EF is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 88 | 239 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.06 |
| HSL | 261.85º | 0.83% | 0.64% | - |
| HSV(B) | 261.85º | 0.63% | 0.94% | - |
| XYZ | 30.4 | 19.05 | 83.74 | - |
| YUV | 121.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 239 | 0.40 | 0.63 | 0 | 0.06 | 261.85 | 0.83 | 0.64 |
| Hex | 8F | 58 | EF | 28 | 3F | 0 | 6 | 106 | 53 | 40 |
| Octal | 217 | 130 | 357 | 50 | 77 | 0 | 6 | 406 | 123 | 100 |
| Binary | 10001111 | 1011000 | 11101111 | 101000 | 111111 | 0 | 110 | 100000110 | 1010011 | 1000000 |
Color Harmonies of #8F58EF
Complementary color
Monochromatic Colors of #8F58EF
Black with #8F58EF
Text Example
Text Example
White with #8F58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58EF; }
p { color: rgb(143,88,239); }
H1.HeaderClassName
{
color: #8F58EF;
}
.AnyTagClassName
{
color: #8F58EF;
}
</style>
background-color css
<style>
a { background-color: #8F58EF; }
a { background-color: rgb(143,88,239); }
div.DivClassName
{
background-color: #8F58EF;
}
.BgClassName
{
background-color: #8F58EF;
}
</style>
border-color css
<style>
span { border-color: #8F58EF; }
span { border-color: rgb(143,88,239); }
td.TdClassName
{
border-color: #8F58EF;
}
.TagClassName
{
border-color: #8F58EF;
}
</style>