Shades of Dark Purple #891C77
Tints of Dark Purple #891C77
RGB
CMYK
RGB Variations
Color information
#891C77 (or 0x891C77) is known color: Dark Purple. HEX triplet: 89, 1C and 77. RGB value is (137,28,119). Sum of RGB (Red+Green+Blue) = 137+28+119=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #891C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C77 is #76E388. Grayscale: #464646. Windows color (decimal): -7791497 or 7806089. OLE color: 7806089.
HSL color Cylindrical-coordinate representation of color #891C77: hue angle of 309.91º 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 #891C77 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 119 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.46 |
| HSL | 309.91º | 0.66% | 0.32% | - |
| HSV(B) | 309.91º | 0.8% | 0.54% | - |
| XYZ | 14.06 | 7.48 | 18.16 | - |
| YUV | 70.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 119 | 0 | 0.80 | 0.13 | 0.46 | 309.91 | 0.66 | 0.32 |
| Hex | 89 | 1C | 77 | 0 | 50 | D | 2E | 136 | 42 | 20 |
| Octal | 211 | 34 | 167 | 0 | 120 | 15 | 56 | 466 | 102 | 40 |
| Binary | 10001001 | 11100 | 1110111 | 0 | 1010000 | 1101 | 101110 | 100110110 | 1000010 | 100000 |
Color Harmonies of #891C77
Complementary color
Monochromatic Colors of #891C77
Black with #891C77
Text Example
Text Example
White with #891C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C77; }
p { color: rgb(137,28,119); }
H1.HeaderClassName
{
color: #891C77;
}
.AnyTagClassName
{
color: #891C77;
}
</style>
background-color css
<style>
a { background-color: #891C77; }
a { background-color: rgb(137,28,119); }
div.DivClassName
{
background-color: #891C77;
}
.BgClassName
{
background-color: #891C77;
}
</style>
border-color css
<style>
span { border-color: #891C77; }
span { border-color: rgb(137,28,119); }
td.TdClassName
{
border-color: #891C77;
}
.TagClassName
{
border-color: #891C77;
}
</style>