Shades of Dark Purple #891A77
Tints of Dark Purple #891A77
RGB
CMYK
RGB Variations
Color information
#891A77 (or 0x891A77) is known color: Dark Purple. HEX triplet: 89, 1A and 77. RGB value is (137,26,119). Sum of RGB (Red+Green+Blue) = 137+26+119=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #891A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891A77 is #76E588. Grayscale: #454545. Windows color (decimal): -7792009 or 7805577. OLE color: 7805577.
HSL color Cylindrical-coordinate representation of color #891A77: hue angle of 309.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A77 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 119 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.46 |
| HSL | 309.73º | 0.68% | 0.32% | - |
| HSV(B) | 309.73º | 0.81% | 0.54% | - |
| XYZ | 14.02 | 7.39 | 18.14 | - |
| YUV | 69.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 119 | 0 | 0.81 | 0.13 | 0.46 | 309.73 | 0.68 | 0.32 |
| Hex | 89 | 1A | 77 | 0 | 51 | D | 2E | 136 | 44 | 20 |
| Octal | 211 | 32 | 167 | 0 | 121 | 15 | 56 | 466 | 104 | 40 |
| Binary | 10001001 | 11010 | 1110111 | 0 | 1010001 | 1101 | 101110 | 100110110 | 1000100 | 100000 |
Color Harmonies of #891A77
Complementary color
Monochromatic Colors of #891A77
Black with #891A77
Text Example
Text Example
White with #891A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A77; }
p { color: rgb(137,26,119); }
H1.HeaderClassName
{
color: #891A77;
}
.AnyTagClassName
{
color: #891A77;
}
</style>
background-color css
<style>
a { background-color: #891A77; }
a { background-color: rgb(137,26,119); }
div.DivClassName
{
background-color: #891A77;
}
.BgClassName
{
background-color: #891A77;
}
</style>
border-color css
<style>
span { border-color: #891A77; }
span { border-color: rgb(137,26,119); }
td.TdClassName
{
border-color: #891A77;
}
.TagClassName
{
border-color: #891A77;
}
</style>