Shades of Dark Purple #882D76
Tints of Dark Purple #882D76
RGB
CMYK
RGB Variations
Color information
#882D76 (or 0x882D76) is known color: Dark Purple. HEX triplet: 88, 2D and 76. RGB value is (136,45,118). Sum of RGB (Red+Green+Blue) = 136+45+118=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #882D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D76 is #77D289. Grayscale: #505050. Windows color (decimal): -7852682 or 7744904. OLE color: 7744904.
HSL color Cylindrical-coordinate representation of color #882D76: hue angle of 311.87º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D76 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 118 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.47 |
| HSL | 311.87º | 0.5% | 0.35% | - |
| HSV(B) | 311.87º | 0.67% | 0.53% | - |
| XYZ | 14.36 | 8.42 | 18.01 | - |
| YUV | 80.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 118 | 0 | 0.67 | 0.13 | 0.47 | 311.87 | 0.5 | 0.35 |
| Hex | 88 | 2D | 76 | 0 | 43 | D | 2F | 138 | 32 | 23 |
| Octal | 210 | 55 | 166 | 0 | 103 | 15 | 57 | 470 | 62 | 43 |
| Binary | 10001000 | 101101 | 1110110 | 0 | 1000011 | 1101 | 101111 | 100111000 | 110010 | 100011 |
Color Harmonies of #882D76
Complementary color
Monochromatic Colors of #882D76
Black with #882D76
Text Example
Text Example
White with #882D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D76; }
p { color: rgb(136,45,118); }
H1.HeaderClassName
{
color: #882D76;
}
.AnyTagClassName
{
color: #882D76;
}
</style>
background-color css
<style>
a { background-color: #882D76; }
a { background-color: rgb(136,45,118); }
div.DivClassName
{
background-color: #882D76;
}
.BgClassName
{
background-color: #882D76;
}
</style>
border-color css
<style>
span { border-color: #882D76; }
span { border-color: rgb(136,45,118); }
td.TdClassName
{
border-color: #882D76;
}
.TagClassName
{
border-color: #882D76;
}
</style>