Shades of Medium Purple #8F72E9
Tints of Medium Purple #8F72E9
RGB
CMYK
RGB Variations
Color information
#8F72E9 (or 0x8F72E9) is known color: Medium Purple. HEX triplet: 8F, 72 and E9. RGB value is (143,114,233). Sum of RGB (Red+Green+Blue) = 143+114+233=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #8F72E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F72E9 is #708D16. Grayscale: #878787. Windows color (decimal): -7376151 or 15299215. OLE color: 15299215.
HSL color Cylindrical-coordinate representation of color #8F72E9: hue angle of 254.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F72E9 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 114 | 233 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.09 |
| HSL | 254.62º | 0.73% | 0.68% | - |
| HSV(B) | 254.62º | 0.51% | 0.91% | - |
| XYZ | 32.05 | 23.76 | 79.99 | - |
| YUV | 136.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 233 | 0.39 | 0.51 | 0 | 0.09 | 254.62 | 0.73 | 0.68 |
| Hex | 8F | 72 | E9 | 27 | 33 | 0 | 9 | FF | 49 | 44 |
| Octal | 217 | 162 | 351 | 47 | 63 | 0 | 11 | 377 | 111 | 104 |
| Binary | 10001111 | 1110010 | 11101001 | 100111 | 110011 | 0 | 1001 | 11111111 | 1001001 | 1000100 |
Color Harmonies of #8F72E9
Complementary color
Monochromatic Colors of #8F72E9
Black with #8F72E9
Text Example
Text Example
White with #8F72E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72E9; }
p { color: rgb(143,114,233); }
H1.HeaderClassName
{
color: #8F72E9;
}
.AnyTagClassName
{
color: #8F72E9;
}
</style>
background-color css
<style>
a { background-color: #8F72E9; }
a { background-color: rgb(143,114,233); }
div.DivClassName
{
background-color: #8F72E9;
}
.BgClassName
{
background-color: #8F72E9;
}
</style>
border-color css
<style>
span { border-color: #8F72E9; }
span { border-color: rgb(143,114,233); }
td.TdClassName
{
border-color: #8F72E9;
}
.TagClassName
{
border-color: #8F72E9;
}
</style>