Shades of Medium Purple #8F50E9
Tints of Medium Purple #8F50E9
RGB
CMYK
RGB Variations
Color information
#8F50E9 (or 0x8F50E9) is known color: Medium Purple. HEX triplet: 8F, 50 and E9. RGB value is (143,80,233). Sum of RGB (Red+Green+Blue) = 143+80+233=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #8F50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50E9 is #70AF16. Grayscale: #737373. Windows color (decimal): -7384855 or 15290511. OLE color: 15290511.
HSL color Cylindrical-coordinate representation of color #8F50E9: hue angle of 264.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F50E9 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 80 | 233 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.09 |
| HSL | 264.71º | 0.78% | 0.61% | - |
| HSV(B) | 264.71º | 0.66% | 0.91% | - |
| XYZ | 28.9 | 17.46 | 78.94 | - |
| YUV | 116.28 | 193.87 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 233 | 0.39 | 0.66 | 0 | 0.09 | 264.71 | 0.78 | 0.61 |
| Hex | 8F | 50 | E9 | 27 | 42 | 0 | 9 | 109 | 4E | 3D |
| Octal | 217 | 120 | 351 | 47 | 102 | 0 | 11 | 411 | 116 | 75 |
| Binary | 10001111 | 1010000 | 11101001 | 100111 | 1000010 | 0 | 1001 | 100001001 | 1001110 | 111101 |
Color Harmonies of #8F50E9
Complementary color
Monochromatic Colors of #8F50E9
Black with #8F50E9
Text Example
Text Example
White with #8F50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50E9; }
p { color: rgb(143,80,233); }
H1.HeaderClassName
{
color: #8F50E9;
}
.AnyTagClassName
{
color: #8F50E9;
}
</style>
background-color css
<style>
a { background-color: #8F50E9; }
a { background-color: rgb(143,80,233); }
div.DivClassName
{
background-color: #8F50E9;
}
.BgClassName
{
background-color: #8F50E9;
}
</style>
border-color css
<style>
span { border-color: #8F50E9; }
span { border-color: rgb(143,80,233); }
td.TdClassName
{
border-color: #8F50E9;
}
.TagClassName
{
border-color: #8F50E9;
}
</style>