Shades of Dark Purple #881179
Tints of Dark Purple #881179
RGB
CMYK
RGB Variations
Color information
#881179 (or 0x881179) is known color: Dark Purple. HEX triplet: 88, 11 and 79. RGB value is (136,17,121). Sum of RGB (Red+Green+Blue) = 136+17+121=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #881179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881179 is #77EE86. Grayscale: #404040. Windows color (decimal): -7859847 or 7934344. OLE color: 7934344.
HSL color Cylindrical-coordinate representation of color #881179: hue angle of 307.56º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881179 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 121 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.47 |
| HSL | 307.56º | 0.78% | 0.3% | - |
| HSV(B) | 307.56º | 0.88% | 0.53% | - |
| XYZ | 13.8 | 7.02 | 18.72 | - |
| YUV | 64.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 121 | 0 | 0.87 | 0.11 | 0.47 | 307.56 | 0.78 | 0.3 |
| Hex | 88 | 11 | 79 | 0 | 57 | B | 2F | 134 | 4E | 1E |
| Octal | 210 | 21 | 171 | 0 | 127 | 13 | 57 | 464 | 116 | 36 |
| Binary | 10001000 | 10001 | 1111001 | 0 | 1010111 | 1011 | 101111 | 100110100 | 1001110 | 11110 |
Color Harmonies of #881179
Complementary color
Monochromatic Colors of #881179
Black with #881179
Text Example
Text Example
White with #881179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881179; }
p { color: rgb(136,17,121); }
H1.HeaderClassName
{
color: #881179;
}
.AnyTagClassName
{
color: #881179;
}
</style>
background-color css
<style>
a { background-color: #881179; }
a { background-color: rgb(136,17,121); }
div.DivClassName
{
background-color: #881179;
}
.BgClassName
{
background-color: #881179;
}
</style>
border-color css
<style>
span { border-color: #881179; }
span { border-color: rgb(136,17,121); }
td.TdClassName
{
border-color: #881179;
}
.TagClassName
{
border-color: #881179;
}
</style>