Shades of Dark Purple #891786
Tints of Dark Purple #891786
RGB
CMYK
RGB Variations
Color information
#891786 (or 0x891786) is known color: Dark Purple. HEX triplet: 89, 17 and 86. RGB value is (137,23,134). Sum of RGB (Red+Green+Blue) = 137+23+134=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #891786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891786 is #76E879. Grayscale: #454545. Windows color (decimal): -7792762 or 8787849. OLE color: 8787849.
HSL color Cylindrical-coordinate representation of color #891786: hue angle of 301.58º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891786 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 134 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.46 |
| HSL | 301.58º | 0.71% | 0.31% | - |
| HSV(B) | 301.58º | 0.83% | 0.54% | - |
| XYZ | 14.93 | 7.65 | 23.24 | - |
| YUV | 69.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 134 | 0 | 0.83 | 0.02 | 0.46 | 301.58 | 0.71 | 0.31 |
| Hex | 89 | 17 | 86 | 0 | 53 | 2 | 2E | 12E | 47 | 1F |
| Octal | 211 | 27 | 206 | 0 | 123 | 2 | 56 | 456 | 107 | 37 |
| Binary | 10001001 | 10111 | 10000110 | 0 | 1010011 | 10 | 101110 | 100101110 | 1000111 | 11111 |
Color Harmonies of #891786
Complementary color
Monochromatic Colors of #891786
Black with #891786
Text Example
Text Example
White with #891786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891786; }
p { color: rgb(137,23,134); }
H1.HeaderClassName
{
color: #891786;
}
.AnyTagClassName
{
color: #891786;
}
</style>
background-color css
<style>
a { background-color: #891786; }
a { background-color: rgb(137,23,134); }
div.DivClassName
{
background-color: #891786;
}
.BgClassName
{
background-color: #891786;
}
</style>
border-color css
<style>
span { border-color: #891786; }
span { border-color: rgb(137,23,134); }
td.TdClassName
{
border-color: #891786;
}
.TagClassName
{
border-color: #891786;
}
</style>