Shades of Medium Purple #8F74EE
Tints of Medium Purple #8F74EE
RGB
CMYK
RGB Variations
Color information
#8F74EE (or 0x8F74EE) is known color: Medium Purple. HEX triplet: 8F, 74 and EE. RGB value is (143,116,238). Sum of RGB (Red+Green+Blue) = 143+116+238=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F74EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F74EE is #708B11. Grayscale: #898989. Windows color (decimal): -7375634 or 15627407. OLE color: 15627407.
HSL color Cylindrical-coordinate representation of color #8F74EE: hue angle of 253.28º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F74EE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 116 | 238 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.07 |
| HSL | 253.28º | 0.78% | 0.69% | - |
| HSV(B) | 253.28º | 0.51% | 0.93% | - |
| XYZ | 33.01 | 24.5 | 83.88 | - |
| YUV | 137.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 238 | 0.40 | 0.51 | 0 | 0.07 | 253.28 | 0.78 | 0.69 |
| Hex | 8F | 74 | EE | 28 | 33 | 0 | 7 | FD | 4E | 45 |
| Octal | 217 | 164 | 356 | 50 | 63 | 0 | 7 | 375 | 116 | 105 |
| Binary | 10001111 | 1110100 | 11101110 | 101000 | 110011 | 0 | 111 | 11111101 | 1001110 | 1000101 |
Color Harmonies of #8F74EE
Complementary color
Monochromatic Colors of #8F74EE
Black with #8F74EE
Text Example
Text Example
White with #8F74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F74EE; }
p { color: rgb(143,116,238); }
H1.HeaderClassName
{
color: #8F74EE;
}
.AnyTagClassName
{
color: #8F74EE;
}
</style>
background-color css
<style>
a { background-color: #8F74EE; }
a { background-color: rgb(143,116,238); }
div.DivClassName
{
background-color: #8F74EE;
}
.BgClassName
{
background-color: #8F74EE;
}
</style>
border-color css
<style>
span { border-color: #8F74EE; }
span { border-color: rgb(143,116,238); }
td.TdClassName
{
border-color: #8F74EE;
}
.TagClassName
{
border-color: #8F74EE;
}
</style>