Shades of Dark Purple #883171
Tints of Dark Purple #883171
RGB
CMYK
RGB Variations
Color information
#883171 (or 0x883171) is known color: Dark Purple. HEX triplet: 88, 31 and 71. RGB value is (136,49,113). Sum of RGB (Red+Green+Blue) = 136+49+113=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #883171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883171 is #77CE8E. Grayscale: #525252. Windows color (decimal): -7851663 or 7418248. OLE color: 7418248.
HSL color Cylindrical-coordinate representation of color #883171: hue angle of 315.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883171 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 113 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.47 |
| HSL | 315.86º | 0.47% | 0.36% | - |
| HSV(B) | 315.86º | 0.64% | 0.53% | - |
| XYZ | 14.23 | 8.62 | 16.54 | - |
| YUV | 82.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 113 | 0 | 0.64 | 0.17 | 0.47 | 315.86 | 0.47 | 0.36 |
| Hex | 88 | 31 | 71 | 0 | 40 | 11 | 2F | 13C | 2F | 24 |
| Octal | 210 | 61 | 161 | 0 | 100 | 21 | 57 | 474 | 57 | 44 |
| Binary | 10001000 | 110001 | 1110001 | 0 | 1000000 | 10001 | 101111 | 100111100 | 101111 | 100100 |
Color Harmonies of #883171
Complementary color
Monochromatic Colors of #883171
Black with #883171
Text Example
Text Example
White with #883171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883171; }
p { color: rgb(136,49,113); }
H1.HeaderClassName
{
color: #883171;
}
.AnyTagClassName
{
color: #883171;
}
</style>
background-color css
<style>
a { background-color: #883171; }
a { background-color: rgb(136,49,113); }
div.DivClassName
{
background-color: #883171;
}
.BgClassName
{
background-color: #883171;
}
</style>
border-color css
<style>
span { border-color: #883171; }
span { border-color: rgb(136,49,113); }
td.TdClassName
{
border-color: #883171;
}
.TagClassName
{
border-color: #883171;
}
</style>