Shades of Medium Purple #8F75EA
Tints of Medium Purple #8F75EA
RGB
CMYK
RGB Variations
Color information
#8F75EA (or 0x8F75EA) is known color: Medium Purple. HEX triplet: 8F, 75 and EA. RGB value is (143,117,234). Sum of RGB (Red+Green+Blue) = 143+117+234=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F75EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F75EA is #708A15. Grayscale: #898989. Windows color (decimal): -7375382 or 15365519. OLE color: 15365519.
HSL color Cylindrical-coordinate representation of color #8F75EA: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F75EA is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 117 | 234 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.08 |
| HSL | 253.33º | 0.74% | 0.69% | - |
| HSV(B) | 253.33º | 0.5% | 0.92% | - |
| XYZ | 32.54 | 24.5 | 80.86 | - |
| YUV | 138.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 234 | 0.39 | 0.5 | 0 | 0.08 | 253.33 | 0.74 | 0.69 |
| Hex | 8F | 75 | EA | 27 | 32 | 0 | 8 | FD | 4A | 45 |
| Octal | 217 | 165 | 352 | 47 | 62 | 0 | 10 | 375 | 112 | 105 |
| Binary | 10001111 | 1110101 | 11101010 | 100111 | 110010 | 0 | 1000 | 11111101 | 1001010 | 1000101 |
Color Harmonies of #8F75EA
Complementary color
Monochromatic Colors of #8F75EA
Black with #8F75EA
Text Example
Text Example
White with #8F75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75EA; }
p { color: rgb(143,117,234); }
H1.HeaderClassName
{
color: #8F75EA;
}
.AnyTagClassName
{
color: #8F75EA;
}
</style>
background-color css
<style>
a { background-color: #8F75EA; }
a { background-color: rgb(143,117,234); }
div.DivClassName
{
background-color: #8F75EA;
}
.BgClassName
{
background-color: #8F75EA;
}
</style>
border-color css
<style>
span { border-color: #8F75EA; }
span { border-color: rgb(143,117,234); }
td.TdClassName
{
border-color: #8F75EA;
}
.TagClassName
{
border-color: #8F75EA;
}
</style>