Shades of Dark Purple #891470
Tints of Dark Purple #891470
RGB
CMYK
RGB Variations
Color information
#891470 (or 0x891470) is known color: Dark Purple. HEX triplet: 89, 14 and 70. RGB value is (137,20,112). Sum of RGB (Red+Green+Blue) = 137+20+112=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #891470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891470 is #76EB8F. Grayscale: #414141. Windows color (decimal): -7793552 or 7345289. OLE color: 7345289.
HSL color Cylindrical-coordinate representation of color #891470: hue angle of 312.82º 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 #891470 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 112 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.46 |
| HSL | 312.82º | 0.75% | 0.31% | - |
| HSV(B) | 312.82º | 0.85% | 0.54% | - |
| XYZ | 13.49 | 6.99 | 15.97 | - |
| YUV | 65.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 112 | 0 | 0.85 | 0.18 | 0.46 | 312.82 | 0.75 | 0.31 |
| Hex | 89 | 14 | 70 | 0 | 55 | 12 | 2E | 139 | 4B | 1F |
| Octal | 211 | 24 | 160 | 0 | 125 | 22 | 56 | 471 | 113 | 37 |
| Binary | 10001001 | 10100 | 1110000 | 0 | 1010101 | 10010 | 101110 | 100111001 | 1001011 | 11111 |
Color Harmonies of #891470
Complementary color
Monochromatic Colors of #891470
Black with #891470
Text Example
Text Example
White with #891470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891470; }
p { color: rgb(137,20,112); }
H1.HeaderClassName
{
color: #891470;
}
.AnyTagClassName
{
color: #891470;
}
</style>
background-color css
<style>
a { background-color: #891470; }
a { background-color: rgb(137,20,112); }
div.DivClassName
{
background-color: #891470;
}
.BgClassName
{
background-color: #891470;
}
</style>
border-color css
<style>
span { border-color: #891470; }
span { border-color: rgb(137,20,112); }
td.TdClassName
{
border-color: #891470;
}
.TagClassName
{
border-color: #891470;
}
</style>