Shades of Medium Purple #8D78E9
Tints of Medium Purple #8D78E9
RGB
CMYK
RGB Variations
Color information
#8D78E9 (or 0x8D78E9) is known color: Medium Purple. HEX triplet: 8D, 78 and E9. RGB value is (141,120,233). Sum of RGB (Red+Green+Blue) = 141+120+233=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D78E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D78E9 is #728716. Grayscale: #8A8A8A. Windows color (decimal): -7505687 or 15300749. OLE color: 15300749.
HSL color Cylindrical-coordinate representation of color #8D78E9: hue angle of 251.15º degrees, saturation: 0.72, 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 #8D78E9 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 120 | 233 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.09 |
| HSL | 251.15º | 0.72% | 0.69% | - |
| HSV(B) | 251.15º | 0.48% | 0.91% | - |
| XYZ | 32.41 | 24.98 | 80.2 | - |
| YUV | 139.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 233 | 0.39 | 0.48 | 0 | 0.09 | 251.15 | 0.72 | 0.69 |
| Hex | 8D | 78 | E9 | 27 | 30 | 0 | 9 | FB | 48 | 45 |
| Octal | 215 | 170 | 351 | 47 | 60 | 0 | 11 | 373 | 110 | 105 |
| Binary | 10001101 | 1111000 | 11101001 | 100111 | 110000 | 0 | 1001 | 11111011 | 1001000 | 1000101 |
Color Harmonies of #8D78E9
Complementary color
Monochromatic Colors of #8D78E9
Black with #8D78E9
Text Example
Text Example
White with #8D78E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78E9; }
p { color: rgb(141,120,233); }
H1.HeaderClassName
{
color: #8D78E9;
}
.AnyTagClassName
{
color: #8D78E9;
}
</style>
background-color css
<style>
a { background-color: #8D78E9; }
a { background-color: rgb(141,120,233); }
div.DivClassName
{
background-color: #8D78E9;
}
.BgClassName
{
background-color: #8D78E9;
}
</style>
border-color css
<style>
span { border-color: #8D78E9; }
span { border-color: rgb(141,120,233); }
td.TdClassName
{
border-color: #8D78E9;
}
.TagClassName
{
border-color: #8D78E9;
}
</style>