Shades of Purple #880881
Tints of Purple #880881
RGB
CMYK
RGB Variations
Color information
#880881 (or 0x880881) is known color: Purple. HEX triplet: 88, 08 and 81. RGB value is (136,8,129). Sum of RGB (Red+Green+Blue) = 136+8+129=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880881 is #77F77E. Grayscale: #3B3B3B. Windows color (decimal): -7862143 or 8456328. OLE color: 8456328.
HSL color Cylindrical-coordinate representation of color #880881: hue angle of 303.28º 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 #880881 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 129 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.47 |
| HSL | 303.28º | 0.89% | 0.28% | - |
| HSV(B) | 303.28º | 0.94% | 0.53% | - |
| XYZ | 14.2 | 6.99 | 21.37 | - |
| YUV | 60.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 129 | 0 | 0.94 | 0.05 | 0.47 | 303.28 | 0.89 | 0.28 |
| Hex | 88 | 8 | 81 | 0 | 5E | 5 | 2F | 12F | 59 | 1C |
| Octal | 210 | 10 | 201 | 0 | 136 | 5 | 57 | 457 | 131 | 34 |
| Binary | 10001000 | 1000 | 10000001 | 0 | 1011110 | 101 | 101111 | 100101111 | 1011001 | 11100 |
Color Harmonies of #880881
Complementary color
Monochromatic Colors of #880881
Black with #880881
Text Example
Text Example
White with #880881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880881; }
p { color: rgb(136,8,129); }
H1.HeaderClassName
{
color: #880881;
}
.AnyTagClassName
{
color: #880881;
}
</style>
background-color css
<style>
a { background-color: #880881; }
a { background-color: rgb(136,8,129); }
div.DivClassName
{
background-color: #880881;
}
.BgClassName
{
background-color: #880881;
}
</style>
border-color css
<style>
span { border-color: #880881; }
span { border-color: rgb(136,8,129); }
td.TdClassName
{
border-color: #880881;
}
.TagClassName
{
border-color: #880881;
}
</style>