Shades of Medium Purple #8F78EA
Tints of Medium Purple #8F78EA
RGB
CMYK
RGB Variations
Color information
#8F78EA (or 0x8F78EA) is known color: Medium Purple. HEX triplet: 8F, 78 and EA. RGB value is (143,120,234). Sum of RGB (Red+Green+Blue) = 143+120+234=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F78EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F78EA is #708715. Grayscale: #8B8B8B. Windows color (decimal): -7374614 or 15366287. OLE color: 15366287.
HSL color Cylindrical-coordinate representation of color #8F78EA: hue angle of 252.11º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F78EA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 120 | 234 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.08 |
| HSL | 252.11º | 0.73% | 0.69% | - |
| HSV(B) | 252.11º | 0.49% | 0.92% | - |
| XYZ | 32.9 | 25.21 | 80.97 | - |
| YUV | 139.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 234 | 0.39 | 0.49 | 0 | 0.08 | 252.11 | 0.73 | 0.69 |
| Hex | 8F | 78 | EA | 27 | 31 | 0 | 8 | FC | 49 | 45 |
| Octal | 217 | 170 | 352 | 47 | 61 | 0 | 10 | 374 | 111 | 105 |
| Binary | 10001111 | 1111000 | 11101010 | 100111 | 110001 | 0 | 1000 | 11111100 | 1001001 | 1000101 |
Color Harmonies of #8F78EA
Complementary color
Monochromatic Colors of #8F78EA
Black with #8F78EA
Text Example
Text Example
White with #8F78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78EA; }
p { color: rgb(143,120,234); }
H1.HeaderClassName
{
color: #8F78EA;
}
.AnyTagClassName
{
color: #8F78EA;
}
</style>
background-color css
<style>
a { background-color: #8F78EA; }
a { background-color: rgb(143,120,234); }
div.DivClassName
{
background-color: #8F78EA;
}
.BgClassName
{
background-color: #8F78EA;
}
</style>
border-color css
<style>
span { border-color: #8F78EA; }
span { border-color: rgb(143,120,234); }
td.TdClassName
{
border-color: #8F78EA;
}
.TagClassName
{
border-color: #8F78EA;
}
</style>