Shades of Dark Purple #891676
Tints of Dark Purple #891676
RGB
CMYK
RGB Variations
Color information
#891676 (or 0x891676) is known color: Dark Purple. HEX triplet: 89, 16 and 76. RGB value is (137,22,118). Sum of RGB (Red+Green+Blue) = 137+22+118=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #891676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891676 is #76E989. Grayscale: #434343. Windows color (decimal): -7793034 or 7739017. OLE color: 7739017.
HSL color Cylindrical-coordinate representation of color #891676: hue angle of 309.91º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891676 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 118 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.46 |
| HSL | 309.91º | 0.72% | 0.31% | - |
| HSV(B) | 309.91º | 0.84% | 0.54% | - |
| XYZ | 13.87 | 7.2 | 17.8 | - |
| YUV | 67.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 118 | 0 | 0.84 | 0.14 | 0.46 | 309.91 | 0.72 | 0.31 |
| Hex | 89 | 16 | 76 | 0 | 54 | E | 2E | 136 | 48 | 1F |
| Octal | 211 | 26 | 166 | 0 | 124 | 16 | 56 | 466 | 110 | 37 |
| Binary | 10001001 | 10110 | 1110110 | 0 | 1010100 | 1110 | 101110 | 100110110 | 1001000 | 11111 |
Color Harmonies of #891676
Complementary color
Monochromatic Colors of #891676
Black with #891676
Text Example
Text Example
White with #891676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891676; }
p { color: rgb(137,22,118); }
H1.HeaderClassName
{
color: #891676;
}
.AnyTagClassName
{
color: #891676;
}
</style>
background-color css
<style>
a { background-color: #891676; }
a { background-color: rgb(137,22,118); }
div.DivClassName
{
background-color: #891676;
}
.BgClassName
{
background-color: #891676;
}
</style>
border-color css
<style>
span { border-color: #891676; }
span { border-color: rgb(137,22,118); }
td.TdClassName
{
border-color: #891676;
}
.TagClassName
{
border-color: #891676;
}
</style>