Shades of Dark Purple #891685
Tints of Dark Purple #891685
RGB
CMYK
RGB Variations
Color information
#891685 (or 0x891685) is known color: Dark Purple. HEX triplet: 89, 16 and 85. RGB value is (137,22,133). Sum of RGB (Red+Green+Blue) = 137+22+133=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #891685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891685 is #76E97A. Grayscale: #444444. Windows color (decimal): -7793019 or 8722057. OLE color: 8722057.
HSL color Cylindrical-coordinate representation of color #891685: hue angle of 302.09º 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 #891685 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 133 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.46 |
| HSL | 302.09º | 0.72% | 0.31% | - |
| HSV(B) | 302.09º | 0.84% | 0.54% | - |
| XYZ | 14.84 | 7.59 | 22.87 | - |
| YUV | 69.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 133 | 0 | 0.84 | 0.03 | 0.46 | 302.09 | 0.72 | 0.31 |
| Hex | 89 | 16 | 85 | 0 | 54 | 3 | 2E | 12E | 48 | 1F |
| Octal | 211 | 26 | 205 | 0 | 124 | 3 | 56 | 456 | 110 | 37 |
| Binary | 10001001 | 10110 | 10000101 | 0 | 1010100 | 11 | 101110 | 100101110 | 1001000 | 11111 |
Color Harmonies of #891685
Complementary color
Monochromatic Colors of #891685
Black with #891685
Text Example
Text Example
White with #891685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891685; }
p { color: rgb(137,22,133); }
H1.HeaderClassName
{
color: #891685;
}
.AnyTagClassName
{
color: #891685;
}
</style>
background-color css
<style>
a { background-color: #891685; }
a { background-color: rgb(137,22,133); }
div.DivClassName
{
background-color: #891685;
}
.BgClassName
{
background-color: #891685;
}
</style>
border-color css
<style>
span { border-color: #891685; }
span { border-color: rgb(137,22,133); }
td.TdClassName
{
border-color: #891685;
}
.TagClassName
{
border-color: #891685;
}
</style>