Shades of Dark Purple #881980
Tints of Dark Purple #881980
RGB
CMYK
RGB Variations
Color information
#881980 (or 0x881980) is known color: Dark Purple. HEX triplet: 88, 19 and 80. RGB value is (136,25,128). Sum of RGB (Red+Green+Blue) = 136+25+128=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #881980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881980 is #77E67F. Grayscale: #454545. Windows color (decimal): -7857792 or 8395144. OLE color: 8395144.
HSL color Cylindrical-coordinate representation of color #881980: hue angle of 304.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881980 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 128 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.47 |
| HSL | 304.32º | 0.69% | 0.32% | - |
| HSV(B) | 304.32º | 0.82% | 0.53% | - |
| XYZ | 14.4 | 7.49 | 21.11 | - |
| YUV | 69.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 128 | 0 | 0.82 | 0.06 | 0.47 | 304.32 | 0.69 | 0.32 |
| Hex | 88 | 19 | 80 | 0 | 52 | 6 | 2F | 130 | 45 | 20 |
| Octal | 210 | 31 | 200 | 0 | 122 | 6 | 57 | 460 | 105 | 40 |
| Binary | 10001000 | 11001 | 10000000 | 0 | 1010010 | 110 | 101111 | 100110000 | 1000101 | 100000 |
Color Harmonies of #881980
Complementary color
Monochromatic Colors of #881980
Black with #881980
Text Example
Text Example
White with #881980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881980; }
p { color: rgb(136,25,128); }
H1.HeaderClassName
{
color: #881980;
}
.AnyTagClassName
{
color: #881980;
}
</style>
background-color css
<style>
a { background-color: #881980; }
a { background-color: rgb(136,25,128); }
div.DivClassName
{
background-color: #881980;
}
.BgClassName
{
background-color: #881980;
}
</style>
border-color css
<style>
span { border-color: #881980; }
span { border-color: rgb(136,25,128); }
td.TdClassName
{
border-color: #881980;
}
.TagClassName
{
border-color: #881980;
}
</style>