Shades of Dark Purple #882F73
Tints of Dark Purple #882F73
RGB
CMYK
RGB Variations
Color information
#882F73 (or 0x882F73) is known color: Dark Purple. HEX triplet: 88, 2F and 73. RGB value is (136,47,115). Sum of RGB (Red+Green+Blue) = 136+47+115=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #882F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F73 is #77D08C. Grayscale: #515151. Windows color (decimal): -7852173 or 7548808. OLE color: 7548808.
HSL color Cylindrical-coordinate representation of color #882F73: hue angle of 314.16º 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 #882F73 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 115 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.47 |
| HSL | 314.16º | 0.49% | 0.36% | - |
| HSV(B) | 314.16º | 0.65% | 0.53% | - |
| XYZ | 14.26 | 8.51 | 17.11 | - |
| YUV | 81.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 115 | 0 | 0.65 | 0.15 | 0.47 | 314.16 | 0.49 | 0.36 |
| Hex | 88 | 2F | 73 | 0 | 41 | F | 2F | 13A | 31 | 24 |
| Octal | 210 | 57 | 163 | 0 | 101 | 17 | 57 | 472 | 61 | 44 |
| Binary | 10001000 | 101111 | 1110011 | 0 | 1000001 | 1111 | 101111 | 100111010 | 110001 | 100100 |
Color Harmonies of #882F73
Complementary color
Monochromatic Colors of #882F73
Black with #882F73
Text Example
Text Example
White with #882F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F73; }
p { color: rgb(136,47,115); }
H1.HeaderClassName
{
color: #882F73;
}
.AnyTagClassName
{
color: #882F73;
}
</style>
background-color css
<style>
a { background-color: #882F73; }
a { background-color: rgb(136,47,115); }
div.DivClassName
{
background-color: #882F73;
}
.BgClassName
{
background-color: #882F73;
}
</style>
border-color css
<style>
span { border-color: #882F73; }
span { border-color: rgb(136,47,115); }
td.TdClassName
{
border-color: #882F73;
}
.TagClassName
{
border-color: #882F73;
}
</style>