Shades of Purple #880977
Tints of Purple #880977
RGB
CMYK
RGB Variations
Color information
#880977 (or 0x880977) is known color: Purple. HEX triplet: 88, 09 and 77. RGB value is (136,9,119). Sum of RGB (Red+Green+Blue) = 136+9+119=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #880977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880977 is #77F688. Grayscale: #3B3B3B. Windows color (decimal): -7861897 or 7801224. OLE color: 7801224.
HSL color Cylindrical-coordinate representation of color #880977: hue angle of 308.03º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880977 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 119 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.47 |
| HSL | 308.03º | 0.88% | 0.28% | - |
| HSV(B) | 308.03º | 0.93% | 0.53% | - |
| XYZ | 13.58 | 6.76 | 18.04 | - |
| YUV | 59.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 119 | 0 | 0.93 | 0.12 | 0.47 | 308.03 | 0.88 | 0.28 |
| Hex | 88 | 9 | 77 | 0 | 5D | C | 2F | 134 | 58 | 1C |
| Octal | 210 | 11 | 167 | 0 | 135 | 14 | 57 | 464 | 130 | 34 |
| Binary | 10001000 | 1001 | 1110111 | 0 | 1011101 | 1100 | 101111 | 100110100 | 1011000 | 11100 |
Color Harmonies of #880977
Complementary color
Monochromatic Colors of #880977
Black with #880977
Text Example
Text Example
White with #880977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880977; }
p { color: rgb(136,9,119); }
H1.HeaderClassName
{
color: #880977;
}
.AnyTagClassName
{
color: #880977;
}
</style>
background-color css
<style>
a { background-color: #880977; }
a { background-color: rgb(136,9,119); }
div.DivClassName
{
background-color: #880977;
}
.BgClassName
{
background-color: #880977;
}
</style>
border-color css
<style>
span { border-color: #880977; }
span { border-color: rgb(136,9,119); }
td.TdClassName
{
border-color: #880977;
}
.TagClassName
{
border-color: #880977;
}
</style>