Shades of Dark Purple #882171
Tints of Dark Purple #882171
RGB
CMYK
RGB Variations
Color information
#882171 (or 0x882171) is known color: Dark Purple. HEX triplet: 88, 21 and 71. RGB value is (136,33,113). Sum of RGB (Red+Green+Blue) = 136+33+113=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #882171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882171 is #77DE8E. Grayscale: #484848. Windows color (decimal): -7855759 or 7414152. OLE color: 7414152.
HSL color Cylindrical-coordinate representation of color #882171: hue angle of 313.4º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882171 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 113 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.47 |
| HSL | 313.4º | 0.61% | 0.33% | - |
| HSV(B) | 313.4º | 0.76% | 0.53% | - |
| XYZ | 13.68 | 7.51 | 16.35 | - |
| YUV | 72.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 113 | 0 | 0.76 | 0.17 | 0.47 | 313.4 | 0.61 | 0.33 |
| Hex | 88 | 21 | 71 | 0 | 4C | 11 | 2F | 139 | 3D | 21 |
| Octal | 210 | 41 | 161 | 0 | 114 | 21 | 57 | 471 | 75 | 41 |
| Binary | 10001000 | 100001 | 1110001 | 0 | 1001100 | 10001 | 101111 | 100111001 | 111101 | 100001 |
Color Harmonies of #882171
Complementary color
Monochromatic Colors of #882171
Black with #882171
Text Example
Text Example
White with #882171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882171; }
p { color: rgb(136,33,113); }
H1.HeaderClassName
{
color: #882171;
}
.AnyTagClassName
{
color: #882171;
}
</style>
background-color css
<style>
a { background-color: #882171; }
a { background-color: rgb(136,33,113); }
div.DivClassName
{
background-color: #882171;
}
.BgClassName
{
background-color: #882171;
}
</style>
border-color css
<style>
span { border-color: #882171; }
span { border-color: rgb(136,33,113); }
td.TdClassName
{
border-color: #882171;
}
.TagClassName
{
border-color: #882171;
}
</style>