Shades of Dark Purple #882F84
Tints of Dark Purple #882F84
RGB
CMYK
RGB Variations
Color information
#882F84 (or 0x882F84) is known color: Dark Purple. HEX triplet: 88, 2F and 84. RGB value is (136,47,132). Sum of RGB (Red+Green+Blue) = 136+47+132=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #882F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882F84 is #77D07B. Grayscale: #535353. Windows color (decimal): -7852156 or 8662920. OLE color: 8662920.
HSL color Cylindrical-coordinate representation of color #882F84: hue angle of 302.7º 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 #882F84 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 132 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.47 |
| HSL | 302.7º | 0.49% | 0.36% | - |
| HSV(B) | 302.7º | 0.65% | 0.53% | - |
| XYZ | 15.33 | 8.93 | 22.75 | - |
| YUV | 83.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 132 | 0 | 0.65 | 0.03 | 0.47 | 302.7 | 0.49 | 0.36 |
| Hex | 88 | 2F | 84 | 0 | 41 | 3 | 2F | 12F | 31 | 24 |
| Octal | 210 | 57 | 204 | 0 | 101 | 3 | 57 | 457 | 61 | 44 |
| Binary | 10001000 | 101111 | 10000100 | 0 | 1000001 | 11 | 101111 | 100101111 | 110001 | 100100 |
Color Harmonies of #882F84
Complementary color
Monochromatic Colors of #882F84
Black with #882F84
Text Example
Text Example
White with #882F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F84; }
p { color: rgb(136,47,132); }
H1.HeaderClassName
{
color: #882F84;
}
.AnyTagClassName
{
color: #882F84;
}
</style>
background-color css
<style>
a { background-color: #882F84; }
a { background-color: rgb(136,47,132); }
div.DivClassName
{
background-color: #882F84;
}
.BgClassName
{
background-color: #882F84;
}
</style>
border-color css
<style>
span { border-color: #882F84; }
span { border-color: rgb(136,47,132); }
td.TdClassName
{
border-color: #882F84;
}
.TagClassName
{
border-color: #882F84;
}
</style>