Shades of Purple #880876
Tints of Purple #880876
RGB
CMYK
RGB Variations
Color information
#880876 (or 0x880876) is known color: Purple. HEX triplet: 88, 08 and 76. RGB value is (136,8,118). Sum of RGB (Red+Green+Blue) = 136+8+118=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #880876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880876 is #77F789. Grayscale: #3A3A3A. Windows color (decimal): -7862154 or 7735432. OLE color: 7735432.
HSL color Cylindrical-coordinate representation of color #880876: hue angle of 308.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880876 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 118 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.47 |
| HSL | 308.44º | 0.89% | 0.28% | - |
| HSV(B) | 308.44º | 0.94% | 0.53% | - |
| XYZ | 13.51 | 6.72 | 17.72 | - |
| YUV | 58.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 118 | 0 | 0.94 | 0.13 | 0.47 | 308.44 | 0.89 | 0.28 |
| Hex | 88 | 8 | 76 | 0 | 5E | D | 2F | 134 | 59 | 1C |
| Octal | 210 | 10 | 166 | 0 | 136 | 15 | 57 | 464 | 131 | 34 |
| Binary | 10001000 | 1000 | 1110110 | 0 | 1011110 | 1101 | 101111 | 100110100 | 1011001 | 11100 |
Color Harmonies of #880876
Complementary color
Monochromatic Colors of #880876
Black with #880876
Text Example
Text Example
White with #880876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880876; }
p { color: rgb(136,8,118); }
H1.HeaderClassName
{
color: #880876;
}
.AnyTagClassName
{
color: #880876;
}
</style>
background-color css
<style>
a { background-color: #880876; }
a { background-color: rgb(136,8,118); }
div.DivClassName
{
background-color: #880876;
}
.BgClassName
{
background-color: #880876;
}
</style>
border-color css
<style>
span { border-color: #880876; }
span { border-color: rgb(136,8,118); }
td.TdClassName
{
border-color: #880876;
}
.TagClassName
{
border-color: #880876;
}
</style>