Shades of Dark Purple #882F7F
Tints of Dark Purple #882F7F
RGB
CMYK
RGB Variations
Color information
#882F7F (or 0x882F7F) is known color: Dark Purple. HEX triplet: 88, 2F and 7F. RGB value is (136,47,127). Sum of RGB (Red+Green+Blue) = 136+47+127=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #882F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F7F is #77D080. Grayscale: #525252. Windows color (decimal): -7852161 or 8335240. OLE color: 8335240.
HSL color Cylindrical-coordinate representation of color #882F7F: hue angle of 306.07º 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 #882F7F is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 127 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.47 |
| HSL | 306.07º | 0.49% | 0.36% | - |
| HSV(B) | 306.07º | 0.65% | 0.53% | - |
| XYZ | 15 | 8.8 | 20.99 | - |
| YUV | 82.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 127 | 0 | 0.65 | 0.07 | 0.47 | 306.07 | 0.49 | 0.36 |
| Hex | 88 | 2F | 7F | 0 | 41 | 7 | 2F | 132 | 31 | 24 |
| Octal | 210 | 57 | 177 | 0 | 101 | 7 | 57 | 462 | 61 | 44 |
| Binary | 10001000 | 101111 | 1111111 | 0 | 1000001 | 111 | 101111 | 100110010 | 110001 | 100100 |
Color Harmonies of #882F7F
Complementary color
Monochromatic Colors of #882F7F
Black with #882F7F
Text Example
Text Example
White with #882F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F7F; }
p { color: rgb(136,47,127); }
H1.HeaderClassName
{
color: #882F7F;
}
.AnyTagClassName
{
color: #882F7F;
}
</style>
background-color css
<style>
a { background-color: #882F7F; }
a { background-color: rgb(136,47,127); }
div.DivClassName
{
background-color: #882F7F;
}
.BgClassName
{
background-color: #882F7F;
}
</style>
border-color css
<style>
span { border-color: #882F7F; }
span { border-color: rgb(136,47,127); }
td.TdClassName
{
border-color: #882F7F;
}
.TagClassName
{
border-color: #882F7F;
}
</style>