Shades of Purple #880A76
Tints of Purple #880A76
RGB
CMYK
RGB Variations
Color information
#880A76 (or 0x880A76) is known color: Purple. HEX triplet: 88, 0A and 76. RGB value is (136,10,118). Sum of RGB (Red+Green+Blue) = 136+10+118=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #880A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A76 is #77F589. Grayscale: #3B3B3B. Windows color (decimal): -7861642 or 7735944. OLE color: 7735944.
HSL color Cylindrical-coordinate representation of color #880A76: hue angle of 308.57º 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 #880A76 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 118 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.47 |
| HSL | 308.57º | 0.86% | 0.29% | - |
| HSV(B) | 308.57º | 0.93% | 0.53% | - |
| XYZ | 13.53 | 6.76 | 17.73 | - |
| YUV | 59.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 118 | 0 | 0.93 | 0.13 | 0.47 | 308.57 | 0.86 | 0.29 |
| Hex | 88 | A | 76 | 0 | 5D | D | 2F | 135 | 56 | 1D |
| Octal | 210 | 12 | 166 | 0 | 135 | 15 | 57 | 465 | 126 | 35 |
| Binary | 10001000 | 1010 | 1110110 | 0 | 1011101 | 1101 | 101111 | 100110101 | 1010110 | 11101 |
Color Harmonies of #880A76
Complementary color
Monochromatic Colors of #880A76
Black with #880A76
Text Example
Text Example
White with #880A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A76; }
p { color: rgb(136,10,118); }
H1.HeaderClassName
{
color: #880A76;
}
.AnyTagClassName
{
color: #880A76;
}
</style>
background-color css
<style>
a { background-color: #880A76; }
a { background-color: rgb(136,10,118); }
div.DivClassName
{
background-color: #880A76;
}
.BgClassName
{
background-color: #880A76;
}
</style>
border-color css
<style>
span { border-color: #880A76; }
span { border-color: rgb(136,10,118); }
td.TdClassName
{
border-color: #880A76;
}
.TagClassName
{
border-color: #880A76;
}
</style>