Shades of Medium Purple #8D78E8
Tints of Medium Purple #8D78E8
RGB
CMYK
RGB Variations
Color information
#8D78E8 (or 0x8D78E8) is known color: Medium Purple. HEX triplet: 8D, 78 and E8. RGB value is (141,120,232). Sum of RGB (Red+Green+Blue) = 141+120+232=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D78E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D78E8 is #728717. Grayscale: #8A8A8A. Windows color (decimal): -7505688 or 15235213. OLE color: 15235213.
HSL color Cylindrical-coordinate representation of color #8D78E8: hue angle of 251.25º 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 #8D78E8 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 120 | 232 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.09 |
| HSL | 251.25º | 0.71% | 0.69% | - |
| HSV(B) | 251.25º | 0.48% | 0.91% | - |
| XYZ | 32.27 | 24.92 | 79.45 | - |
| YUV | 139.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 232 | 0.39 | 0.48 | 0 | 0.09 | 251.25 | 0.71 | 0.69 |
| Hex | 8D | 78 | E8 | 27 | 30 | 0 | 9 | FB | 47 | 45 |
| Octal | 215 | 170 | 350 | 47 | 60 | 0 | 11 | 373 | 107 | 105 |
| Binary | 10001101 | 1111000 | 11101000 | 100111 | 110000 | 0 | 1001 | 11111011 | 1000111 | 1000101 |
Color Harmonies of #8D78E8
Complementary color
Monochromatic Colors of #8D78E8
Black with #8D78E8
Text Example
Text Example
White with #8D78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78E8; }
p { color: rgb(141,120,232); }
H1.HeaderClassName
{
color: #8D78E8;
}
.AnyTagClassName
{
color: #8D78E8;
}
</style>
background-color css
<style>
a { background-color: #8D78E8; }
a { background-color: rgb(141,120,232); }
div.DivClassName
{
background-color: #8D78E8;
}
.BgClassName
{
background-color: #8D78E8;
}
</style>
border-color css
<style>
span { border-color: #8D78E8; }
span { border-color: rgb(141,120,232); }
td.TdClassName
{
border-color: #8D78E8;
}
.TagClassName
{
border-color: #8D78E8;
}
</style>