Shades of Dark Purple #882B76
Tints of Dark Purple #882B76
RGB
CMYK
RGB Variations
Color information
#882B76 (or 0x882B76) is known color: Dark Purple. HEX triplet: 88, 2B and 76. RGB value is (136,43,118). Sum of RGB (Red+Green+Blue) = 136+43+118=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #882B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B76 is #77D489. Grayscale: #4F4F4F. Windows color (decimal): -7853194 or 7744392. OLE color: 7744392.
HSL color Cylindrical-coordinate representation of color #882B76: hue angle of 311.61º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B76 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 118 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.47 |
| HSL | 311.61º | 0.52% | 0.35% | - |
| HSV(B) | 311.61º | 0.68% | 0.53% | - |
| XYZ | 14.29 | 8.27 | 17.98 | - |
| YUV | 79.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 118 | 0 | 0.68 | 0.13 | 0.47 | 311.61 | 0.52 | 0.35 |
| Hex | 88 | 2B | 76 | 0 | 44 | D | 2F | 138 | 34 | 23 |
| Octal | 210 | 53 | 166 | 0 | 104 | 15 | 57 | 470 | 64 | 43 |
| Binary | 10001000 | 101011 | 1110110 | 0 | 1000100 | 1101 | 101111 | 100111000 | 110100 | 100011 |
Color Harmonies of #882B76
Complementary color
Monochromatic Colors of #882B76
Black with #882B76
Text Example
Text Example
White with #882B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B76; }
p { color: rgb(136,43,118); }
H1.HeaderClassName
{
color: #882B76;
}
.AnyTagClassName
{
color: #882B76;
}
</style>
background-color css
<style>
a { background-color: #882B76; }
a { background-color: rgb(136,43,118); }
div.DivClassName
{
background-color: #882B76;
}
.BgClassName
{
background-color: #882B76;
}
</style>
border-color css
<style>
span { border-color: #882B76; }
span { border-color: rgb(136,43,118); }
td.TdClassName
{
border-color: #882B76;
}
.TagClassName
{
border-color: #882B76;
}
</style>