Shades of Dark Purple #891673
Tints of Dark Purple #891673
RGB
CMYK
RGB Variations
Color information
#891673 (or 0x891673) is known color: Dark Purple. HEX triplet: 89, 16 and 73. RGB value is (137,22,115). Sum of RGB (Red+Green+Blue) = 137+22+115=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #891673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891673 is #76E98C. Grayscale: #424242. Windows color (decimal): -7793037 or 7542409. OLE color: 7542409.
HSL color Cylindrical-coordinate representation of color #891673: hue angle of 311.48º 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 #891673 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 115 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.46 |
| HSL | 311.48º | 0.72% | 0.31% | - |
| HSV(B) | 311.48º | 0.84% | 0.54% | - |
| XYZ | 13.7 | 7.13 | 16.87 | - |
| YUV | 66.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 115 | 0 | 0.84 | 0.16 | 0.46 | 311.48 | 0.72 | 0.31 |
| Hex | 89 | 16 | 73 | 0 | 54 | 10 | 2E | 137 | 48 | 1F |
| Octal | 211 | 26 | 163 | 0 | 124 | 20 | 56 | 467 | 110 | 37 |
| Binary | 10001001 | 10110 | 1110011 | 0 | 1010100 | 10000 | 101110 | 100110111 | 1001000 | 11111 |
Color Harmonies of #891673
Complementary color
Monochromatic Colors of #891673
Black with #891673
Text Example
Text Example
White with #891673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891673; }
p { color: rgb(137,22,115); }
H1.HeaderClassName
{
color: #891673;
}
.AnyTagClassName
{
color: #891673;
}
</style>
background-color css
<style>
a { background-color: #891673; }
a { background-color: rgb(137,22,115); }
div.DivClassName
{
background-color: #891673;
}
.BgClassName
{
background-color: #891673;
}
</style>
border-color css
<style>
span { border-color: #891673; }
span { border-color: rgb(137,22,115); }
td.TdClassName
{
border-color: #891673;
}
.TagClassName
{
border-color: #891673;
}
</style>