Shades of Purple #880A77
Tints of Purple #880A77
RGB
CMYK
RGB Variations
Color information
#880A77 (or 0x880A77) is known color: Purple. HEX triplet: 88, 0A and 77. RGB value is (136,10,119). Sum of RGB (Red+Green+Blue) = 136+10+119=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #880A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A77 is #77F588. Grayscale: #3B3B3B. Windows color (decimal): -7861641 or 7801480. OLE color: 7801480.
HSL color Cylindrical-coordinate representation of color #880A77: hue angle of 308.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A77 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 119 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.47 |
| HSL | 308.1º | 0.86% | 0.29% | - |
| HSV(B) | 308.1º | 0.93% | 0.53% | - |
| XYZ | 13.59 | 6.78 | 18.05 | - |
| YUV | 60.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 119 | 0 | 0.93 | 0.12 | 0.47 | 308.1 | 0.86 | 0.29 |
| Hex | 88 | A | 77 | 0 | 5D | C | 2F | 134 | 56 | 1D |
| Octal | 210 | 12 | 167 | 0 | 135 | 14 | 57 | 464 | 126 | 35 |
| Binary | 10001000 | 1010 | 1110111 | 0 | 1011101 | 1100 | 101111 | 100110100 | 1010110 | 11101 |
Color Harmonies of #880A77
Complementary color
Monochromatic Colors of #880A77
Black with #880A77
Text Example
Text Example
White with #880A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A77; }
p { color: rgb(136,10,119); }
H1.HeaderClassName
{
color: #880A77;
}
.AnyTagClassName
{
color: #880A77;
}
</style>
background-color css
<style>
a { background-color: #880A77; }
a { background-color: rgb(136,10,119); }
div.DivClassName
{
background-color: #880A77;
}
.BgClassName
{
background-color: #880A77;
}
</style>
border-color css
<style>
span { border-color: #880A77; }
span { border-color: rgb(136,10,119); }
td.TdClassName
{
border-color: #880A77;
}
.TagClassName
{
border-color: #880A77;
}
</style>