Shades of Dark Purple #891471
Tints of Dark Purple #891471
RGB
CMYK
RGB Variations
Color information
#891471 (or 0x891471) is known color: Dark Purple. HEX triplet: 89, 14 and 71. RGB value is (137,20,113). Sum of RGB (Red+Green+Blue) = 137+20+113=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891471 is #76EB8E. Grayscale: #414141. Windows color (decimal): -7793551 or 7410825. OLE color: 7410825.
HSL color Cylindrical-coordinate representation of color #891471: hue angle of 312.31º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891471 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 113 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.46 |
| HSL | 312.31º | 0.75% | 0.31% | - |
| HSV(B) | 312.31º | 0.85% | 0.54% | - |
| XYZ | 13.55 | 7.01 | 16.26 | - |
| YUV | 65.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 113 | 0 | 0.85 | 0.18 | 0.46 | 312.31 | 0.75 | 0.31 |
| Hex | 89 | 14 | 71 | 0 | 55 | 12 | 2E | 138 | 4B | 1F |
| Octal | 211 | 24 | 161 | 0 | 125 | 22 | 56 | 470 | 113 | 37 |
| Binary | 10001001 | 10100 | 1110001 | 0 | 1010101 | 10010 | 101110 | 100111000 | 1001011 | 11111 |
Color Harmonies of #891471
Complementary color
Monochromatic Colors of #891471
Black with #891471
Text Example
Text Example
White with #891471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891471; }
p { color: rgb(137,20,113); }
H1.HeaderClassName
{
color: #891471;
}
.AnyTagClassName
{
color: #891471;
}
</style>
background-color css
<style>
a { background-color: #891471; }
a { background-color: rgb(137,20,113); }
div.DivClassName
{
background-color: #891471;
}
.BgClassName
{
background-color: #891471;
}
</style>
border-color css
<style>
span { border-color: #891471; }
span { border-color: rgb(137,20,113); }
td.TdClassName
{
border-color: #891471;
}
.TagClassName
{
border-color: #891471;
}
</style>