Shades of Dark Purple #882C85
Tints of Dark Purple #882C85
RGB
CMYK
RGB Variations
Color information
#882C85 (or 0x882C85) is known color: Dark Purple. HEX triplet: 88, 2C and 85. RGB value is (136,44,133). Sum of RGB (Red+Green+Blue) = 136+44+133=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #882C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882C85 is #77D37A. Grayscale: #515151. Windows color (decimal): -7852923 or 8727688. OLE color: 8727688.
HSL color Cylindrical-coordinate representation of color #882C85: hue angle of 301.96º 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 #882C85 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 133 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.47 |
| HSL | 301.96º | 0.51% | 0.35% | - |
| HSV(B) | 301.96º | 0.68% | 0.53% | - |
| XYZ | 15.29 | 8.73 | 23.07 | - |
| YUV | 81.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 133 | 0 | 0.68 | 0.02 | 0.47 | 301.96 | 0.51 | 0.35 |
| Hex | 88 | 2C | 85 | 0 | 44 | 2 | 2F | 12E | 33 | 23 |
| Octal | 210 | 54 | 205 | 0 | 104 | 2 | 57 | 456 | 63 | 43 |
| Binary | 10001000 | 101100 | 10000101 | 0 | 1000100 | 10 | 101111 | 100101110 | 110011 | 100011 |
Color Harmonies of #882C85
Complementary color
Monochromatic Colors of #882C85
Black with #882C85
Text Example
Text Example
White with #882C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C85; }
p { color: rgb(136,44,133); }
H1.HeaderClassName
{
color: #882C85;
}
.AnyTagClassName
{
color: #882C85;
}
</style>
background-color css
<style>
a { background-color: #882C85; }
a { background-color: rgb(136,44,133); }
div.DivClassName
{
background-color: #882C85;
}
.BgClassName
{
background-color: #882C85;
}
</style>
border-color css
<style>
span { border-color: #882C85; }
span { border-color: rgb(136,44,133); }
td.TdClassName
{
border-color: #882C85;
}
.TagClassName
{
border-color: #882C85;
}
</style>