Shades of Medium Purple #8876D9
Tints of Medium Purple #8876D9
RGB
CMYK
RGB Variations
Color information
#8876D9 (or 0x8876D9) is known color: Medium Purple. HEX triplet: 88, 76 and D9. RGB value is (136,118,217). Sum of RGB (Red+Green+Blue) = 136+118+217=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #8876D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876D9 is #778926. Grayscale: #868686. Windows color (decimal): -7833895 or 14251656. OLE color: 14251656.
HSL color Cylindrical-coordinate representation of color #8876D9: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8876D9 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 118 | 217 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.15 |
| HSL | 250.91º | 0.57% | 0.66% | - |
| HSV(B) | 250.91º | 0.46% | 0.85% | - |
| XYZ | 29.16 | 23.2 | 68.59 | - |
| YUV | 134.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 217 | 0.37 | 0.46 | 0 | 0.15 | 250.91 | 0.57 | 0.66 |
| Hex | 88 | 76 | D9 | 25 | 2E | 0 | F | FB | 39 | 42 |
| Octal | 210 | 166 | 331 | 45 | 56 | 0 | 17 | 373 | 71 | 102 |
| Binary | 10001000 | 1110110 | 11011001 | 100101 | 101110 | 0 | 1111 | 11111011 | 111001 | 1000010 |
Color Harmonies of #8876D9
Complementary color
Monochromatic Colors of #8876D9
Black with #8876D9
Text Example
Text Example
White with #8876D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876D9; }
p { color: rgb(136,118,217); }
H1.HeaderClassName
{
color: #8876D9;
}
.AnyTagClassName
{
color: #8876D9;
}
</style>
background-color css
<style>
a { background-color: #8876D9; }
a { background-color: rgb(136,118,217); }
div.DivClassName
{
background-color: #8876D9;
}
.BgClassName
{
background-color: #8876D9;
}
</style>
border-color css
<style>
span { border-color: #8876D9; }
span { border-color: rgb(136,118,217); }
td.TdClassName
{
border-color: #8876D9;
}
.TagClassName
{
border-color: #8876D9;
}
</style>