Shades of Dark Purple #891C71
Tints of Dark Purple #891C71
RGB
CMYK
RGB Variations
Color information
#891C71 (or 0x891C71) is known color: Dark Purple. HEX triplet: 89, 1C and 71. RGB value is (137,28,113). Sum of RGB (Red+Green+Blue) = 137+28+113=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #891C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C71 is #76E38E. Grayscale: #464646. Windows color (decimal): -7791503 or 7412873. OLE color: 7412873.
HSL color Cylindrical-coordinate representation of color #891C71: hue angle of 313.21º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C71 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 113 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.46 |
| HSL | 313.21º | 0.66% | 0.32% | - |
| HSV(B) | 313.21º | 0.8% | 0.54% | - |
| XYZ | 13.71 | 7.34 | 16.32 | - |
| YUV | 70.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 113 | 0 | 0.80 | 0.18 | 0.46 | 313.21 | 0.66 | 0.32 |
| Hex | 89 | 1C | 71 | 0 | 50 | 12 | 2E | 139 | 42 | 20 |
| Octal | 211 | 34 | 161 | 0 | 120 | 22 | 56 | 471 | 102 | 40 |
| Binary | 10001001 | 11100 | 1110001 | 0 | 1010000 | 10010 | 101110 | 100111001 | 1000010 | 100000 |
Color Harmonies of #891C71
Complementary color
Monochromatic Colors of #891C71
Black with #891C71
Text Example
Text Example
White with #891C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C71; }
p { color: rgb(137,28,113); }
H1.HeaderClassName
{
color: #891C71;
}
.AnyTagClassName
{
color: #891C71;
}
</style>
background-color css
<style>
a { background-color: #891C71; }
a { background-color: rgb(137,28,113); }
div.DivClassName
{
background-color: #891C71;
}
.BgClassName
{
background-color: #891C71;
}
</style>
border-color css
<style>
span { border-color: #891C71; }
span { border-color: rgb(137,28,113); }
td.TdClassName
{
border-color: #891C71;
}
.TagClassName
{
border-color: #891C71;
}
</style>