Shades of Dark Purple #882C69
Tints of Dark Purple #882C69
RGB
CMYK
RGB Variations
Color information
#882C69 (or 0x882C69) is known color: Dark Purple. HEX triplet: 88, 2C and 69. RGB value is (136,44,105). Sum of RGB (Red+Green+Blue) = 136+44+105=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #882C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C69 is #77D396. Grayscale: #4E4E4E. Windows color (decimal): -7852951 or 6892680. OLE color: 6892680.
HSL color Cylindrical-coordinate representation of color #882C69: hue angle of 320.22º degrees, saturation: 0.51, 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 #882C69 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 105 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.47 |
| HSL | 320.22º | 0.51% | 0.35% | - |
| HSV(B) | 320.22º | 0.68% | 0.53% | - |
| XYZ | 13.6 | 8.06 | 14.2 | - |
| YUV | 78.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 105 | 0 | 0.68 | 0.23 | 0.47 | 320.22 | 0.51 | 0.35 |
| Hex | 88 | 2C | 69 | 0 | 44 | 17 | 2F | 140 | 33 | 23 |
| Octal | 210 | 54 | 151 | 0 | 104 | 27 | 57 | 500 | 63 | 43 |
| Binary | 10001000 | 101100 | 1101001 | 0 | 1000100 | 10111 | 101111 | 101000000 | 110011 | 100011 |
Color Harmonies of #882C69
Complementary color
Monochromatic Colors of #882C69
Black with #882C69
Text Example
Text Example
White with #882C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C69; }
p { color: rgb(136,44,105); }
H1.HeaderClassName
{
color: #882C69;
}
.AnyTagClassName
{
color: #882C69;
}
</style>
background-color css
<style>
a { background-color: #882C69; }
a { background-color: rgb(136,44,105); }
div.DivClassName
{
background-color: #882C69;
}
.BgClassName
{
background-color: #882C69;
}
</style>
border-color css
<style>
span { border-color: #882C69; }
span { border-color: rgb(136,44,105); }
td.TdClassName
{
border-color: #882C69;
}
.TagClassName
{
border-color: #882C69;
}
</style>