Shades of Medium Purple #8C78D7
Tints of Medium Purple #8C78D7
RGB
CMYK
RGB Variations
Color information
#8C78D7 (or 0x8C78D7) is known color: Medium Purple. HEX triplet: 8C, 78 and D7. RGB value is (140,120,215). Sum of RGB (Red+Green+Blue) = 140+120+215=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C78D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78D7 is #738728. Grayscale: #888888. Windows color (decimal): -7571241 or 14121100. OLE color: 14121100.
HSL color Cylindrical-coordinate representation of color #8C78D7: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C78D7 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 120 | 215 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.16 |
| HSL | 252.63º | 0.54% | 0.66% | - |
| HSV(B) | 252.63º | 0.44% | 0.84% | - |
| XYZ | 29.8 | 23.91 | 67.34 | - |
| YUV | 136.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 215 | 0.35 | 0.44 | 0 | 0.16 | 252.63 | 0.54 | 0.66 |
| Hex | 8C | 78 | D7 | 23 | 2C | 0 | 10 | FD | 36 | 42 |
| Octal | 214 | 170 | 327 | 43 | 54 | 0 | 20 | 375 | 66 | 102 |
| Binary | 10001100 | 1111000 | 11010111 | 100011 | 101100 | 0 | 10000 | 11111101 | 110110 | 1000010 |
Color Harmonies of #8C78D7
Complementary color
Monochromatic Colors of #8C78D7
Black with #8C78D7
Text Example
Text Example
White with #8C78D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78D7; }
p { color: rgb(140,120,215); }
H1.HeaderClassName
{
color: #8C78D7;
}
.AnyTagClassName
{
color: #8C78D7;
}
</style>
background-color css
<style>
a { background-color: #8C78D7; }
a { background-color: rgb(140,120,215); }
div.DivClassName
{
background-color: #8C78D7;
}
.BgClassName
{
background-color: #8C78D7;
}
</style>
border-color css
<style>
span { border-color: #8C78D7; }
span { border-color: rgb(140,120,215); }
td.TdClassName
{
border-color: #8C78D7;
}
.TagClassName
{
border-color: #8C78D7;
}
</style>