Shades of Medium Purple #8F50ED
Tints of Medium Purple #8F50ED
RGB
CMYK
RGB Variations
Color information
#8F50ED (or 0x8F50ED) is known color: Medium Purple. HEX triplet: 8F, 50 and ED. RGB value is (143,80,237). Sum of RGB (Red+Green+Blue) = 143+80+237=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50ED is #70AF12. Grayscale: #747474. Windows color (decimal): -7384851 or 15552655. OLE color: 15552655.
HSL color Cylindrical-coordinate representation of color #8F50ED: hue angle of 264.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F50ED is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 80 | 237 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.07 |
| HSL | 264.08º | 0.81% | 0.62% | - |
| HSV(B) | 264.08º | 0.66% | 0.93% | - |
| XYZ | 29.48 | 17.69 | 81.98 | - |
| YUV | 116.74 | 195.87 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 237 | 0.40 | 0.66 | 0 | 0.07 | 264.08 | 0.81 | 0.62 |
| Hex | 8F | 50 | ED | 28 | 42 | 0 | 7 | 108 | 51 | 3E |
| Octal | 217 | 120 | 355 | 50 | 102 | 0 | 7 | 410 | 121 | 76 |
| Binary | 10001111 | 1010000 | 11101101 | 101000 | 1000010 | 0 | 111 | 100001000 | 1010001 | 111110 |
Color Harmonies of #8F50ED
Complementary color
Monochromatic Colors of #8F50ED
Black with #8F50ED
Text Example
Text Example
White with #8F50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50ED; }
p { color: rgb(143,80,237); }
H1.HeaderClassName
{
color: #8F50ED;
}
.AnyTagClassName
{
color: #8F50ED;
}
</style>
background-color css
<style>
a { background-color: #8F50ED; }
a { background-color: rgb(143,80,237); }
div.DivClassName
{
background-color: #8F50ED;
}
.BgClassName
{
background-color: #8F50ED;
}
</style>
border-color css
<style>
span { border-color: #8F50ED; }
span { border-color: rgb(143,80,237); }
td.TdClassName
{
border-color: #8F50ED;
}
.TagClassName
{
border-color: #8F50ED;
}
</style>