Shades of Medium Purple #8F58EE
Tints of Medium Purple #8F58EE
RGB
CMYK
RGB Variations
Color information
#8F58EE (or 0x8F58EE) is known color: Medium Purple. HEX triplet: 8F, 58 and EE. RGB value is (143,88,238). Sum of RGB (Red+Green+Blue) = 143+88+238=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F58EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F58EE is #70A711. Grayscale: #797979. Windows color (decimal): -7382802 or 15620239. OLE color: 15620239.
HSL color Cylindrical-coordinate representation of color #8F58EE: hue angle of 262º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F58EE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 88 | 238 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.07 |
| HSL | 262º | 0.82% | 0.64% | - |
| HSV(B) | 262º | 0.63% | 0.93% | - |
| XYZ | 30.25 | 18.99 | 82.96 | - |
| YUV | 121.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 238 | 0.40 | 0.63 | 0 | 0.07 | 262 | 0.82 | 0.64 |
| Hex | 8F | 58 | EE | 28 | 3F | 0 | 7 | 106 | 52 | 40 |
| Octal | 217 | 130 | 356 | 50 | 77 | 0 | 7 | 406 | 122 | 100 |
| Binary | 10001111 | 1011000 | 11101110 | 101000 | 111111 | 0 | 111 | 100000110 | 1010010 | 1000000 |
Color Harmonies of #8F58EE
Complementary color
Monochromatic Colors of #8F58EE
Black with #8F58EE
Text Example
Text Example
White with #8F58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58EE; }
p { color: rgb(143,88,238); }
H1.HeaderClassName
{
color: #8F58EE;
}
.AnyTagClassName
{
color: #8F58EE;
}
</style>
background-color css
<style>
a { background-color: #8F58EE; }
a { background-color: rgb(143,88,238); }
div.DivClassName
{
background-color: #8F58EE;
}
.BgClassName
{
background-color: #8F58EE;
}
</style>
border-color css
<style>
span { border-color: #8F58EE; }
span { border-color: rgb(143,88,238); }
td.TdClassName
{
border-color: #8F58EE;
}
.TagClassName
{
border-color: #8F58EE;
}
</style>