Shades of Dark Purple #892D73
Tints of Dark Purple #892D73
RGB
CMYK
RGB Variations
Color information
#892D73 (or 0x892D73) is known color: Dark Purple. HEX triplet: 89, 2D and 73. RGB value is (137,45,115). Sum of RGB (Red+Green+Blue) = 137+45+115=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #892D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D73 is #76D28C. Grayscale: #505050. Windows color (decimal): -7787149 or 7548297. OLE color: 7548297.
HSL color Cylindrical-coordinate representation of color #892D73: hue angle of 314.35º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D73 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 115 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.46 |
| HSL | 314.35º | 0.51% | 0.36% | - |
| HSV(B) | 314.35º | 0.67% | 0.54% | - |
| XYZ | 14.35 | 8.43 | 17.09 | - |
| YUV | 80.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 115 | 0 | 0.67 | 0.16 | 0.46 | 314.35 | 0.51 | 0.36 |
| Hex | 89 | 2D | 73 | 0 | 43 | 10 | 2E | 13A | 33 | 24 |
| Octal | 211 | 55 | 163 | 0 | 103 | 20 | 56 | 472 | 63 | 44 |
| Binary | 10001001 | 101101 | 1110011 | 0 | 1000011 | 10000 | 101110 | 100111010 | 110011 | 100100 |
Color Harmonies of #892D73
Complementary color
Monochromatic Colors of #892D73
Black with #892D73
Text Example
Text Example
White with #892D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D73; }
p { color: rgb(137,45,115); }
H1.HeaderClassName
{
color: #892D73;
}
.AnyTagClassName
{
color: #892D73;
}
</style>
background-color css
<style>
a { background-color: #892D73; }
a { background-color: rgb(137,45,115); }
div.DivClassName
{
background-color: #892D73;
}
.BgClassName
{
background-color: #892D73;
}
</style>
border-color css
<style>
span { border-color: #892D73; }
span { border-color: rgb(137,45,115); }
td.TdClassName
{
border-color: #892D73;
}
.TagClassName
{
border-color: #892D73;
}
</style>