Shades of Dark Purple #892973
Tints of Dark Purple #892973
RGB
CMYK
RGB Variations
Color information
#892973 (or 0x892973) is known color: Dark Purple. HEX triplet: 89, 29 and 73. RGB value is (137,41,115). Sum of RGB (Red+Green+Blue) = 137+41+115=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #892973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892973 is #76D68C. Grayscale: #4D4D4D. Windows color (decimal): -7788173 or 7547273. OLE color: 7547273.
HSL color Cylindrical-coordinate representation of color #892973: hue angle of 313.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892973 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 115 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.46 |
| HSL | 313.75º | 0.54% | 0.35% | - |
| HSV(B) | 313.75º | 0.7% | 0.54% | - |
| XYZ | 14.2 | 8.14 | 17.04 | - |
| YUV | 78.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 115 | 0 | 0.70 | 0.16 | 0.46 | 313.75 | 0.54 | 0.35 |
| Hex | 89 | 29 | 73 | 0 | 46 | 10 | 2E | 13A | 36 | 23 |
| Octal | 211 | 51 | 163 | 0 | 106 | 20 | 56 | 472 | 66 | 43 |
| Binary | 10001001 | 101001 | 1110011 | 0 | 1000110 | 10000 | 101110 | 100111010 | 110110 | 100011 |
Color Harmonies of #892973
Complementary color
Monochromatic Colors of #892973
Black with #892973
Text Example
Text Example
White with #892973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892973; }
p { color: rgb(137,41,115); }
H1.HeaderClassName
{
color: #892973;
}
.AnyTagClassName
{
color: #892973;
}
</style>
background-color css
<style>
a { background-color: #892973; }
a { background-color: rgb(137,41,115); }
div.DivClassName
{
background-color: #892973;
}
.BgClassName
{
background-color: #892973;
}
</style>
border-color css
<style>
span { border-color: #892973; }
span { border-color: rgb(137,41,115); }
td.TdClassName
{
border-color: #892973;
}
.TagClassName
{
border-color: #892973;
}
</style>