Shades of Dark Purple #881F76
Tints of Dark Purple #881F76
RGB
CMYK
RGB Variations
Color information
#881F76 (or 0x881F76) is known color: Dark Purple. HEX triplet: 88, 1F and 76. RGB value is (136,31,118). Sum of RGB (Red+Green+Blue) = 136+31+118=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #881F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F76 is #77E089. Grayscale: #484848. Windows color (decimal): -7856266 or 7741320. OLE color: 7741320.
HSL color Cylindrical-coordinate representation of color #881F76: hue angle of 310.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F76 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 118 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.47 |
| HSL | 310.29º | 0.63% | 0.33% | - |
| HSV(B) | 310.29º | 0.77% | 0.53% | - |
| XYZ | 13.91 | 7.52 | 17.86 | - |
| YUV | 72.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 118 | 0 | 0.77 | 0.13 | 0.47 | 310.29 | 0.63 | 0.33 |
| Hex | 88 | 1F | 76 | 0 | 4D | D | 2F | 136 | 3F | 21 |
| Octal | 210 | 37 | 166 | 0 | 115 | 15 | 57 | 466 | 77 | 41 |
| Binary | 10001000 | 11111 | 1110110 | 0 | 1001101 | 1101 | 101111 | 100110110 | 111111 | 100001 |
Color Harmonies of #881F76
Complementary color
Monochromatic Colors of #881F76
Black with #881F76
Text Example
Text Example
White with #881F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F76; }
p { color: rgb(136,31,118); }
H1.HeaderClassName
{
color: #881F76;
}
.AnyTagClassName
{
color: #881F76;
}
</style>
background-color css
<style>
a { background-color: #881F76; }
a { background-color: rgb(136,31,118); }
div.DivClassName
{
background-color: #881F76;
}
.BgClassName
{
background-color: #881F76;
}
</style>
border-color css
<style>
span { border-color: #881F76; }
span { border-color: rgb(136,31,118); }
td.TdClassName
{
border-color: #881F76;
}
.TagClassName
{
border-color: #881F76;
}
</style>