Shades of Medium Purple #8C78D5
Tints of Medium Purple #8C78D5
RGB
CMYK
RGB Variations
Color information
#8C78D5 (or 0x8C78D5) is known color: Medium Purple. HEX triplet: 8C, 78 and D5. RGB value is (140,120,213). Sum of RGB (Red+Green+Blue) = 140+120+213=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #8C78D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78D5 is #73872A. Grayscale: #888888. Windows color (decimal): -7571243 or 13990028. OLE color: 13990028.
HSL color Cylindrical-coordinate representation of color #8C78D5: hue angle of 252.9º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C78D5 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 120 | 213 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.16 |
| HSL | 252.9º | 0.53% | 0.65% | - |
| HSV(B) | 252.9º | 0.44% | 0.84% | - |
| XYZ | 29.54 | 23.81 | 65.99 | - |
| YUV | 136.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 213 | 0.34 | 0.44 | 0 | 0.16 | 252.9 | 0.53 | 0.65 |
| Hex | 8C | 78 | D5 | 22 | 2C | 0 | 10 | FD | 35 | 41 |
| Octal | 214 | 170 | 325 | 42 | 54 | 0 | 20 | 375 | 65 | 101 |
| Binary | 10001100 | 1111000 | 11010101 | 100010 | 101100 | 0 | 10000 | 11111101 | 110101 | 1000001 |
Color Harmonies of #8C78D5
Complementary color
Monochromatic Colors of #8C78D5
Black with #8C78D5
Text Example
Text Example
White with #8C78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78D5; }
p { color: rgb(140,120,213); }
H1.HeaderClassName
{
color: #8C78D5;
}
.AnyTagClassName
{
color: #8C78D5;
}
</style>
background-color css
<style>
a { background-color: #8C78D5; }
a { background-color: rgb(140,120,213); }
div.DivClassName
{
background-color: #8C78D5;
}
.BgClassName
{
background-color: #8C78D5;
}
</style>
border-color css
<style>
span { border-color: #8C78D5; }
span { border-color: rgb(140,120,213); }
td.TdClassName
{
border-color: #8C78D5;
}
.TagClassName
{
border-color: #8C78D5;
}
</style>