Shades of Medium Purple #8F80E5
Tints of Medium Purple #8F80E5
RGB
CMYK
RGB Variations
Color information
#8F80E5 (or 0x8F80E5) is known color: Medium Purple. HEX triplet: 8F, 80 and E5. RGB value is (143,128,229). Sum of RGB (Red+Green+Blue) = 143+128+229=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F80E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80E5 is #707F1A. Grayscale: #8F8F8F. Windows color (decimal): -7372571 or 15040655. OLE color: 15040655.
HSL color Cylindrical-coordinate representation of color #8F80E5: hue angle of 248.91º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F80E5 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 128 | 229 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.10 |
| HSL | 248.91º | 0.66% | 0.7% | - |
| HSV(B) | 248.91º | 0.44% | 0.9% | - |
| XYZ | 33.19 | 26.94 | 77.58 | - |
| YUV | 144 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 229 | 0.38 | 0.44 | 0 | 0.10 | 248.91 | 0.66 | 0.7 |
| Hex | 8F | 80 | E5 | 26 | 2C | 0 | A | F9 | 42 | 46 |
| Octal | 217 | 200 | 345 | 46 | 54 | 0 | 12 | 371 | 102 | 106 |
| Binary | 10001111 | 10000000 | 11100101 | 100110 | 101100 | 0 | 1010 | 11111001 | 1000010 | 1000110 |
Color Harmonies of #8F80E5
Complementary color
Monochromatic Colors of #8F80E5
Black with #8F80E5
Text Example
Text Example
White with #8F80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80E5; }
p { color: rgb(143,128,229); }
H1.HeaderClassName
{
color: #8F80E5;
}
.AnyTagClassName
{
color: #8F80E5;
}
</style>
background-color css
<style>
a { background-color: #8F80E5; }
a { background-color: rgb(143,128,229); }
div.DivClassName
{
background-color: #8F80E5;
}
.BgClassName
{
background-color: #8F80E5;
}
</style>
border-color css
<style>
span { border-color: #8F80E5; }
span { border-color: rgb(143,128,229); }
td.TdClassName
{
border-color: #8F80E5;
}
.TagClassName
{
border-color: #8F80E5;
}
</style>