Shades of Dark Purple #891973
Tints of Dark Purple #891973
RGB
CMYK
RGB Variations
Color information
#891973 (or 0x891973) is known color: Dark Purple. HEX triplet: 89, 19 and 73. RGB value is (137,25,115). Sum of RGB (Red+Green+Blue) = 137+25+115=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #891973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891973 is #76E68C. Grayscale: #444444. Windows color (decimal): -7792269 or 7543177. OLE color: 7543177.
HSL color Cylindrical-coordinate representation of color #891973: hue angle of 311.79º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891973 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 115 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.46 |
| HSL | 311.79º | 0.69% | 0.32% | - |
| HSV(B) | 311.79º | 0.82% | 0.54% | - |
| XYZ | 13.76 | 7.25 | 16.89 | - |
| YUV | 68.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 115 | 0 | 0.82 | 0.16 | 0.46 | 311.79 | 0.69 | 0.32 |
| Hex | 89 | 19 | 73 | 0 | 52 | 10 | 2E | 138 | 45 | 20 |
| Octal | 211 | 31 | 163 | 0 | 122 | 20 | 56 | 470 | 105 | 40 |
| Binary | 10001001 | 11001 | 1110011 | 0 | 1010010 | 10000 | 101110 | 100111000 | 1000101 | 100000 |
Color Harmonies of #891973
Complementary color
Monochromatic Colors of #891973
Black with #891973
Text Example
Text Example
White with #891973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891973; }
p { color: rgb(137,25,115); }
H1.HeaderClassName
{
color: #891973;
}
.AnyTagClassName
{
color: #891973;
}
</style>
background-color css
<style>
a { background-color: #891973; }
a { background-color: rgb(137,25,115); }
div.DivClassName
{
background-color: #891973;
}
.BgClassName
{
background-color: #891973;
}
</style>
border-color css
<style>
span { border-color: #891973; }
span { border-color: rgb(137,25,115); }
td.TdClassName
{
border-color: #891973;
}
.TagClassName
{
border-color: #891973;
}
</style>