Shades of Dark Purple #881279
Tints of Dark Purple #881279
RGB
CMYK
RGB Variations
Color information
#881279 (or 0x881279) is known color: Dark Purple. HEX triplet: 88, 12 and 79. RGB value is (136,18,121). Sum of RGB (Red+Green+Blue) = 136+18+121=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881279 is #77ED86. Grayscale: #404040. Windows color (decimal): -7859591 or 7934600. OLE color: 7934600.
HSL color Cylindrical-coordinate representation of color #881279: hue angle of 307.63º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881279 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 121 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.47 |
| HSL | 307.63º | 0.77% | 0.3% | - |
| HSV(B) | 307.63º | 0.87% | 0.53% | - |
| XYZ | 13.82 | 7.05 | 18.72 | - |
| YUV | 65.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 121 | 0 | 0.87 | 0.11 | 0.47 | 307.63 | 0.77 | 0.3 |
| Hex | 88 | 12 | 79 | 0 | 57 | B | 2F | 134 | 4D | 1E |
| Octal | 210 | 22 | 171 | 0 | 127 | 13 | 57 | 464 | 115 | 36 |
| Binary | 10001000 | 10010 | 1111001 | 0 | 1010111 | 1011 | 101111 | 100110100 | 1001101 | 11110 |
Color Harmonies of #881279
Complementary color
Monochromatic Colors of #881279
Black with #881279
Text Example
Text Example
White with #881279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881279; }
p { color: rgb(136,18,121); }
H1.HeaderClassName
{
color: #881279;
}
.AnyTagClassName
{
color: #881279;
}
</style>
background-color css
<style>
a { background-color: #881279; }
a { background-color: rgb(136,18,121); }
div.DivClassName
{
background-color: #881279;
}
.BgClassName
{
background-color: #881279;
}
</style>
border-color css
<style>
span { border-color: #881279; }
span { border-color: rgb(136,18,121); }
td.TdClassName
{
border-color: #881279;
}
.TagClassName
{
border-color: #881279;
}
</style>