Shades of Dark Purple #882B87
Tints of Dark Purple #882B87
RGB
CMYK
RGB Variations
Color information
#882B87 (or 0x882B87) is known color: Dark Purple. HEX triplet: 88, 2B and 87. RGB value is (136,43,135). Sum of RGB (Red+Green+Blue) = 136+43+135=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #882B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B87 is #77D478. Grayscale: #515151. Windows color (decimal): -7853177 or 8858504. OLE color: 8858504.
HSL color Cylindrical-coordinate representation of color #882B87: hue angle of 300.65º degrees, saturation: 0.52, 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 #882B87 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 135 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.47 |
| HSL | 300.65º | 0.52% | 0.35% | - |
| HSV(B) | 300.65º | 0.68% | 0.53% | - |
| XYZ | 15.39 | 8.71 | 23.79 | - |
| YUV | 81.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 135 | 0 | 0.68 | 0.01 | 0.47 | 300.65 | 0.52 | 0.35 |
| Hex | 88 | 2B | 87 | 0 | 44 | 1 | 2F | 12D | 34 | 23 |
| Octal | 210 | 53 | 207 | 0 | 104 | 1 | 57 | 455 | 64 | 43 |
| Binary | 10001000 | 101011 | 10000111 | 0 | 1000100 | 1 | 101111 | 100101101 | 110100 | 100011 |
Color Harmonies of #882B87
Complementary color
Monochromatic Colors of #882B87
Black with #882B87
Text Example
Text Example
White with #882B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B87; }
p { color: rgb(136,43,135); }
H1.HeaderClassName
{
color: #882B87;
}
.AnyTagClassName
{
color: #882B87;
}
</style>
background-color css
<style>
a { background-color: #882B87; }
a { background-color: rgb(136,43,135); }
div.DivClassName
{
background-color: #882B87;
}
.BgClassName
{
background-color: #882B87;
}
</style>
border-color css
<style>
span { border-color: #882B87; }
span { border-color: rgb(136,43,135); }
td.TdClassName
{
border-color: #882B87;
}
.TagClassName
{
border-color: #882B87;
}
</style>