Shades of Medium Purple #8876DB
Tints of Medium Purple #8876DB
RGB
CMYK
RGB Variations
Color information
#8876DB (or 0x8876DB) is known color: Medium Purple. HEX triplet: 88, 76 and DB. RGB value is (136,118,219). Sum of RGB (Red+Green+Blue) = 136+118+219=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8876DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876DB is #778924. Grayscale: #868686. Windows color (decimal): -7833893 or 14382728. OLE color: 14382728.
HSL color Cylindrical-coordinate representation of color #8876DB: hue angle of 250.69º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8876DB is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 118 | 219 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.14 |
| HSL | 250.69º | 0.58% | 0.66% | - |
| HSV(B) | 250.69º | 0.46% | 0.86% | - |
| XYZ | 29.42 | 23.31 | 69.97 | - |
| YUV | 134.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 219 | 0.38 | 0.46 | 0 | 0.14 | 250.69 | 0.58 | 0.66 |
| Hex | 88 | 76 | DB | 26 | 2E | 0 | E | FB | 3A | 42 |
| Octal | 210 | 166 | 333 | 46 | 56 | 0 | 16 | 373 | 72 | 102 |
| Binary | 10001000 | 1110110 | 11011011 | 100110 | 101110 | 0 | 1110 | 11111011 | 111010 | 1000010 |
Color Harmonies of #8876DB
Complementary color
Monochromatic Colors of #8876DB
Black with #8876DB
Text Example
Text Example
White with #8876DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876DB; }
p { color: rgb(136,118,219); }
H1.HeaderClassName
{
color: #8876DB;
}
.AnyTagClassName
{
color: #8876DB;
}
</style>
background-color css
<style>
a { background-color: #8876DB; }
a { background-color: rgb(136,118,219); }
div.DivClassName
{
background-color: #8876DB;
}
.BgClassName
{
background-color: #8876DB;
}
</style>
border-color css
<style>
span { border-color: #8876DB; }
span { border-color: rgb(136,118,219); }
td.TdClassName
{
border-color: #8876DB;
}
.TagClassName
{
border-color: #8876DB;
}
</style>