Shades of Medium Purple #8F4FEA
Tints of Medium Purple #8F4FEA
RGB
CMYK
RGB Variations
Color information
#8F4FEA (or 0x8F4FEA) is known color: Medium Purple. HEX triplet: 8F, 4F and EA. RGB value is (143,79,234). Sum of RGB (Red+Green+Blue) = 143+79+234=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F4FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4FEA is #70B015. Grayscale: #737373. Windows color (decimal): -7385110 or 15355791. OLE color: 15355791.
HSL color Cylindrical-coordinate representation of color #8F4FEA: hue angle of 264.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4FEA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 79 | 234 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.08 |
| HSL | 264.77º | 0.79% | 0.61% | - |
| HSV(B) | 264.77º | 0.66% | 0.92% | - |
| XYZ | 28.97 | 17.37 | 79.67 | - |
| YUV | 115.81 | 194.7 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 234 | 0.39 | 0.66 | 0 | 0.08 | 264.77 | 0.79 | 0.61 |
| Hex | 8F | 4F | EA | 27 | 42 | 0 | 8 | 109 | 4F | 3D |
| Octal | 217 | 117 | 352 | 47 | 102 | 0 | 10 | 411 | 117 | 75 |
| Binary | 10001111 | 1001111 | 11101010 | 100111 | 1000010 | 0 | 1000 | 100001001 | 1001111 | 111101 |
Color Harmonies of #8F4FEA
Complementary color
Monochromatic Colors of #8F4FEA
Black with #8F4FEA
Text Example
Text Example
White with #8F4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4FEA; }
p { color: rgb(143,79,234); }
H1.HeaderClassName
{
color: #8F4FEA;
}
.AnyTagClassName
{
color: #8F4FEA;
}
</style>
background-color css
<style>
a { background-color: #8F4FEA; }
a { background-color: rgb(143,79,234); }
div.DivClassName
{
background-color: #8F4FEA;
}
.BgClassName
{
background-color: #8F4FEA;
}
</style>
border-color css
<style>
span { border-color: #8F4FEA; }
span { border-color: rgb(143,79,234); }
td.TdClassName
{
border-color: #8F4FEA;
}
.TagClassName
{
border-color: #8F4FEA;
}
</style>