Shades of Medium Purple #8F50EB
Tints of Medium Purple #8F50EB
RGB
CMYK
RGB Variations
Color information
#8F50EB (or 0x8F50EB) is known color: Medium Purple. HEX triplet: 8F, 50 and EB. RGB value is (143,80,235). Sum of RGB (Red+Green+Blue) = 143+80+235=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50EB is #70AF14. Grayscale: #737373. Windows color (decimal): -7384853 or 15421583. OLE color: 15421583.
HSL color Cylindrical-coordinate representation of color #8F50EB: hue angle of 264.39º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F50EB is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 80 | 235 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.08 |
| HSL | 264.39º | 0.79% | 0.62% | - |
| HSV(B) | 264.39º | 0.66% | 0.92% | - |
| XYZ | 29.19 | 17.58 | 80.45 | - |
| YUV | 116.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 235 | 0.39 | 0.66 | 0 | 0.08 | 264.39 | 0.79 | 0.62 |
| Hex | 8F | 50 | EB | 27 | 42 | 0 | 8 | 108 | 4F | 3E |
| Octal | 217 | 120 | 353 | 47 | 102 | 0 | 10 | 410 | 117 | 76 |
| Binary | 10001111 | 1010000 | 11101011 | 100111 | 1000010 | 0 | 1000 | 100001000 | 1001111 | 111110 |
Color Harmonies of #8F50EB
Complementary color
Monochromatic Colors of #8F50EB
Black with #8F50EB
Text Example
Text Example
White with #8F50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50EB; }
p { color: rgb(143,80,235); }
H1.HeaderClassName
{
color: #8F50EB;
}
.AnyTagClassName
{
color: #8F50EB;
}
</style>
background-color css
<style>
a { background-color: #8F50EB; }
a { background-color: rgb(143,80,235); }
div.DivClassName
{
background-color: #8F50EB;
}
.BgClassName
{
background-color: #8F50EB;
}
</style>
border-color css
<style>
span { border-color: #8F50EB; }
span { border-color: rgb(143,80,235); }
td.TdClassName
{
border-color: #8F50EB;
}
.TagClassName
{
border-color: #8F50EB;
}
</style>