Shades of Medium Purple #8F78E8
Tints of Medium Purple #8F78E8
RGB
CMYK
RGB Variations
Color information
#8F78E8 (or 0x8F78E8) is known color: Medium Purple. HEX triplet: 8F, 78 and E8. RGB value is (143,120,232). Sum of RGB (Red+Green+Blue) = 143+120+232=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #8F78E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F78E8 is #708717. Grayscale: #8B8B8B. Windows color (decimal): -7374616 or 15235215. OLE color: 15235215.
HSL color Cylindrical-coordinate representation of color #8F78E8: hue angle of 252.32º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F78E8 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 120 | 232 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.09 |
| HSL | 252.32º | 0.71% | 0.69% | - |
| HSV(B) | 252.32º | 0.48% | 0.91% | - |
| XYZ | 32.61 | 25.1 | 79.47 | - |
| YUV | 139.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 232 | 0.38 | 0.48 | 0 | 0.09 | 252.32 | 0.71 | 0.69 |
| Hex | 8F | 78 | E8 | 26 | 30 | 0 | 9 | FC | 47 | 45 |
| Octal | 217 | 170 | 350 | 46 | 60 | 0 | 11 | 374 | 107 | 105 |
| Binary | 10001111 | 1111000 | 11101000 | 100110 | 110000 | 0 | 1001 | 11111100 | 1000111 | 1000101 |
Color Harmonies of #8F78E8
Complementary color
Monochromatic Colors of #8F78E8
Black with #8F78E8
Text Example
Text Example
White with #8F78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78E8; }
p { color: rgb(143,120,232); }
H1.HeaderClassName
{
color: #8F78E8;
}
.AnyTagClassName
{
color: #8F78E8;
}
</style>
background-color css
<style>
a { background-color: #8F78E8; }
a { background-color: rgb(143,120,232); }
div.DivClassName
{
background-color: #8F78E8;
}
.BgClassName
{
background-color: #8F78E8;
}
</style>
border-color css
<style>
span { border-color: #8F78E8; }
span { border-color: rgb(143,120,232); }
td.TdClassName
{
border-color: #8F78E8;
}
.TagClassName
{
border-color: #8F78E8;
}
</style>