Shades of Medium Purple #8F5FEA
Tints of Medium Purple #8F5FEA
RGB
CMYK
RGB Variations
Color information
#8F5FEA (or 0x8F5FEA) is known color: Medium Purple. HEX triplet: 8F, 5F and EA. RGB value is (143,95,234). Sum of RGB (Red+Green+Blue) = 143+95+234=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5FEA is #70A015. Grayscale: #7C7C7C. Windows color (decimal): -7381014 or 15359887. OLE color: 15359887.
HSL color Cylindrical-coordinate representation of color #8F5FEA: hue angle of 260.72º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F5FEA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 95 | 234 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.08 |
| HSL | 260.72º | 0.77% | 0.65% | - |
| HSV(B) | 260.72º | 0.59% | 0.92% | - |
| XYZ | 30.27 | 19.96 | 80.1 | - |
| YUV | 125.2 | 189.4 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 234 | 0.39 | 0.59 | 0 | 0.08 | 260.72 | 0.77 | 0.65 |
| Hex | 8F | 5F | EA | 27 | 3B | 0 | 8 | 105 | 4D | 41 |
| Octal | 217 | 137 | 352 | 47 | 73 | 0 | 10 | 405 | 115 | 101 |
| Binary | 10001111 | 1011111 | 11101010 | 100111 | 111011 | 0 | 1000 | 100000101 | 1001101 | 1000001 |
Color Harmonies of #8F5FEA
Complementary color
Monochromatic Colors of #8F5FEA
Black with #8F5FEA
Text Example
Text Example
White with #8F5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FEA; }
p { color: rgb(143,95,234); }
H1.HeaderClassName
{
color: #8F5FEA;
}
.AnyTagClassName
{
color: #8F5FEA;
}
</style>
background-color css
<style>
a { background-color: #8F5FEA; }
a { background-color: rgb(143,95,234); }
div.DivClassName
{
background-color: #8F5FEA;
}
.BgClassName
{
background-color: #8F5FEA;
}
</style>
border-color css
<style>
span { border-color: #8F5FEA; }
span { border-color: rgb(143,95,234); }
td.TdClassName
{
border-color: #8F5FEA;
}
.TagClassName
{
border-color: #8F5FEA;
}
</style>