Shades of Medium Purple #8877DB
Tints of Medium Purple #8877DB
RGB
CMYK
RGB Variations
Color information
#8877DB (or 0x8877DB) is known color: Medium Purple. HEX triplet: 88, 77 and DB. RGB value is (136,119,219). Sum of RGB (Red+Green+Blue) = 136+119+219=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #8877DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877DB is #778824. Grayscale: #878787. Windows color (decimal): -7833637 or 14382984. OLE color: 14382984.
HSL color Cylindrical-coordinate representation of color #8877DB: hue angle of 250.2º 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 #8877DB is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 119 | 219 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.14 |
| HSL | 250.2º | 0.58% | 0.66% | - |
| HSV(B) | 250.2º | 0.46% | 0.86% | - |
| XYZ | 29.54 | 23.54 | 70.01 | - |
| YUV | 135.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 219 | 0.38 | 0.46 | 0 | 0.14 | 250.2 | 0.58 | 0.66 |
| Hex | 88 | 77 | DB | 26 | 2E | 0 | E | FA | 3A | 42 |
| Octal | 210 | 167 | 333 | 46 | 56 | 0 | 16 | 372 | 72 | 102 |
| Binary | 10001000 | 1110111 | 11011011 | 100110 | 101110 | 0 | 1110 | 11111010 | 111010 | 1000010 |
Color Harmonies of #8877DB
Complementary color
Monochromatic Colors of #8877DB
Black with #8877DB
Text Example
Text Example
White with #8877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8877DB; }
p { color: rgb(136,119,219); }
H1.HeaderClassName
{
color: #8877DB;
}
.AnyTagClassName
{
color: #8877DB;
}
</style>
background-color css
<style>
a { background-color: #8877DB; }
a { background-color: rgb(136,119,219); }
div.DivClassName
{
background-color: #8877DB;
}
.BgClassName
{
background-color: #8877DB;
}
</style>
border-color css
<style>
span { border-color: #8877DB; }
span { border-color: rgb(136,119,219); }
td.TdClassName
{
border-color: #8877DB;
}
.TagClassName
{
border-color: #8877DB;
}
</style>