Shades of Dark Purple #883271
Tints of Dark Purple #883271
RGB
CMYK
RGB Variations
Color information
#883271 (or 0x883271) is known color: Dark Purple. HEX triplet: 88, 32 and 71. RGB value is (136,50,113). Sum of RGB (Red+Green+Blue) = 136+50+113=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #883271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883271 is #77CD8E. Grayscale: #525252. Windows color (decimal): -7851407 or 7418504. OLE color: 7418504.
HSL color Cylindrical-coordinate representation of color #883271: hue angle of 316.05º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883271 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 113 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.47 |
| HSL | 316.05º | 0.46% | 0.36% | - |
| HSV(B) | 316.05º | 0.63% | 0.53% | - |
| XYZ | 14.27 | 8.71 | 16.55 | - |
| YUV | 82.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 113 | 0 | 0.63 | 0.17 | 0.47 | 316.05 | 0.46 | 0.36 |
| Hex | 88 | 32 | 71 | 0 | 3F | 11 | 2F | 13C | 2E | 24 |
| Octal | 210 | 62 | 161 | 0 | 77 | 21 | 57 | 474 | 56 | 44 |
| Binary | 10001000 | 110010 | 1110001 | 0 | 111111 | 10001 | 101111 | 100111100 | 101110 | 100100 |
Color Harmonies of #883271
Complementary color
Monochromatic Colors of #883271
Black with #883271
Text Example
Text Example
White with #883271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883271; }
p { color: rgb(136,50,113); }
H1.HeaderClassName
{
color: #883271;
}
.AnyTagClassName
{
color: #883271;
}
</style>
background-color css
<style>
a { background-color: #883271; }
a { background-color: rgb(136,50,113); }
div.DivClassName
{
background-color: #883271;
}
.BgClassName
{
background-color: #883271;
}
</style>
border-color css
<style>
span { border-color: #883271; }
span { border-color: rgb(136,50,113); }
td.TdClassName
{
border-color: #883271;
}
.TagClassName
{
border-color: #883271;
}
</style>