Shades of Medium Purple #8878DC
Tints of Medium Purple #8878DC
RGB
CMYK
RGB Variations
Color information
#8878DC (or 0x8878DC) is known color: Medium Purple. HEX triplet: 88, 78 and DC. RGB value is (136,120,220). Sum of RGB (Red+Green+Blue) = 136+120+220=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #8878DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878DC is #778723. Grayscale: #878787. Windows color (decimal): -7833380 or 14448776. OLE color: 14448776.
HSL color Cylindrical-coordinate representation of color #8878DC: hue angle of 249.6º 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 #8878DC is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 120 | 220 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.14 |
| HSL | 249.6º | 0.59% | 0.67% | - |
| HSV(B) | 249.6º | 0.45% | 0.86% | - |
| XYZ | 29.79 | 23.83 | 70.74 | - |
| YUV | 136.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 220 | 0.38 | 0.45 | 0 | 0.14 | 249.6 | 0.59 | 0.67 |
| Hex | 88 | 78 | DC | 26 | 2D | 0 | E | FA | 3B | 43 |
| Octal | 210 | 170 | 334 | 46 | 55 | 0 | 16 | 372 | 73 | 103 |
| Binary | 10001000 | 1111000 | 11011100 | 100110 | 101101 | 0 | 1110 | 11111010 | 111011 | 1000011 |
Color Harmonies of #8878DC
Complementary color
Monochromatic Colors of #8878DC
Black with #8878DC
Text Example
Text Example
White with #8878DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878DC; }
p { color: rgb(136,120,220); }
H1.HeaderClassName
{
color: #8878DC;
}
.AnyTagClassName
{
color: #8878DC;
}
</style>
background-color css
<style>
a { background-color: #8878DC; }
a { background-color: rgb(136,120,220); }
div.DivClassName
{
background-color: #8878DC;
}
.BgClassName
{
background-color: #8878DC;
}
</style>
border-color css
<style>
span { border-color: #8878DC; }
span { border-color: rgb(136,120,220); }
td.TdClassName
{
border-color: #8878DC;
}
.TagClassName
{
border-color: #8878DC;
}
</style>