Shades of Dark Purple #882C77
Tints of Dark Purple #882C77
RGB
CMYK
RGB Variations
Color information
#882C77 (or 0x882C77) is known color: Dark Purple. HEX triplet: 88, 2C and 77. RGB value is (136,44,119). Sum of RGB (Red+Green+Blue) = 136+44+119=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #882C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C77 is #77D388. Grayscale: #4F4F4F. Windows color (decimal): -7852937 or 7810184. OLE color: 7810184.
HSL color Cylindrical-coordinate representation of color #882C77: hue angle of 311.09º degrees, saturation: 0.51, 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 #882C77 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 119 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.47 |
| HSL | 311.09º | 0.51% | 0.35% | - |
| HSV(B) | 311.09º | 0.68% | 0.53% | - |
| XYZ | 14.38 | 8.37 | 18.31 | - |
| YUV | 80.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 119 | 0 | 0.68 | 0.12 | 0.47 | 311.09 | 0.51 | 0.35 |
| Hex | 88 | 2C | 77 | 0 | 44 | C | 2F | 137 | 33 | 23 |
| Octal | 210 | 54 | 167 | 0 | 104 | 14 | 57 | 467 | 63 | 43 |
| Binary | 10001000 | 101100 | 1110111 | 0 | 1000100 | 1100 | 101111 | 100110111 | 110011 | 100011 |
Color Harmonies of #882C77
Complementary color
Monochromatic Colors of #882C77
Black with #882C77
Text Example
Text Example
White with #882C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C77; }
p { color: rgb(136,44,119); }
H1.HeaderClassName
{
color: #882C77;
}
.AnyTagClassName
{
color: #882C77;
}
</style>
background-color css
<style>
a { background-color: #882C77; }
a { background-color: rgb(136,44,119); }
div.DivClassName
{
background-color: #882C77;
}
.BgClassName
{
background-color: #882C77;
}
</style>
border-color css
<style>
span { border-color: #882C77; }
span { border-color: rgb(136,44,119); }
td.TdClassName
{
border-color: #882C77;
}
.TagClassName
{
border-color: #882C77;
}
</style>