Shades of Dark Purple #891177
Tints of Dark Purple #891177
RGB
CMYK
RGB Variations
Color information
#891177 (or 0x891177) is known color: Dark Purple. HEX triplet: 89, 11 and 77. RGB value is (137,17,119). Sum of RGB (Red+Green+Blue) = 137+17+119=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891177 is #76EE88. Grayscale: #404040. Windows color (decimal): -7794313 or 7803273. OLE color: 7803273.
HSL color Cylindrical-coordinate representation of color #891177: hue angle of 309º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891177 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 119 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.46 |
| HSL | 309º | 0.78% | 0.3% | - |
| HSV(B) | 309º | 0.88% | 0.54% | - |
| XYZ | 13.85 | 7.05 | 18.08 | - |
| YUV | 64.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 119 | 0 | 0.88 | 0.13 | 0.46 | 309 | 0.78 | 0.3 |
| Hex | 89 | 11 | 77 | 0 | 58 | D | 2E | 135 | 4E | 1E |
| Octal | 211 | 21 | 167 | 0 | 130 | 15 | 56 | 465 | 116 | 36 |
| Binary | 10001001 | 10001 | 1110111 | 0 | 1011000 | 1101 | 101110 | 100110101 | 1001110 | 11110 |
Color Harmonies of #891177
Complementary color
Monochromatic Colors of #891177
Black with #891177
Text Example
Text Example
White with #891177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891177; }
p { color: rgb(137,17,119); }
H1.HeaderClassName
{
color: #891177;
}
.AnyTagClassName
{
color: #891177;
}
</style>
background-color css
<style>
a { background-color: #891177; }
a { background-color: rgb(137,17,119); }
div.DivClassName
{
background-color: #891177;
}
.BgClassName
{
background-color: #891177;
}
</style>
border-color css
<style>
span { border-color: #891177; }
span { border-color: rgb(137,17,119); }
td.TdClassName
{
border-color: #891177;
}
.TagClassName
{
border-color: #891177;
}
</style>