Shades of Medium Purple #8F72EC
Tints of Medium Purple #8F72EC
RGB
CMYK
RGB Variations
Color information
#8F72EC (or 0x8F72EC) is known color: Medium Purple. HEX triplet: 8F, 72 and EC. RGB value is (143,114,236). Sum of RGB (Red+Green+Blue) = 143+114+236=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F72EC is #708D13. Grayscale: #888888. Windows color (decimal): -7376148 or 15495823. OLE color: 15495823.
HSL color Cylindrical-coordinate representation of color #8F72EC: hue angle of 254.26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F72EC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 114 | 236 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.07 |
| HSL | 254.26º | 0.76% | 0.69% | - |
| HSV(B) | 254.26º | 0.52% | 0.93% | - |
| XYZ | 32.49 | 23.93 | 82.26 | - |
| YUV | 136.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 236 | 0.39 | 0.52 | 0 | 0.07 | 254.26 | 0.76 | 0.69 |
| Hex | 8F | 72 | EC | 27 | 34 | 0 | 7 | FE | 4C | 45 |
| Octal | 217 | 162 | 354 | 47 | 64 | 0 | 7 | 376 | 114 | 105 |
| Binary | 10001111 | 1110010 | 11101100 | 100111 | 110100 | 0 | 111 | 11111110 | 1001100 | 1000101 |
Color Harmonies of #8F72EC
Complementary color
Monochromatic Colors of #8F72EC
Black with #8F72EC
Text Example
Text Example
White with #8F72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72EC; }
p { color: rgb(143,114,236); }
H1.HeaderClassName
{
color: #8F72EC;
}
.AnyTagClassName
{
color: #8F72EC;
}
</style>
background-color css
<style>
a { background-color: #8F72EC; }
a { background-color: rgb(143,114,236); }
div.DivClassName
{
background-color: #8F72EC;
}
.BgClassName
{
background-color: #8F72EC;
}
</style>
border-color css
<style>
span { border-color: #8F72EC; }
span { border-color: rgb(143,114,236); }
td.TdClassName
{
border-color: #8F72EC;
}
.TagClassName
{
border-color: #8F72EC;
}
</style>