Shades of Medium Purple #8878DB
Tints of Medium Purple #8878DB
RGB
CMYK
RGB Variations
Color information
#8878DB (or 0x8878DB) is known color: Medium Purple. HEX triplet: 88, 78 and DB. RGB value is (136,120,219). Sum of RGB (Red+Green+Blue) = 136+120+219=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #8878DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878DB is #778724. Grayscale: #878787. Windows color (decimal): -7833381 or 14383240. OLE color: 14383240.
HSL color Cylindrical-coordinate representation of color #8878DB: hue angle of 249.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8878DB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 120 | 219 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.14 |
| HSL | 249.7º | 0.58% | 0.66% | - |
| HSV(B) | 249.7º | 0.45% | 0.86% | - |
| XYZ | 29.66 | 23.78 | 70.05 | - |
| YUV | 136.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 219 | 0.38 | 0.45 | 0 | 0.14 | 249.7 | 0.58 | 0.66 |
| Hex | 88 | 78 | DB | 26 | 2D | 0 | E | FA | 3A | 42 |
| Octal | 210 | 170 | 333 | 46 | 55 | 0 | 16 | 372 | 72 | 102 |
| Binary | 10001000 | 1111000 | 11011011 | 100110 | 101101 | 0 | 1110 | 11111010 | 111010 | 1000010 |
Color Harmonies of #8878DB
Complementary color
Monochromatic Colors of #8878DB
Black with #8878DB
Text Example
Text Example
White with #8878DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878DB; }
p { color: rgb(136,120,219); }
H1.HeaderClassName
{
color: #8878DB;
}
.AnyTagClassName
{
color: #8878DB;
}
</style>
background-color css
<style>
a { background-color: #8878DB; }
a { background-color: rgb(136,120,219); }
div.DivClassName
{
background-color: #8878DB;
}
.BgClassName
{
background-color: #8878DB;
}
</style>
border-color css
<style>
span { border-color: #8878DB; }
span { border-color: rgb(136,120,219); }
td.TdClassName
{
border-color: #8878DB;
}
.TagClassName
{
border-color: #8878DB;
}
</style>