Shades of Dark Purple #881773
Tints of Dark Purple #881773
RGB
CMYK
RGB Variations
Color information
#881773 (or 0x881773) is known color: Dark Purple. HEX triplet: 88, 17 and 73. RGB value is (136,23,115). Sum of RGB (Red+Green+Blue) = 136+23+115=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #881773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881773 is #77E88C. Grayscale: #434343. Windows color (decimal): -7858317 or 7542664. OLE color: 7542664.
HSL color Cylindrical-coordinate representation of color #881773: hue angle of 311.15º 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 #881773 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 115 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.47 |
| HSL | 311.15º | 0.71% | 0.31% | - |
| HSV(B) | 311.15º | 0.83% | 0.53% | - |
| XYZ | 13.55 | 7.08 | 16.87 | - |
| YUV | 67.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 115 | 0 | 0.83 | 0.15 | 0.47 | 311.15 | 0.71 | 0.31 |
| Hex | 88 | 17 | 73 | 0 | 53 | F | 2F | 137 | 47 | 1F |
| Octal | 210 | 27 | 163 | 0 | 123 | 17 | 57 | 467 | 107 | 37 |
| Binary | 10001000 | 10111 | 1110011 | 0 | 1010011 | 1111 | 101111 | 100110111 | 1000111 | 11111 |
Color Harmonies of #881773
Complementary color
Monochromatic Colors of #881773
Black with #881773
Text Example
Text Example
White with #881773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881773; }
p { color: rgb(136,23,115); }
H1.HeaderClassName
{
color: #881773;
}
.AnyTagClassName
{
color: #881773;
}
</style>
background-color css
<style>
a { background-color: #881773; }
a { background-color: rgb(136,23,115); }
div.DivClassName
{
background-color: #881773;
}
.BgClassName
{
background-color: #881773;
}
</style>
border-color css
<style>
span { border-color: #881773; }
span { border-color: rgb(136,23,115); }
td.TdClassName
{
border-color: #881773;
}
.TagClassName
{
border-color: #881773;
}
</style>