Shades of Dark Purple #881977
Tints of Dark Purple #881977
RGB
CMYK
RGB Variations
Color information
#881977 (or 0x881977) is known color: Dark Purple. HEX triplet: 88, 19 and 77. RGB value is (136,25,119). Sum of RGB (Red+Green+Blue) = 136+25+119=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #881977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881977 is #77E688. Grayscale: #444444. Windows color (decimal): -7857801 or 7805320. OLE color: 7805320.
HSL color Cylindrical-coordinate representation of color #881977: hue angle of 309.19º 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 #881977 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 119 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.47 |
| HSL | 309.19º | 0.69% | 0.32% | - |
| HSV(B) | 309.19º | 0.82% | 0.53% | - |
| XYZ | 13.83 | 7.26 | 18.13 | - |
| YUV | 68.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 119 | 0 | 0.82 | 0.12 | 0.47 | 309.19 | 0.69 | 0.32 |
| Hex | 88 | 19 | 77 | 0 | 52 | C | 2F | 135 | 45 | 20 |
| Octal | 210 | 31 | 167 | 0 | 122 | 14 | 57 | 465 | 105 | 40 |
| Binary | 10001000 | 11001 | 1110111 | 0 | 1010010 | 1100 | 101111 | 100110101 | 1000101 | 100000 |
Color Harmonies of #881977
Complementary color
Monochromatic Colors of #881977
Black with #881977
Text Example
Text Example
White with #881977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881977; }
p { color: rgb(136,25,119); }
H1.HeaderClassName
{
color: #881977;
}
.AnyTagClassName
{
color: #881977;
}
</style>
background-color css
<style>
a { background-color: #881977; }
a { background-color: rgb(136,25,119); }
div.DivClassName
{
background-color: #881977;
}
.BgClassName
{
background-color: #881977;
}
</style>
border-color css
<style>
span { border-color: #881977; }
span { border-color: rgb(136,25,119); }
td.TdClassName
{
border-color: #881977;
}
.TagClassName
{
border-color: #881977;
}
</style>