Shades of Medium Purple #8876DD
Tints of Medium Purple #8876DD
RGB
CMYK
RGB Variations
Color information
#8876DD (or 0x8876DD) is known color: Medium Purple. HEX triplet: 88, 76 and DD. RGB value is (136,118,221). Sum of RGB (Red+Green+Blue) = 136+118+221=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #8876DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876DD is #778922. Grayscale: #868686. Windows color (decimal): -7833891 or 14513800. OLE color: 14513800.
HSL color Cylindrical-coordinate representation of color #8876DD: hue angle of 250.49º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8876DD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 118 | 221 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.13 |
| HSL | 250.49º | 0.6% | 0.66% | - |
| HSV(B) | 250.49º | 0.47% | 0.87% | - |
| XYZ | 29.68 | 23.41 | 71.36 | - |
| YUV | 135.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 221 | 0.38 | 0.47 | 0 | 0.13 | 250.49 | 0.6 | 0.66 |
| Hex | 88 | 76 | DD | 26 | 2F | 0 | D | FA | 3C | 42 |
| Octal | 210 | 166 | 335 | 46 | 57 | 0 | 15 | 372 | 74 | 102 |
| Binary | 10001000 | 1110110 | 11011101 | 100110 | 101111 | 0 | 1101 | 11111010 | 111100 | 1000010 |
Color Harmonies of #8876DD
Complementary color
Monochromatic Colors of #8876DD
Black with #8876DD
Text Example
Text Example
White with #8876DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876DD; }
p { color: rgb(136,118,221); }
H1.HeaderClassName
{
color: #8876DD;
}
.AnyTagClassName
{
color: #8876DD;
}
</style>
background-color css
<style>
a { background-color: #8876DD; }
a { background-color: rgb(136,118,221); }
div.DivClassName
{
background-color: #8876DD;
}
.BgClassName
{
background-color: #8876DD;
}
</style>
border-color css
<style>
span { border-color: #8876DD; }
span { border-color: rgb(136,118,221); }
td.TdClassName
{
border-color: #8876DD;
}
.TagClassName
{
border-color: #8876DD;
}
</style>