Shades of Medium Purple #8F75EC
Tints of Medium Purple #8F75EC
RGB
CMYK
RGB Variations
Color information
#8F75EC (or 0x8F75EC) is known color: Medium Purple. HEX triplet: 8F, 75 and EC. RGB value is (143,117,236). Sum of RGB (Red+Green+Blue) = 143+117+236=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F75EC is #708A13. Grayscale: #898989. Windows color (decimal): -7375380 or 15496591. OLE color: 15496591.
HSL color Cylindrical-coordinate representation of color #8F75EC: hue angle of 253.11º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F75EC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 117 | 236 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.07 |
| HSL | 253.11º | 0.76% | 0.69% | - |
| HSV(B) | 253.11º | 0.5% | 0.93% | - |
| XYZ | 32.83 | 24.62 | 82.38 | - |
| YUV | 138.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 236 | 0.39 | 0.50 | 0 | 0.07 | 253.11 | 0.76 | 0.69 |
| Hex | 8F | 75 | EC | 27 | 32 | 0 | 7 | FD | 4C | 45 |
| Octal | 217 | 165 | 354 | 47 | 62 | 0 | 7 | 375 | 114 | 105 |
| Binary | 10001111 | 1110101 | 11101100 | 100111 | 110010 | 0 | 111 | 11111101 | 1001100 | 1000101 |
Color Harmonies of #8F75EC
Complementary color
Monochromatic Colors of #8F75EC
Black with #8F75EC
Text Example
Text Example
White with #8F75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75EC; }
p { color: rgb(143,117,236); }
H1.HeaderClassName
{
color: #8F75EC;
}
.AnyTagClassName
{
color: #8F75EC;
}
</style>
background-color css
<style>
a { background-color: #8F75EC; }
a { background-color: rgb(143,117,236); }
div.DivClassName
{
background-color: #8F75EC;
}
.BgClassName
{
background-color: #8F75EC;
}
</style>
border-color css
<style>
span { border-color: #8F75EC; }
span { border-color: rgb(143,117,236); }
td.TdClassName
{
border-color: #8F75EC;
}
.TagClassName
{
border-color: #8F75EC;
}
</style>