Shades of Purple #880877
Tints of Purple #880877
RGB
CMYK
RGB Variations
Color information
#880877 (or 0x880877) is known color: Purple. HEX triplet: 88, 08 and 77. RGB value is (136,8,119). Sum of RGB (Red+Green+Blue) = 136+8+119=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880877 is #77F788. Grayscale: #3A3A3A. Windows color (decimal): -7862153 or 7800968. OLE color: 7800968.
HSL color Cylindrical-coordinate representation of color #880877: hue angle of 307.97º 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 #880877 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 119 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.47 |
| HSL | 307.97º | 0.89% | 0.28% | - |
| HSV(B) | 307.97º | 0.94% | 0.53% | - |
| XYZ | 13.57 | 6.74 | 18.04 | - |
| YUV | 58.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 119 | 0 | 0.94 | 0.12 | 0.47 | 307.97 | 0.89 | 0.28 |
| Hex | 88 | 8 | 77 | 0 | 5E | C | 2F | 134 | 59 | 1C |
| Octal | 210 | 10 | 167 | 0 | 136 | 14 | 57 | 464 | 131 | 34 |
| Binary | 10001000 | 1000 | 1110111 | 0 | 1011110 | 1100 | 101111 | 100110100 | 1011001 | 11100 |
Color Harmonies of #880877
Complementary color
Monochromatic Colors of #880877
Black with #880877
Text Example
Text Example
White with #880877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880877; }
p { color: rgb(136,8,119); }
H1.HeaderClassName
{
color: #880877;
}
.AnyTagClassName
{
color: #880877;
}
</style>
background-color css
<style>
a { background-color: #880877; }
a { background-color: rgb(136,8,119); }
div.DivClassName
{
background-color: #880877;
}
.BgClassName
{
background-color: #880877;
}
</style>
border-color css
<style>
span { border-color: #880877; }
span { border-color: rgb(136,8,119); }
td.TdClassName
{
border-color: #880877;
}
.TagClassName
{
border-color: #880877;
}
</style>