Shades of Dark Purple #883871
Tints of Dark Purple #883871
RGB
CMYK
RGB Variations
Color information
#883871 (or 0x883871) is known color: Dark Purple. HEX triplet: 88, 38 and 71. RGB value is (136,56,113). Sum of RGB (Red+Green+Blue) = 136+56+113=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #883871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883871 is #77C78E. Grayscale: #565656. Windows color (decimal): -7849871 or 7420040. OLE color: 7420040.
HSL color Cylindrical-coordinate representation of color #883871: hue angle of 317.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883871 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 113 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.47 |
| HSL | 317.25º | 0.42% | 0.38% | - |
| HSV(B) | 317.25º | 0.59% | 0.53% | - |
| XYZ | 14.55 | 9.25 | 16.64 | - |
| YUV | 86.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 113 | 0 | 0.59 | 0.17 | 0.47 | 317.25 | 0.42 | 0.38 |
| Hex | 88 | 38 | 71 | 0 | 3B | 11 | 2F | 13D | 2A | 26 |
| Octal | 210 | 70 | 161 | 0 | 73 | 21 | 57 | 475 | 52 | 46 |
| Binary | 10001000 | 111000 | 1110001 | 0 | 111011 | 10001 | 101111 | 100111101 | 101010 | 100110 |
Color Harmonies of #883871
Complementary color
Monochromatic Colors of #883871
Black with #883871
Text Example
Text Example
White with #883871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883871; }
p { color: rgb(136,56,113); }
H1.HeaderClassName
{
color: #883871;
}
.AnyTagClassName
{
color: #883871;
}
</style>
background-color css
<style>
a { background-color: #883871; }
a { background-color: rgb(136,56,113); }
div.DivClassName
{
background-color: #883871;
}
.BgClassName
{
background-color: #883871;
}
</style>
border-color css
<style>
span { border-color: #883871; }
span { border-color: rgb(136,56,113); }
td.TdClassName
{
border-color: #883871;
}
.TagClassName
{
border-color: #883871;
}
</style>