Shades of Medium Purple #8F73EA
Tints of Medium Purple #8F73EA
RGB
CMYK
RGB Variations
Color information
#8F73EA (or 0x8F73EA) is known color: Medium Purple. HEX triplet: 8F, 73 and EA. RGB value is (143,115,234). Sum of RGB (Red+Green+Blue) = 143+115+234=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F73EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F73EA is #708C15. Grayscale: #888888. Windows color (decimal): -7375894 or 15365007. OLE color: 15365007.
HSL color Cylindrical-coordinate representation of color #8F73EA: hue angle of 254.12º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F73EA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 115 | 234 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.08 |
| HSL | 254.12º | 0.74% | 0.68% | - |
| HSV(B) | 254.12º | 0.51% | 0.92% | - |
| XYZ | 32.31 | 24.04 | 80.78 | - |
| YUV | 136.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 234 | 0.39 | 0.51 | 0 | 0.08 | 254.12 | 0.74 | 0.68 |
| Hex | 8F | 73 | EA | 27 | 33 | 0 | 8 | FE | 4A | 44 |
| Octal | 217 | 163 | 352 | 47 | 63 | 0 | 10 | 376 | 112 | 104 |
| Binary | 10001111 | 1110011 | 11101010 | 100111 | 110011 | 0 | 1000 | 11111110 | 1001010 | 1000100 |
Color Harmonies of #8F73EA
Complementary color
Monochromatic Colors of #8F73EA
Black with #8F73EA
Text Example
Text Example
White with #8F73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F73EA; }
p { color: rgb(143,115,234); }
H1.HeaderClassName
{
color: #8F73EA;
}
.AnyTagClassName
{
color: #8F73EA;
}
</style>
background-color css
<style>
a { background-color: #8F73EA; }
a { background-color: rgb(143,115,234); }
div.DivClassName
{
background-color: #8F73EA;
}
.BgClassName
{
background-color: #8F73EA;
}
</style>
border-color css
<style>
span { border-color: #8F73EA; }
span { border-color: rgb(143,115,234); }
td.TdClassName
{
border-color: #8F73EA;
}
.TagClassName
{
border-color: #8F73EA;
}
</style>