Shades of Dark Purple #882F69
Tints of Dark Purple #882F69
RGB
CMYK
RGB Variations
Color information
#882F69 (or 0x882F69) is known color: Dark Purple. HEX triplet: 88, 2F and 69. RGB value is (136,47,105). Sum of RGB (Red+Green+Blue) = 136+47+105=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F69 is #77D096. Grayscale: #505050. Windows color (decimal): -7852183 or 6893448. OLE color: 6893448.
HSL color Cylindrical-coordinate representation of color #882F69: hue angle of 320.9º 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 #882F69 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 105 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.47 |
| HSL | 320.9º | 0.49% | 0.36% | - |
| HSV(B) | 320.9º | 0.65% | 0.53% | - |
| XYZ | 13.72 | 8.29 | 14.24 | - |
| YUV | 80.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 105 | 0 | 0.65 | 0.23 | 0.47 | 320.9 | 0.49 | 0.36 |
| Hex | 88 | 2F | 69 | 0 | 41 | 17 | 2F | 141 | 31 | 24 |
| Octal | 210 | 57 | 151 | 0 | 101 | 27 | 57 | 501 | 61 | 44 |
| Binary | 10001000 | 101111 | 1101001 | 0 | 1000001 | 10111 | 101111 | 101000001 | 110001 | 100100 |
Color Harmonies of #882F69
Complementary color
Monochromatic Colors of #882F69
Black with #882F69
Text Example
Text Example
White with #882F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F69; }
p { color: rgb(136,47,105); }
H1.HeaderClassName
{
color: #882F69;
}
.AnyTagClassName
{
color: #882F69;
}
</style>
background-color css
<style>
a { background-color: #882F69; }
a { background-color: rgb(136,47,105); }
div.DivClassName
{
background-color: #882F69;
}
.BgClassName
{
background-color: #882F69;
}
</style>
border-color css
<style>
span { border-color: #882F69; }
span { border-color: rgb(136,47,105); }
td.TdClassName
{
border-color: #882F69;
}
.TagClassName
{
border-color: #882F69;
}
</style>