Shades of Dark Purple #882C7C
Tints of Dark Purple #882C7C
RGB
CMYK
RGB Variations
Color information
#882C7C (or 0x882C7C) is known color: Dark Purple. HEX triplet: 88, 2C and 7C. RGB value is (136,44,124). Sum of RGB (Red+Green+Blue) = 136+44+124=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C7C is #77D383. Grayscale: #505050. Windows color (decimal): -7852932 or 8137864. OLE color: 8137864.
HSL color Cylindrical-coordinate representation of color #882C7C: hue angle of 307.83º 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 #882C7C is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 124 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.47 |
| HSL | 307.83º | 0.51% | 0.35% | - |
| HSV(B) | 307.83º | 0.68% | 0.53% | - |
| XYZ | 14.69 | 8.49 | 19.93 | - |
| YUV | 80.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 124 | 0 | 0.68 | 0.09 | 0.47 | 307.83 | 0.51 | 0.35 |
| Hex | 88 | 2C | 7C | 0 | 44 | 9 | 2F | 134 | 33 | 23 |
| Octal | 210 | 54 | 174 | 0 | 104 | 11 | 57 | 464 | 63 | 43 |
| Binary | 10001000 | 101100 | 1111100 | 0 | 1000100 | 1001 | 101111 | 100110100 | 110011 | 100011 |
Color Harmonies of #882C7C
Complementary color
Monochromatic Colors of #882C7C
Black with #882C7C
Text Example
Text Example
White with #882C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C7C; }
p { color: rgb(136,44,124); }
H1.HeaderClassName
{
color: #882C7C;
}
.AnyTagClassName
{
color: #882C7C;
}
</style>
background-color css
<style>
a { background-color: #882C7C; }
a { background-color: rgb(136,44,124); }
div.DivClassName
{
background-color: #882C7C;
}
.BgClassName
{
background-color: #882C7C;
}
</style>
border-color css
<style>
span { border-color: #882C7C; }
span { border-color: rgb(136,44,124); }
td.TdClassName
{
border-color: #882C7C;
}
.TagClassName
{
border-color: #882C7C;
}
</style>