Shades of Purple #880976
Tints of Purple #880976
RGB
CMYK
RGB Variations
Color information
#880976 (or 0x880976) is known color: Purple. HEX triplet: 88, 09 and 76. RGB value is (136,9,118). Sum of RGB (Red+Green+Blue) = 136+9+118=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880976 is #77F689. Grayscale: #3B3B3B. Windows color (decimal): -7861898 or 7735688. OLE color: 7735688.
HSL color Cylindrical-coordinate representation of color #880976: hue angle of 308.5º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880976 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 118 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.47 |
| HSL | 308.5º | 0.88% | 0.28% | - |
| HSV(B) | 308.5º | 0.93% | 0.53% | - |
| XYZ | 13.52 | 6.74 | 17.73 | - |
| YUV | 59.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 118 | 0 | 0.93 | 0.13 | 0.47 | 308.5 | 0.88 | 0.28 |
| Hex | 88 | 9 | 76 | 0 | 5D | D | 2F | 135 | 58 | 1C |
| Octal | 210 | 11 | 166 | 0 | 135 | 15 | 57 | 465 | 130 | 34 |
| Binary | 10001000 | 1001 | 1110110 | 0 | 1011101 | 1101 | 101111 | 100110101 | 1011000 | 11100 |
Color Harmonies of #880976
Complementary color
Monochromatic Colors of #880976
Black with #880976
Text Example
Text Example
White with #880976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880976; }
p { color: rgb(136,9,118); }
H1.HeaderClassName
{
color: #880976;
}
.AnyTagClassName
{
color: #880976;
}
</style>
background-color css
<style>
a { background-color: #880976; }
a { background-color: rgb(136,9,118); }
div.DivClassName
{
background-color: #880976;
}
.BgClassName
{
background-color: #880976;
}
</style>
border-color css
<style>
span { border-color: #880976; }
span { border-color: rgb(136,9,118); }
td.TdClassName
{
border-color: #880976;
}
.TagClassName
{
border-color: #880976;
}
</style>