Shades of Dark Purple #882881
Tints of Dark Purple #882881
RGB
CMYK
RGB Variations
Color information
#882881 (or 0x882881) is known color: Dark Purple. HEX triplet: 88, 28 and 81. RGB value is (136,40,129). Sum of RGB (Red+Green+Blue) = 136+40+129=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #882881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882881 is #77D77E. Grayscale: #4E4E4E. Windows color (decimal): -7853951 or 8464520. OLE color: 8464520.
HSL color Cylindrical-coordinate representation of color #882881: hue angle of 304.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882881 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 129 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.47 |
| HSL | 304.38º | 0.55% | 0.35% | - |
| HSV(B) | 304.38º | 0.71% | 0.53% | - |
| XYZ | 14.87 | 8.34 | 21.59 | - |
| YUV | 78.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 129 | 0 | 0.71 | 0.05 | 0.47 | 304.38 | 0.55 | 0.35 |
| Hex | 88 | 28 | 81 | 0 | 47 | 5 | 2F | 130 | 37 | 23 |
| Octal | 210 | 50 | 201 | 0 | 107 | 5 | 57 | 460 | 67 | 43 |
| Binary | 10001000 | 101000 | 10000001 | 0 | 1000111 | 101 | 101111 | 100110000 | 110111 | 100011 |
Color Harmonies of #882881
Complementary color
Monochromatic Colors of #882881
Black with #882881
Text Example
Text Example
White with #882881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882881; }
p { color: rgb(136,40,129); }
H1.HeaderClassName
{
color: #882881;
}
.AnyTagClassName
{
color: #882881;
}
</style>
background-color css
<style>
a { background-color: #882881; }
a { background-color: rgb(136,40,129); }
div.DivClassName
{
background-color: #882881;
}
.BgClassName
{
background-color: #882881;
}
</style>
border-color css
<style>
span { border-color: #882881; }
span { border-color: rgb(136,40,129); }
td.TdClassName
{
border-color: #882881;
}
.TagClassName
{
border-color: #882881;
}
</style>