Shades of Medium Purple #8C78DD
Tints of Medium Purple #8C78DD
RGB
CMYK
RGB Variations
Color information
#8C78DD (or 0x8C78DD) is known color: Medium Purple. HEX triplet: 8C, 78 and DD. RGB value is (140,120,221). Sum of RGB (Red+Green+Blue) = 140+120+221=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78DD is #738722. Grayscale: #898989. Windows color (decimal): -7571235 or 14514316. OLE color: 14514316.
HSL color Cylindrical-coordinate representation of color #8C78DD: hue angle of 251.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C78DD is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 120 | 221 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.13 |
| HSL | 251.88º | 0.6% | 0.67% | - |
| HSV(B) | 251.88º | 0.46% | 0.87% | - |
| XYZ | 30.58 | 24.23 | 71.47 | - |
| YUV | 137.49 | 175.13 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 221 | 0.37 | 0.46 | 0 | 0.13 | 251.88 | 0.6 | 0.67 |
| Hex | 8C | 78 | DD | 25 | 2E | 0 | D | FC | 3C | 43 |
| Octal | 214 | 170 | 335 | 45 | 56 | 0 | 15 | 374 | 74 | 103 |
| Binary | 10001100 | 1111000 | 11011101 | 100101 | 101110 | 0 | 1101 | 11111100 | 111100 | 1000011 |
Color Harmonies of #8C78DD
Complementary color
Monochromatic Colors of #8C78DD
Black with #8C78DD
Text Example
Text Example
White with #8C78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78DD; }
p { color: rgb(140,120,221); }
H1.HeaderClassName
{
color: #8C78DD;
}
.AnyTagClassName
{
color: #8C78DD;
}
</style>
background-color css
<style>
a { background-color: #8C78DD; }
a { background-color: rgb(140,120,221); }
div.DivClassName
{
background-color: #8C78DD;
}
.BgClassName
{
background-color: #8C78DD;
}
</style>
border-color css
<style>
span { border-color: #8C78DD; }
span { border-color: rgb(140,120,221); }
td.TdClassName
{
border-color: #8C78DD;
}
.TagClassName
{
border-color: #8C78DD;
}
</style>