Shades of Dark Purple #891376
Tints of Dark Purple #891376
RGB
CMYK
RGB Variations
Color information
#891376 (or 0x891376) is known color: Dark Purple. HEX triplet: 89, 13 and 76. RGB value is (137,19,118). Sum of RGB (Red+Green+Blue) = 137+19+118=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #891376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891376 is #76EC89. Grayscale: #414141. Windows color (decimal): -7793802 or 7738249. OLE color: 7738249.
HSL color Cylindrical-coordinate representation of color #891376: hue angle of 309.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891376 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 118 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.46 |
| HSL | 309.66º | 0.76% | 0.31% | - |
| HSV(B) | 309.66º | 0.86% | 0.54% | - |
| XYZ | 13.82 | 7.09 | 17.78 | - |
| YUV | 65.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 118 | 0 | 0.86 | 0.14 | 0.46 | 309.66 | 0.76 | 0.31 |
| Hex | 89 | 13 | 76 | 0 | 56 | E | 2E | 136 | 4C | 1F |
| Octal | 211 | 23 | 166 | 0 | 126 | 16 | 56 | 466 | 114 | 37 |
| Binary | 10001001 | 10011 | 1110110 | 0 | 1010110 | 1110 | 101110 | 100110110 | 1001100 | 11111 |
Color Harmonies of #891376
Complementary color
Monochromatic Colors of #891376
Black with #891376
Text Example
Text Example
White with #891376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891376; }
p { color: rgb(137,19,118); }
H1.HeaderClassName
{
color: #891376;
}
.AnyTagClassName
{
color: #891376;
}
</style>
background-color css
<style>
a { background-color: #891376; }
a { background-color: rgb(137,19,118); }
div.DivClassName
{
background-color: #891376;
}
.BgClassName
{
background-color: #891376;
}
</style>
border-color css
<style>
span { border-color: #891376; }
span { border-color: rgb(137,19,118); }
td.TdClassName
{
border-color: #891376;
}
.TagClassName
{
border-color: #891376;
}
</style>