Shades of Medium Purple #8F82E5
Tints of Medium Purple #8F82E5
RGB
CMYK
RGB Variations
Color information
#8F82E5 (or 0x8F82E5) is known color: Medium Purple. HEX triplet: 8F, 82 and E5. RGB value is (143,130,229). Sum of RGB (Red+Green+Blue) = 143+130+229=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F82E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82E5 is #707D1A. Grayscale: #909090. Windows color (decimal): -7372059 or 15041167. OLE color: 15041167.
HSL color Cylindrical-coordinate representation of color #8F82E5: hue angle of 247.88º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F82E5 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 130 | 229 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.10 |
| HSL | 247.88º | 0.66% | 0.7% | - |
| HSV(B) | 247.88º | 0.43% | 0.9% | - |
| XYZ | 33.45 | 27.46 | 77.67 | - |
| YUV | 145.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 229 | 0.38 | 0.43 | 0 | 0.10 | 247.88 | 0.66 | 0.7 |
| Hex | 8F | 82 | E5 | 26 | 2B | 0 | A | F8 | 42 | 46 |
| Octal | 217 | 202 | 345 | 46 | 53 | 0 | 12 | 370 | 102 | 106 |
| Binary | 10001111 | 10000010 | 11100101 | 100110 | 101011 | 0 | 1010 | 11111000 | 1000010 | 1000110 |
Color Harmonies of #8F82E5
Complementary color
Monochromatic Colors of #8F82E5
Black with #8F82E5
Text Example
Text Example
White with #8F82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F82E5; }
p { color: rgb(143,130,229); }
H1.HeaderClassName
{
color: #8F82E5;
}
.AnyTagClassName
{
color: #8F82E5;
}
</style>
background-color css
<style>
a { background-color: #8F82E5; }
a { background-color: rgb(143,130,229); }
div.DivClassName
{
background-color: #8F82E5;
}
.BgClassName
{
background-color: #8F82E5;
}
</style>
border-color css
<style>
span { border-color: #8F82E5; }
span { border-color: rgb(143,130,229); }
td.TdClassName
{
border-color: #8F82E5;
}
.TagClassName
{
border-color: #8F82E5;
}
</style>