Shades of Medium Purple #8F51ED
Tints of Medium Purple #8F51ED
RGB
CMYK
RGB Variations
Color information
#8F51ED (or 0x8F51ED) is known color: Medium Purple. HEX triplet: 8F, 51 and ED. RGB value is (143,81,237). Sum of RGB (Red+Green+Blue) = 143+81+237=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F51ED is #70AE12. Grayscale: #747474. Windows color (decimal): -7384595 or 15552911. OLE color: 15552911.
HSL color Cylindrical-coordinate representation of color #8F51ED: hue angle of 263.85º 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 #8F51ED is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 81 | 237 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.07 |
| HSL | 263.85º | 0.81% | 0.62% | - |
| HSV(B) | 263.85º | 0.66% | 0.93% | - |
| XYZ | 29.56 | 17.84 | 82.01 | - |
| YUV | 117.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 237 | 0.40 | 0.66 | 0 | 0.07 | 263.85 | 0.81 | 0.62 |
| Hex | 8F | 51 | ED | 28 | 42 | 0 | 7 | 108 | 51 | 3E |
| Octal | 217 | 121 | 355 | 50 | 102 | 0 | 7 | 410 | 121 | 76 |
| Binary | 10001111 | 1010001 | 11101101 | 101000 | 1000010 | 0 | 111 | 100001000 | 1010001 | 111110 |
Color Harmonies of #8F51ED
Complementary color
Monochromatic Colors of #8F51ED
Black with #8F51ED
Text Example
Text Example
White with #8F51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F51ED; }
p { color: rgb(143,81,237); }
H1.HeaderClassName
{
color: #8F51ED;
}
.AnyTagClassName
{
color: #8F51ED;
}
</style>
background-color css
<style>
a { background-color: #8F51ED; }
a { background-color: rgb(143,81,237); }
div.DivClassName
{
background-color: #8F51ED;
}
.BgClassName
{
background-color: #8F51ED;
}
</style>
border-color css
<style>
span { border-color: #8F51ED; }
span { border-color: rgb(143,81,237); }
td.TdClassName
{
border-color: #8F51ED;
}
.TagClassName
{
border-color: #8F51ED;
}
</style>