Shades of Dark Purple #892089
Tints of Dark Purple #892089
RGB
CMYK
RGB Variations
Color information
#892089 (or 0x892089) is known color: Dark Purple. HEX triplet: 89, 20 and 89. RGB value is (137,32,137). Sum of RGB (Red+Green+Blue) = 137+32+137=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #892089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892089 is #76DF76. Grayscale: #4B4B4B. Windows color (decimal): -7790455 or 8986761. OLE color: 8986761.
HSL color Cylindrical-coordinate representation of color #892089: hue angle of 300º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892089 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 137 | - |
| CMYK | 0 | 0.77 | 0 | 0.46 |
| HSL | 300º | 0.62% | 0.33% | - |
| HSV(B) | 300º | 0.77% | 0.54% | - |
| XYZ | 15.35 | 8.16 | 24.43 | - |
| YUV | 75.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 137 | 0 | 0.77 | 0 | 0.46 | 300 | 0.62 | 0.33 |
| Hex | 89 | 20 | 89 | 0 | 4D | 0 | 2E | 12C | 3E | 21 |
| Octal | 211 | 40 | 211 | 0 | 115 | 0 | 56 | 454 | 76 | 41 |
| Binary | 10001001 | 100000 | 10001001 | 0 | 1001101 | 0 | 101110 | 100101100 | 111110 | 100001 |
Color Harmonies of #892089
Complementary color
Monochromatic Colors of #892089
Black with #892089
Text Example
Text Example
White with #892089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892089; }
p { color: rgb(137,32,137); }
H1.HeaderClassName
{
color: #892089;
}
.AnyTagClassName
{
color: #892089;
}
</style>
background-color css
<style>
a { background-color: #892089; }
a { background-color: rgb(137,32,137); }
div.DivClassName
{
background-color: #892089;
}
.BgClassName
{
background-color: #892089;
}
</style>
border-color css
<style>
span { border-color: #892089; }
span { border-color: rgb(137,32,137); }
td.TdClassName
{
border-color: #892089;
}
.TagClassName
{
border-color: #892089;
}
</style>