Shades of Dark Purple #882B69
Tints of Dark Purple #882B69
RGB
CMYK
RGB Variations
Color information
#882B69 (or 0x882B69) is known color: Dark Purple. HEX triplet: 88, 2B and 69. RGB value is (136,43,105). Sum of RGB (Red+Green+Blue) = 136+43+105=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #882B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B69 is #77D496. Grayscale: #4D4D4D. Windows color (decimal): -7853207 or 6892424. OLE color: 6892424.
HSL color Cylindrical-coordinate representation of color #882B69: hue angle of 320º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B69 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 105 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.47 |
| HSL | 320º | 0.52% | 0.35% | - |
| HSV(B) | 320º | 0.68% | 0.53% | - |
| XYZ | 13.57 | 7.98 | 14.19 | - |
| YUV | 77.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 105 | 0 | 0.68 | 0.23 | 0.47 | 320 | 0.52 | 0.35 |
| Hex | 88 | 2B | 69 | 0 | 44 | 17 | 2F | 140 | 34 | 23 |
| Octal | 210 | 53 | 151 | 0 | 104 | 27 | 57 | 500 | 64 | 43 |
| Binary | 10001000 | 101011 | 1101001 | 0 | 1000100 | 10111 | 101111 | 101000000 | 110100 | 100011 |
Color Harmonies of #882B69
Complementary color
Monochromatic Colors of #882B69
Black with #882B69
Text Example
Text Example
White with #882B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B69; }
p { color: rgb(136,43,105); }
H1.HeaderClassName
{
color: #882B69;
}
.AnyTagClassName
{
color: #882B69;
}
</style>
background-color css
<style>
a { background-color: #882B69; }
a { background-color: rgb(136,43,105); }
div.DivClassName
{
background-color: #882B69;
}
.BgClassName
{
background-color: #882B69;
}
</style>
border-color css
<style>
span { border-color: #882B69; }
span { border-color: rgb(136,43,105); }
td.TdClassName
{
border-color: #882B69;
}
.TagClassName
{
border-color: #882B69;
}
</style>