Shades of Medium Purple #8C78DC
Tints of Medium Purple #8C78DC
RGB
CMYK
RGB Variations
Color information
#8C78DC (or 0x8C78DC) is known color: Medium Purple. HEX triplet: 8C, 78 and DC. RGB value is (140,120,220). Sum of RGB (Red+Green+Blue) = 140+120+220=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78DC is #738723. Grayscale: #898989. Windows color (decimal): -7571236 or 14448780. OLE color: 14448780.
HSL color Cylindrical-coordinate representation of color #8C78DC: hue angle of 252º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C78DC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 120 | 220 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.14 |
| HSL | 252º | 0.59% | 0.67% | - |
| HSV(B) | 252º | 0.45% | 0.86% | - |
| XYZ | 30.45 | 24.18 | 70.77 | - |
| YUV | 137.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 220 | 0.36 | 0.45 | 0 | 0.14 | 252 | 0.59 | 0.67 |
| Hex | 8C | 78 | DC | 24 | 2D | 0 | E | FC | 3B | 43 |
| Octal | 214 | 170 | 334 | 44 | 55 | 0 | 16 | 374 | 73 | 103 |
| Binary | 10001100 | 1111000 | 11011100 | 100100 | 101101 | 0 | 1110 | 11111100 | 111011 | 1000011 |
Color Harmonies of #8C78DC
Complementary color
Monochromatic Colors of #8C78DC
Black with #8C78DC
Text Example
Text Example
White with #8C78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C78DC; }
p { color: rgb(140,120,220); }
H1.HeaderClassName
{
color: #8C78DC;
}
.AnyTagClassName
{
color: #8C78DC;
}
</style>
background-color css
<style>
a { background-color: #8C78DC; }
a { background-color: rgb(140,120,220); }
div.DivClassName
{
background-color: #8C78DC;
}
.BgClassName
{
background-color: #8C78DC;
}
</style>
border-color css
<style>
span { border-color: #8C78DC; }
span { border-color: rgb(140,120,220); }
td.TdClassName
{
border-color: #8C78DC;
}
.TagClassName
{
border-color: #8C78DC;
}
</style>