Shades of Dark Purple #893A72
Tints of Dark Purple #893A72
RGB
CMYK
RGB Variations
Color information
#893A72 (or 0x893A72) is known color: Dark Purple. HEX triplet: 89, 3A and 72. RGB value is (137,58,114). Sum of RGB (Red+Green+Blue) = 137+58+114=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #893A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A72 is #76C58D. Grayscale: #575757. Windows color (decimal): -7783822 or 7486089. OLE color: 7486089.
HSL color Cylindrical-coordinate representation of color #893A72: hue angle of 317.47º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A72 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 114 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.46 |
| HSL | 317.47º | 0.41% | 0.38% | - |
| HSV(B) | 317.47º | 0.58% | 0.54% | - |
| XYZ | 14.87 | 9.56 | 16.98 | - |
| YUV | 88.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 114 | 0 | 0.58 | 0.17 | 0.46 | 317.47 | 0.41 | 0.38 |
| Hex | 89 | 3A | 72 | 0 | 3A | 11 | 2E | 13D | 29 | 26 |
| Octal | 211 | 72 | 162 | 0 | 72 | 21 | 56 | 475 | 51 | 46 |
| Binary | 10001001 | 111010 | 1110010 | 0 | 111010 | 10001 | 101110 | 100111101 | 101001 | 100110 |
Color Harmonies of #893A72
Complementary color
Monochromatic Colors of #893A72
Black with #893A72
Text Example
Text Example
White with #893A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A72; }
p { color: rgb(137,58,114); }
H1.HeaderClassName
{
color: #893A72;
}
.AnyTagClassName
{
color: #893A72;
}
</style>
background-color css
<style>
a { background-color: #893A72; }
a { background-color: rgb(137,58,114); }
div.DivClassName
{
background-color: #893A72;
}
.BgClassName
{
background-color: #893A72;
}
</style>
border-color css
<style>
span { border-color: #893A72; }
span { border-color: rgb(137,58,114); }
td.TdClassName
{
border-color: #893A72;
}
.TagClassName
{
border-color: #893A72;
}
</style>