Shades of Dark Purple #891873
Tints of Dark Purple #891873
RGB
CMYK
RGB Variations
Color information
#891873 (or 0x891873) is known color: Dark Purple. HEX triplet: 89, 18 and 73. RGB value is (137,24,115). Sum of RGB (Red+Green+Blue) = 137+24+115=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #891873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891873 is #76E78C. Grayscale: #434343. Windows color (decimal): -7792525 or 7542921. OLE color: 7542921.
HSL color Cylindrical-coordinate representation of color #891873: hue angle of 311.68º degrees, saturation: 0.7, 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 #891873 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 115 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.46 |
| HSL | 311.68º | 0.7% | 0.32% | - |
| HSV(B) | 311.68º | 0.82% | 0.54% | - |
| XYZ | 13.74 | 7.21 | 16.89 | - |
| YUV | 68.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 115 | 0 | 0.82 | 0.16 | 0.46 | 311.68 | 0.7 | 0.32 |
| Hex | 89 | 18 | 73 | 0 | 52 | 10 | 2E | 138 | 46 | 20 |
| Octal | 211 | 30 | 163 | 0 | 122 | 20 | 56 | 470 | 106 | 40 |
| Binary | 10001001 | 11000 | 1110011 | 0 | 1010010 | 10000 | 101110 | 100111000 | 1000110 | 100000 |
Color Harmonies of #891873
Complementary color
Monochromatic Colors of #891873
Black with #891873
Text Example
Text Example
White with #891873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891873; }
p { color: rgb(137,24,115); }
H1.HeaderClassName
{
color: #891873;
}
.AnyTagClassName
{
color: #891873;
}
</style>
background-color css
<style>
a { background-color: #891873; }
a { background-color: rgb(137,24,115); }
div.DivClassName
{
background-color: #891873;
}
.BgClassName
{
background-color: #891873;
}
</style>
border-color css
<style>
span { border-color: #891873; }
span { border-color: rgb(137,24,115); }
td.TdClassName
{
border-color: #891873;
}
.TagClassName
{
border-color: #891873;
}
</style>