Shades of Dark Purple #892D72
Tints of Dark Purple #892D72
RGB
CMYK
RGB Variations
Color information
#892D72 (or 0x892D72) is known color: Dark Purple. HEX triplet: 89, 2D and 72. RGB value is (137,45,114). Sum of RGB (Red+Green+Blue) = 137+45+114=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #892D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D72 is #76D28D. Grayscale: #505050. Windows color (decimal): -7787150 or 7482761. OLE color: 7482761.
HSL color Cylindrical-coordinate representation of color #892D72: hue angle of 315º 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 #892D72 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 114 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.46 |
| HSL | 315º | 0.51% | 0.36% | - |
| HSV(B) | 315º | 0.67% | 0.54% | - |
| XYZ | 14.29 | 8.41 | 16.79 | - |
| YUV | 80.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 114 | 0 | 0.67 | 0.17 | 0.46 | 315 | 0.51 | 0.36 |
| Hex | 89 | 2D | 72 | 0 | 43 | 11 | 2E | 13B | 33 | 24 |
| Octal | 211 | 55 | 162 | 0 | 103 | 21 | 56 | 473 | 63 | 44 |
| Binary | 10001001 | 101101 | 1110010 | 0 | 1000011 | 10001 | 101110 | 100111011 | 110011 | 100100 |
Color Harmonies of #892D72
Complementary color
Monochromatic Colors of #892D72
Black with #892D72
Text Example
Text Example
White with #892D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D72; }
p { color: rgb(137,45,114); }
H1.HeaderClassName
{
color: #892D72;
}
.AnyTagClassName
{
color: #892D72;
}
</style>
background-color css
<style>
a { background-color: #892D72; }
a { background-color: rgb(137,45,114); }
div.DivClassName
{
background-color: #892D72;
}
.BgClassName
{
background-color: #892D72;
}
</style>
border-color css
<style>
span { border-color: #892D72; }
span { border-color: rgb(137,45,114); }
td.TdClassName
{
border-color: #892D72;
}
.TagClassName
{
border-color: #892D72;
}
</style>