Shades of Dark Purple #882F7E
Tints of Dark Purple #882F7E
RGB
CMYK
RGB Variations
Color information
#882F7E (or 0x882F7E) is known color: Dark Purple. HEX triplet: 88, 2F and 7E. RGB value is (136,47,126). Sum of RGB (Red+Green+Blue) = 136+47+126=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #882F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F7E is #77D081. Grayscale: #525252. Windows color (decimal): -7852162 or 8269704. OLE color: 8269704.
HSL color Cylindrical-coordinate representation of color #882F7E: hue angle of 306.74º 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 #882F7E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 126 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.47 |
| HSL | 306.74º | 0.49% | 0.36% | - |
| HSV(B) | 306.74º | 0.65% | 0.53% | - |
| XYZ | 14.94 | 8.77 | 20.64 | - |
| YUV | 82.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 126 | 0 | 0.65 | 0.07 | 0.47 | 306.74 | 0.49 | 0.36 |
| Hex | 88 | 2F | 7E | 0 | 41 | 7 | 2F | 133 | 31 | 24 |
| Octal | 210 | 57 | 176 | 0 | 101 | 7 | 57 | 463 | 61 | 44 |
| Binary | 10001000 | 101111 | 1111110 | 0 | 1000001 | 111 | 101111 | 100110011 | 110001 | 100100 |
Color Harmonies of #882F7E
Complementary color
Monochromatic Colors of #882F7E
Black with #882F7E
Text Example
Text Example
White with #882F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F7E; }
p { color: rgb(136,47,126); }
H1.HeaderClassName
{
color: #882F7E;
}
.AnyTagClassName
{
color: #882F7E;
}
</style>
background-color css
<style>
a { background-color: #882F7E; }
a { background-color: rgb(136,47,126); }
div.DivClassName
{
background-color: #882F7E;
}
.BgClassName
{
background-color: #882F7E;
}
</style>
border-color css
<style>
span { border-color: #882F7E; }
span { border-color: rgb(136,47,126); }
td.TdClassName
{
border-color: #882F7E;
}
.TagClassName
{
border-color: #882F7E;
}
</style>