Shades of Medium Purple #8F58E5
Tints of Medium Purple #8F58E5
RGB
CMYK
RGB Variations
Color information
#8F58E5 (or 0x8F58E5) is known color: Medium Purple. HEX triplet: 8F, 58 and E5. RGB value is (143,88,229). Sum of RGB (Red+Green+Blue) = 143+88+229=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F58E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F58E5 is #70A71A. Grayscale: #787878. Windows color (decimal): -7382811 or 15030415. OLE color: 15030415.
HSL color Cylindrical-coordinate representation of color #8F58E5: hue angle of 263.4º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F58E5 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 88 | 229 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.10 |
| HSL | 263.4º | 0.73% | 0.62% | - |
| HSV(B) | 263.4º | 0.62% | 0.9% | - |
| XYZ | 28.96 | 18.48 | 76.17 | - |
| YUV | 120.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 229 | 0.38 | 0.62 | 0 | 0.10 | 263.4 | 0.73 | 0.62 |
| Hex | 8F | 58 | E5 | 26 | 3E | 0 | A | 107 | 49 | 3E |
| Octal | 217 | 130 | 345 | 46 | 76 | 0 | 12 | 407 | 111 | 76 |
| Binary | 10001111 | 1011000 | 11100101 | 100110 | 111110 | 0 | 1010 | 100000111 | 1001001 | 111110 |
Color Harmonies of #8F58E5
Complementary color
Monochromatic Colors of #8F58E5
Black with #8F58E5
Text Example
Text Example
White with #8F58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58E5; }
p { color: rgb(143,88,229); }
H1.HeaderClassName
{
color: #8F58E5;
}
.AnyTagClassName
{
color: #8F58E5;
}
</style>
background-color css
<style>
a { background-color: #8F58E5; }
a { background-color: rgb(143,88,229); }
div.DivClassName
{
background-color: #8F58E5;
}
.BgClassName
{
background-color: #8F58E5;
}
</style>
border-color css
<style>
span { border-color: #8F58E5; }
span { border-color: rgb(143,88,229); }
td.TdClassName
{
border-color: #8F58E5;
}
.TagClassName
{
border-color: #8F58E5;
}
</style>