Shades of Dark Purple #882B6A
Tints of Dark Purple #882B6A
RGB
CMYK
RGB Variations
Color information
#882B6A (or 0x882B6A) is known color: Dark Purple. HEX triplet: 88, 2B and 6A. RGB value is (136,43,106). Sum of RGB (Red+Green+Blue) = 136+43+106=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #882B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B6A is #77D495. Grayscale: #4D4D4D. Windows color (decimal): -7853206 or 6957960. OLE color: 6957960.
HSL color Cylindrical-coordinate representation of color #882B6A: hue angle of 319.35º 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 #882B6A is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 106 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.47 |
| HSL | 319.35º | 0.52% | 0.35% | - |
| HSV(B) | 319.35º | 0.68% | 0.53% | - |
| XYZ | 13.62 | 8 | 14.46 | - |
| YUV | 77.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 106 | 0 | 0.68 | 0.22 | 0.47 | 319.35 | 0.52 | 0.35 |
| Hex | 88 | 2B | 6A | 0 | 44 | 16 | 2F | 13F | 34 | 23 |
| Octal | 210 | 53 | 152 | 0 | 104 | 26 | 57 | 477 | 64 | 43 |
| Binary | 10001000 | 101011 | 1101010 | 0 | 1000100 | 10110 | 101111 | 100111111 | 110100 | 100011 |
Color Harmonies of #882B6A
Complementary color
Monochromatic Colors of #882B6A
Black with #882B6A
Text Example
Text Example
White with #882B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B6A; }
p { color: rgb(136,43,106); }
H1.HeaderClassName
{
color: #882B6A;
}
.AnyTagClassName
{
color: #882B6A;
}
</style>
background-color css
<style>
a { background-color: #882B6A; }
a { background-color: rgb(136,43,106); }
div.DivClassName
{
background-color: #882B6A;
}
.BgClassName
{
background-color: #882B6A;
}
</style>
border-color css
<style>
span { border-color: #882B6A; }
span { border-color: rgb(136,43,106); }
td.TdClassName
{
border-color: #882B6A;
}
.TagClassName
{
border-color: #882B6A;
}
</style>