Shades of Dark Purple #882B80
Tints of Dark Purple #882B80
RGB
CMYK
RGB Variations
Color information
#882B80 (or 0x882B80) is known color: Dark Purple. HEX triplet: 88, 2B and 80. RGB value is (136,43,128). Sum of RGB (Red+Green+Blue) = 136+43+128=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #882B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B80 is #77D47F. Grayscale: #505050. Windows color (decimal): -7853184 or 8399752. OLE color: 8399752.
HSL color Cylindrical-coordinate representation of color #882B80: hue angle of 305.16º 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 #882B80 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 128 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.47 |
| HSL | 305.16º | 0.52% | 0.35% | - |
| HSV(B) | 305.16º | 0.68% | 0.53% | - |
| XYZ | 14.91 | 8.52 | 21.28 | - |
| YUV | 80.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 128 | 0 | 0.68 | 0.06 | 0.47 | 305.16 | 0.52 | 0.35 |
| Hex | 88 | 2B | 80 | 0 | 44 | 6 | 2F | 131 | 34 | 23 |
| Octal | 210 | 53 | 200 | 0 | 104 | 6 | 57 | 461 | 64 | 43 |
| Binary | 10001000 | 101011 | 10000000 | 0 | 1000100 | 110 | 101111 | 100110001 | 110100 | 100011 |
Color Harmonies of #882B80
Complementary color
Monochromatic Colors of #882B80
Black with #882B80
Text Example
Text Example
White with #882B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B80; }
p { color: rgb(136,43,128); }
H1.HeaderClassName
{
color: #882B80;
}
.AnyTagClassName
{
color: #882B80;
}
</style>
background-color css
<style>
a { background-color: #882B80; }
a { background-color: rgb(136,43,128); }
div.DivClassName
{
background-color: #882B80;
}
.BgClassName
{
background-color: #882B80;
}
</style>
border-color css
<style>
span { border-color: #882B80; }
span { border-color: rgb(136,43,128); }
td.TdClassName
{
border-color: #882B80;
}
.TagClassName
{
border-color: #882B80;
}
</style>