Shades of Dark Purple #882E80
Tints of Dark Purple #882E80
RGB
CMYK
RGB Variations
Color information
#882E80 (or 0x882E80) is known color: Dark Purple. HEX triplet: 88, 2E and 80. RGB value is (136,46,128). Sum of RGB (Red+Green+Blue) = 136+46+128=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #882E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882E80 is #77D17F. Grayscale: #525252. Windows color (decimal): -7852416 or 8400520. OLE color: 8400520.
HSL color Cylindrical-coordinate representation of color #882E80: hue angle of 305.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E80 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 128 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.47 |
| HSL | 305.33º | 0.49% | 0.36% | - |
| HSV(B) | 305.33º | 0.66% | 0.53% | - |
| XYZ | 15.03 | 8.75 | 21.32 | - |
| YUV | 82.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 128 | 0 | 0.66 | 0.06 | 0.47 | 305.33 | 0.49 | 0.36 |
| Hex | 88 | 2E | 80 | 0 | 42 | 6 | 2F | 131 | 31 | 24 |
| Octal | 210 | 56 | 200 | 0 | 102 | 6 | 57 | 461 | 61 | 44 |
| Binary | 10001000 | 101110 | 10000000 | 0 | 1000010 | 110 | 101111 | 100110001 | 110001 | 100100 |
Color Harmonies of #882E80
Complementary color
Monochromatic Colors of #882E80
Black with #882E80
Text Example
Text Example
White with #882E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E80; }
p { color: rgb(136,46,128); }
H1.HeaderClassName
{
color: #882E80;
}
.AnyTagClassName
{
color: #882E80;
}
</style>
background-color css
<style>
a { background-color: #882E80; }
a { background-color: rgb(136,46,128); }
div.DivClassName
{
background-color: #882E80;
}
.BgClassName
{
background-color: #882E80;
}
</style>
border-color css
<style>
span { border-color: #882E80; }
span { border-color: rgb(136,46,128); }
td.TdClassName
{
border-color: #882E80;
}
.TagClassName
{
border-color: #882E80;
}
</style>