Shades of Dark Purple #891771
Tints of Dark Purple #891771
RGB
CMYK
RGB Variations
Color information
#891771 (or 0x891771) is known color: Dark Purple. HEX triplet: 89, 17 and 71. RGB value is (137,23,113). Sum of RGB (Red+Green+Blue) = 137+23+113=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #891771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891771 is #76E88E. Grayscale: #434343. Windows color (decimal): -7792783 or 7411593. OLE color: 7411593.
HSL color Cylindrical-coordinate representation of color #891771: hue angle of 312.63º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891771 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 113 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.46 |
| HSL | 312.63º | 0.71% | 0.31% | - |
| HSV(B) | 312.63º | 0.83% | 0.54% | - |
| XYZ | 13.6 | 7.12 | 16.28 | - |
| YUV | 67.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 113 | 0 | 0.83 | 0.18 | 0.46 | 312.63 | 0.71 | 0.31 |
| Hex | 89 | 17 | 71 | 0 | 53 | 12 | 2E | 139 | 47 | 1F |
| Octal | 211 | 27 | 161 | 0 | 123 | 22 | 56 | 471 | 107 | 37 |
| Binary | 10001001 | 10111 | 1110001 | 0 | 1010011 | 10010 | 101110 | 100111001 | 1000111 | 11111 |
Color Harmonies of #891771
Complementary color
Monochromatic Colors of #891771
Black with #891771
Text Example
Text Example
White with #891771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891771; }
p { color: rgb(137,23,113); }
H1.HeaderClassName
{
color: #891771;
}
.AnyTagClassName
{
color: #891771;
}
</style>
background-color css
<style>
a { background-color: #891771; }
a { background-color: rgb(137,23,113); }
div.DivClassName
{
background-color: #891771;
}
.BgClassName
{
background-color: #891771;
}
</style>
border-color css
<style>
span { border-color: #891771; }
span { border-color: rgb(137,23,113); }
td.TdClassName
{
border-color: #891771;
}
.TagClassName
{
border-color: #891771;
}
</style>