Shades of Dark Purple #891F73
Tints of Dark Purple #891F73
RGB
CMYK
RGB Variations
Color information
#891F73 (or 0x891F73) is known color: Dark Purple. HEX triplet: 89, 1F and 73. RGB value is (137,31,115). Sum of RGB (Red+Green+Blue) = 137+31+115=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #891F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F73 is #76E08C. Grayscale: #484848. Windows color (decimal): -7790733 or 7544713. OLE color: 7544713.
HSL color Cylindrical-coordinate representation of color #891F73: hue angle of 312.45º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F73 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 115 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.46 |
| HSL | 312.45º | 0.63% | 0.33% | - |
| HSV(B) | 312.45º | 0.77% | 0.54% | - |
| XYZ | 13.9 | 7.54 | 16.94 | - |
| YUV | 72.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 115 | 0 | 0.77 | 0.16 | 0.46 | 312.45 | 0.63 | 0.33 |
| Hex | 89 | 1F | 73 | 0 | 4D | 10 | 2E | 138 | 3F | 21 |
| Octal | 211 | 37 | 163 | 0 | 115 | 20 | 56 | 470 | 77 | 41 |
| Binary | 10001001 | 11111 | 1110011 | 0 | 1001101 | 10000 | 101110 | 100111000 | 111111 | 100001 |
Color Harmonies of #891F73
Complementary color
Monochromatic Colors of #891F73
Black with #891F73
Text Example
Text Example
White with #891F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F73; }
p { color: rgb(137,31,115); }
H1.HeaderClassName
{
color: #891F73;
}
.AnyTagClassName
{
color: #891F73;
}
</style>
background-color css
<style>
a { background-color: #891F73; }
a { background-color: rgb(137,31,115); }
div.DivClassName
{
background-color: #891F73;
}
.BgClassName
{
background-color: #891F73;
}
</style>
border-color css
<style>
span { border-color: #891F73; }
span { border-color: rgb(137,31,115); }
td.TdClassName
{
border-color: #891F73;
}
.TagClassName
{
border-color: #891F73;
}
</style>