Shades of Dark Purple #882F83
Tints of Dark Purple #882F83
RGB
CMYK
RGB Variations
Color information
#882F83 (or 0x882F83) is known color: Dark Purple. HEX triplet: 88, 2F and 83. RGB value is (136,47,131). Sum of RGB (Red+Green+Blue) = 136+47+131=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #882F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882F83 is #77D07C. Grayscale: #525252. Windows color (decimal): -7852157 or 8597384. OLE color: 8597384.
HSL color Cylindrical-coordinate representation of color #882F83: hue angle of 303.37º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F83 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 131 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.47 |
| HSL | 303.37º | 0.49% | 0.36% | - |
| HSV(B) | 303.37º | 0.65% | 0.53% | - |
| XYZ | 15.27 | 8.91 | 22.39 | - |
| YUV | 83.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 131 | 0 | 0.65 | 0.04 | 0.47 | 303.37 | 0.49 | 0.36 |
| Hex | 88 | 2F | 83 | 0 | 41 | 4 | 2F | 12F | 31 | 24 |
| Octal | 210 | 57 | 203 | 0 | 101 | 4 | 57 | 457 | 61 | 44 |
| Binary | 10001000 | 101111 | 10000011 | 0 | 1000001 | 100 | 101111 | 100101111 | 110001 | 100100 |
Color Harmonies of #882F83
Complementary color
Monochromatic Colors of #882F83
Black with #882F83
Text Example
Text Example
White with #882F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F83; }
p { color: rgb(136,47,131); }
H1.HeaderClassName
{
color: #882F83;
}
.AnyTagClassName
{
color: #882F83;
}
</style>
background-color css
<style>
a { background-color: #882F83; }
a { background-color: rgb(136,47,131); }
div.DivClassName
{
background-color: #882F83;
}
.BgClassName
{
background-color: #882F83;
}
</style>
border-color css
<style>
span { border-color: #882F83; }
span { border-color: rgb(136,47,131); }
td.TdClassName
{
border-color: #882F83;
}
.TagClassName
{
border-color: #882F83;
}
</style>