Shades of Medium Purple #8F76EA
Tints of Medium Purple #8F76EA
RGB
CMYK
RGB Variations
Color information
#8F76EA (or 0x8F76EA) is known color: Medium Purple. HEX triplet: 8F, 76 and EA. RGB value is (143,118,234). Sum of RGB (Red+Green+Blue) = 143+118+234=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F76EA is #708915. Grayscale: #8A8A8A. Windows color (decimal): -7375126 or 15365775. OLE color: 15365775.
HSL color Cylindrical-coordinate representation of color #8F76EA: hue angle of 252.93º degrees, saturation: 0.73, 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 #8F76EA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 118 | 234 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.08 |
| HSL | 252.93º | 0.73% | 0.69% | - |
| HSV(B) | 252.93º | 0.5% | 0.92% | - |
| XYZ | 32.66 | 24.74 | 80.9 | - |
| YUV | 138.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 234 | 0.39 | 0.50 | 0 | 0.08 | 252.93 | 0.73 | 0.69 |
| Hex | 8F | 76 | EA | 27 | 32 | 0 | 8 | FD | 49 | 45 |
| Octal | 217 | 166 | 352 | 47 | 62 | 0 | 10 | 375 | 111 | 105 |
| Binary | 10001111 | 1110110 | 11101010 | 100111 | 110010 | 0 | 1000 | 11111101 | 1001001 | 1000101 |
Color Harmonies of #8F76EA
Complementary color
Monochromatic Colors of #8F76EA
Black with #8F76EA
Text Example
Text Example
White with #8F76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76EA; }
p { color: rgb(143,118,234); }
H1.HeaderClassName
{
color: #8F76EA;
}
.AnyTagClassName
{
color: #8F76EA;
}
</style>
background-color css
<style>
a { background-color: #8F76EA; }
a { background-color: rgb(143,118,234); }
div.DivClassName
{
background-color: #8F76EA;
}
.BgClassName
{
background-color: #8F76EA;
}
</style>
border-color css
<style>
span { border-color: #8F76EA; }
span { border-color: rgb(143,118,234); }
td.TdClassName
{
border-color: #8F76EA;
}
.TagClassName
{
border-color: #8F76EA;
}
</style>