Shades of Dark Purple #893672
Tints of Dark Purple #893672
RGB
CMYK
RGB Variations
Color information
#893672 (or 0x893672) is known color: Dark Purple. HEX triplet: 89, 36 and 72. RGB value is (137,54,114). Sum of RGB (Red+Green+Blue) = 137+54+114=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893672 is #76C98D. Grayscale: #555555. Windows color (decimal): -7784846 or 7485065. OLE color: 7485065.
HSL color Cylindrical-coordinate representation of color #893672: hue angle of 316.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893672 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 114 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.46 |
| HSL | 316.63º | 0.43% | 0.37% | - |
| HSV(B) | 316.63º | 0.61% | 0.54% | - |
| XYZ | 14.67 | 9.17 | 16.92 | - |
| YUV | 85.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 114 | 0 | 0.61 | 0.17 | 0.46 | 316.63 | 0.43 | 0.37 |
| Hex | 89 | 36 | 72 | 0 | 3D | 11 | 2E | 13D | 2B | 25 |
| Octal | 211 | 66 | 162 | 0 | 75 | 21 | 56 | 475 | 53 | 45 |
| Binary | 10001001 | 110110 | 1110010 | 0 | 111101 | 10001 | 101110 | 100111101 | 101011 | 100101 |
Color Harmonies of #893672
Complementary color
Monochromatic Colors of #893672
Black with #893672
Text Example
Text Example
White with #893672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893672; }
p { color: rgb(137,54,114); }
H1.HeaderClassName
{
color: #893672;
}
.AnyTagClassName
{
color: #893672;
}
</style>
background-color css
<style>
a { background-color: #893672; }
a { background-color: rgb(137,54,114); }
div.DivClassName
{
background-color: #893672;
}
.BgClassName
{
background-color: #893672;
}
</style>
border-color css
<style>
span { border-color: #893672; }
span { border-color: rgb(137,54,114); }
td.TdClassName
{
border-color: #893672;
}
.TagClassName
{
border-color: #893672;
}
</style>