Shades of Dark Purple #882F7C
Tints of Dark Purple #882F7C
RGB
CMYK
RGB Variations
Color information
#882F7C (or 0x882F7C) is known color: Dark Purple. HEX triplet: 88, 2F and 7C. RGB value is (136,47,124). Sum of RGB (Red+Green+Blue) = 136+47+124=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #882F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F7C is #77D083. Grayscale: #525252. Windows color (decimal): -7852164 or 8138632. OLE color: 8138632.
HSL color Cylindrical-coordinate representation of color #882F7C: hue angle of 308.09º 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 #882F7C is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 124 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.47 |
| HSL | 308.09º | 0.49% | 0.36% | - |
| HSV(B) | 308.09º | 0.65% | 0.53% | - |
| XYZ | 14.81 | 8.72 | 19.97 | - |
| YUV | 82.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 124 | 0 | 0.65 | 0.09 | 0.47 | 308.09 | 0.49 | 0.36 |
| Hex | 88 | 2F | 7C | 0 | 41 | 9 | 2F | 134 | 31 | 24 |
| Octal | 210 | 57 | 174 | 0 | 101 | 11 | 57 | 464 | 61 | 44 |
| Binary | 10001000 | 101111 | 1111100 | 0 | 1000001 | 1001 | 101111 | 100110100 | 110001 | 100100 |
Color Harmonies of #882F7C
Complementary color
Monochromatic Colors of #882F7C
Black with #882F7C
Text Example
Text Example
White with #882F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F7C; }
p { color: rgb(136,47,124); }
H1.HeaderClassName
{
color: #882F7C;
}
.AnyTagClassName
{
color: #882F7C;
}
</style>
background-color css
<style>
a { background-color: #882F7C; }
a { background-color: rgb(136,47,124); }
div.DivClassName
{
background-color: #882F7C;
}
.BgClassName
{
background-color: #882F7C;
}
</style>
border-color css
<style>
span { border-color: #882F7C; }
span { border-color: rgb(136,47,124); }
td.TdClassName
{
border-color: #882F7C;
}
.TagClassName
{
border-color: #882F7C;
}
</style>