Shades of Dark Purple #882980
Tints of Dark Purple #882980
RGB
CMYK
RGB Variations
Color information
#882980 (or 0x882980) is known color: Dark Purple. HEX triplet: 88, 29 and 80. RGB value is (136,41,128). Sum of RGB (Red+Green+Blue) = 136+41+128=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #882980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882980 is #77D67F. Grayscale: #4F4F4F. Windows color (decimal): -7853696 or 8399240. OLE color: 8399240.
HSL color Cylindrical-coordinate representation of color #882980: hue angle of 305.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882980 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 128 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.47 |
| HSL | 305.05º | 0.54% | 0.35% | - |
| HSV(B) | 305.05º | 0.7% | 0.53% | - |
| XYZ | 14.84 | 8.38 | 21.26 | - |
| YUV | 79.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 128 | 0 | 0.70 | 0.06 | 0.47 | 305.05 | 0.54 | 0.35 |
| Hex | 88 | 29 | 80 | 0 | 46 | 6 | 2F | 131 | 36 | 23 |
| Octal | 210 | 51 | 200 | 0 | 106 | 6 | 57 | 461 | 66 | 43 |
| Binary | 10001000 | 101001 | 10000000 | 0 | 1000110 | 110 | 101111 | 100110001 | 110110 | 100011 |
Color Harmonies of #882980
Complementary color
Monochromatic Colors of #882980
Black with #882980
Text Example
Text Example
White with #882980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882980; }
p { color: rgb(136,41,128); }
H1.HeaderClassName
{
color: #882980;
}
.AnyTagClassName
{
color: #882980;
}
</style>
background-color css
<style>
a { background-color: #882980; }
a { background-color: rgb(136,41,128); }
div.DivClassName
{
background-color: #882980;
}
.BgClassName
{
background-color: #882980;
}
</style>
border-color css
<style>
span { border-color: #882980; }
span { border-color: rgb(136,41,128); }
td.TdClassName
{
border-color: #882980;
}
.TagClassName
{
border-color: #882980;
}
</style>