Shades of Purple #880C80
Tints of Purple #880C80
RGB
CMYK
RGB Variations
Color information
#880C80 (or 0x880C80) is known color: Purple. HEX triplet: 88, 0C and 80. RGB value is (136,12,128). Sum of RGB (Red+Green+Blue) = 136+12+128=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #880C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880C80 is #77F37F. Grayscale: #3D3D3D. Windows color (decimal): -7861120 or 8391816. OLE color: 8391816.
HSL color Cylindrical-coordinate representation of color #880C80: hue angle of 303.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C80 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 128 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.47 |
| HSL | 303.87º | 0.84% | 0.29% | - |
| HSV(B) | 303.87º | 0.91% | 0.53% | - |
| XYZ | 14.18 | 7.06 | 21.04 | - |
| YUV | 62.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 128 | 0 | 0.91 | 0.06 | 0.47 | 303.87 | 0.84 | 0.29 |
| Hex | 88 | C | 80 | 0 | 5B | 6 | 2F | 130 | 54 | 1D |
| Octal | 210 | 14 | 200 | 0 | 133 | 6 | 57 | 460 | 124 | 35 |
| Binary | 10001000 | 1100 | 10000000 | 0 | 1011011 | 110 | 101111 | 100110000 | 1010100 | 11101 |
Color Harmonies of #880C80
Complementary color
Monochromatic Colors of #880C80
Black with #880C80
Text Example
Text Example
White with #880C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C80; }
p { color: rgb(136,12,128); }
H1.HeaderClassName
{
color: #880C80;
}
.AnyTagClassName
{
color: #880C80;
}
</style>
background-color css
<style>
a { background-color: #880C80; }
a { background-color: rgb(136,12,128); }
div.DivClassName
{
background-color: #880C80;
}
.BgClassName
{
background-color: #880C80;
}
</style>
border-color css
<style>
span { border-color: #880C80; }
span { border-color: rgb(136,12,128); }
td.TdClassName
{
border-color: #880C80;
}
.TagClassName
{
border-color: #880C80;
}
</style>