Shades of Purple #880880
Tints of Purple #880880
RGB
CMYK
RGB Variations
Color information
#880880 (or 0x880880) is known color: Purple. HEX triplet: 88, 08 and 80. RGB value is (136,8,128). Sum of RGB (Red+Green+Blue) = 136+8+128=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880880 is #77F77F. Grayscale: #3B3B3B. Windows color (decimal): -7862144 or 8390792. OLE color: 8390792.
HSL color Cylindrical-coordinate representation of color #880880: hue angle of 303.75º 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 #880880 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 128 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.47 |
| HSL | 303.75º | 0.89% | 0.28% | - |
| HSV(B) | 303.75º | 0.94% | 0.53% | - |
| XYZ | 14.14 | 6.97 | 21.02 | - |
| YUV | 59.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 128 | 0 | 0.94 | 0.06 | 0.47 | 303.75 | 0.89 | 0.28 |
| Hex | 88 | 8 | 80 | 0 | 5E | 6 | 2F | 130 | 59 | 1C |
| Octal | 210 | 10 | 200 | 0 | 136 | 6 | 57 | 460 | 131 | 34 |
| Binary | 10001000 | 1000 | 10000000 | 0 | 1011110 | 110 | 101111 | 100110000 | 1011001 | 11100 |
Color Harmonies of #880880
Complementary color
Monochromatic Colors of #880880
Black with #880880
Text Example
Text Example
White with #880880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880880; }
p { color: rgb(136,8,128); }
H1.HeaderClassName
{
color: #880880;
}
.AnyTagClassName
{
color: #880880;
}
</style>
background-color css
<style>
a { background-color: #880880; }
a { background-color: rgb(136,8,128); }
div.DivClassName
{
background-color: #880880;
}
.BgClassName
{
background-color: #880880;
}
</style>
border-color css
<style>
span { border-color: #880880; }
span { border-color: rgb(136,8,128); }
td.TdClassName
{
border-color: #880880;
}
.TagClassName
{
border-color: #880880;
}
</style>