Shades of Dark Purple #882C6C
Tints of Dark Purple #882C6C
RGB
CMYK
RGB Variations
Color information
#882C6C (or 0x882C6C) is known color: Dark Purple. HEX triplet: 88, 2C and 6C. RGB value is (136,44,108). Sum of RGB (Red+Green+Blue) = 136+44+108=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C6C is #77D393. Grayscale: #4E4E4E. Windows color (decimal): -7852948 or 7089288. OLE color: 7089288.
HSL color Cylindrical-coordinate representation of color #882C6C: hue angle of 318.26º 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 #882C6C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 108 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.47 |
| HSL | 318.26º | 0.51% | 0.35% | - |
| HSV(B) | 318.26º | 0.68% | 0.53% | - |
| XYZ | 13.76 | 8.12 | 15.03 | - |
| YUV | 78.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 108 | 0 | 0.68 | 0.21 | 0.47 | 318.26 | 0.51 | 0.35 |
| Hex | 88 | 2C | 6C | 0 | 44 | 15 | 2F | 13E | 33 | 23 |
| Octal | 210 | 54 | 154 | 0 | 104 | 25 | 57 | 476 | 63 | 43 |
| Binary | 10001000 | 101100 | 1101100 | 0 | 1000100 | 10101 | 101111 | 100111110 | 110011 | 100011 |
Color Harmonies of #882C6C
Complementary color
Monochromatic Colors of #882C6C
Black with #882C6C
Text Example
Text Example
White with #882C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C6C; }
p { color: rgb(136,44,108); }
H1.HeaderClassName
{
color: #882C6C;
}
.AnyTagClassName
{
color: #882C6C;
}
</style>
background-color css
<style>
a { background-color: #882C6C; }
a { background-color: rgb(136,44,108); }
div.DivClassName
{
background-color: #882C6C;
}
.BgClassName
{
background-color: #882C6C;
}
</style>
border-color css
<style>
span { border-color: #882C6C; }
span { border-color: rgb(136,44,108); }
td.TdClassName
{
border-color: #882C6C;
}
.TagClassName
{
border-color: #882C6C;
}
</style>