Shades of Dark Purple #881777
Tints of Dark Purple #881777
RGB
CMYK
RGB Variations
Color information
#881777 (or 0x881777) is known color: Dark Purple. HEX triplet: 88, 17 and 77. RGB value is (136,23,119). Sum of RGB (Red+Green+Blue) = 136+23+119=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #881777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881777 is #77E888. Grayscale: #434343. Windows color (decimal): -7858313 or 7804808. OLE color: 7804808.
HSL color Cylindrical-coordinate representation of color #881777: hue angle of 309.03º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881777 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 119 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.47 |
| HSL | 309.03º | 0.71% | 0.31% | - |
| HSV(B) | 309.03º | 0.83% | 0.53% | - |
| XYZ | 13.79 | 7.18 | 18.11 | - |
| YUV | 67.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 119 | 0 | 0.83 | 0.12 | 0.47 | 309.03 | 0.71 | 0.31 |
| Hex | 88 | 17 | 77 | 0 | 53 | C | 2F | 135 | 47 | 1F |
| Octal | 210 | 27 | 167 | 0 | 123 | 14 | 57 | 465 | 107 | 37 |
| Binary | 10001000 | 10111 | 1110111 | 0 | 1010011 | 1100 | 101111 | 100110101 | 1000111 | 11111 |
Color Harmonies of #881777
Complementary color
Monochromatic Colors of #881777
Black with #881777
Text Example
Text Example
White with #881777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881777; }
p { color: rgb(136,23,119); }
H1.HeaderClassName
{
color: #881777;
}
.AnyTagClassName
{
color: #881777;
}
</style>
background-color css
<style>
a { background-color: #881777; }
a { background-color: rgb(136,23,119); }
div.DivClassName
{
background-color: #881777;
}
.BgClassName
{
background-color: #881777;
}
</style>
border-color css
<style>
span { border-color: #881777; }
span { border-color: rgb(136,23,119); }
td.TdClassName
{
border-color: #881777;
}
.TagClassName
{
border-color: #881777;
}
</style>