Shades of Dark Purple #892472
Tints of Dark Purple #892472
RGB
CMYK
RGB Variations
Color information
#892472 (or 0x892472) is known color: Dark Purple. HEX triplet: 89, 24 and 72. RGB value is (137,36,114). Sum of RGB (Red+Green+Blue) = 137+36+114=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #892472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892472 is #76DB8D. Grayscale: #4A4A4A. Windows color (decimal): -7789454 or 7480457. OLE color: 7480457.
HSL color Cylindrical-coordinate representation of color #892472: hue angle of 313.66º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892472 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 114 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.46 |
| HSL | 313.66º | 0.58% | 0.34% | - |
| HSV(B) | 313.66º | 0.74% | 0.54% | - |
| XYZ | 13.98 | 7.8 | 16.69 | - |
| YUV | 75.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 114 | 0 | 0.74 | 0.17 | 0.46 | 313.66 | 0.58 | 0.34 |
| Hex | 89 | 24 | 72 | 0 | 4A | 11 | 2E | 13A | 3A | 22 |
| Octal | 211 | 44 | 162 | 0 | 112 | 21 | 56 | 472 | 72 | 42 |
| Binary | 10001001 | 100100 | 1110010 | 0 | 1001010 | 10001 | 101110 | 100111010 | 111010 | 100010 |
Color Harmonies of #892472
Complementary color
Monochromatic Colors of #892472
Black with #892472
Text Example
Text Example
White with #892472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892472; }
p { color: rgb(137,36,114); }
H1.HeaderClassName
{
color: #892472;
}
.AnyTagClassName
{
color: #892472;
}
</style>
background-color css
<style>
a { background-color: #892472; }
a { background-color: rgb(137,36,114); }
div.DivClassName
{
background-color: #892472;
}
.BgClassName
{
background-color: #892472;
}
</style>
border-color css
<style>
span { border-color: #892472; }
span { border-color: rgb(137,36,114); }
td.TdClassName
{
border-color: #892472;
}
.TagClassName
{
border-color: #892472;
}
</style>