Shades of Dark Purple #89346D
Tints of Dark Purple #89346D
RGB
CMYK
RGB Variations
Color information
#89346D (or 0x89346D) is known color: Dark Purple. HEX triplet: 89, 34 and 6D. RGB value is (137,52,109). Sum of RGB (Red+Green+Blue) = 137+52+109=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89346D is #76CB92. Grayscale: #535353. Windows color (decimal): -7785363 or 7156873. OLE color: 7156873.
HSL color Cylindrical-coordinate representation of color #89346D: hue angle of 319.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89346D is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 109 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.46 |
| HSL | 319.76º | 0.45% | 0.37% | - |
| HSV(B) | 319.76º | 0.62% | 0.54% | - |
| XYZ | 14.3 | 8.88 | 15.43 | - |
| YUV | 83.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 109 | 0 | 0.62 | 0.20 | 0.46 | 319.76 | 0.45 | 0.37 |
| Hex | 89 | 34 | 6D | 0 | 3E | 14 | 2E | 140 | 2D | 25 |
| Octal | 211 | 64 | 155 | 0 | 76 | 24 | 56 | 500 | 55 | 45 |
| Binary | 10001001 | 110100 | 1101101 | 0 | 111110 | 10100 | 101110 | 101000000 | 101101 | 100101 |
Color Harmonies of #89346D
Complementary color
Monochromatic Colors of #89346D
Black with #89346D
Text Example
Text Example
White with #89346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89346D; }
p { color: rgb(137,52,109); }
H1.HeaderClassName
{
color: #89346D;
}
.AnyTagClassName
{
color: #89346D;
}
</style>
background-color css
<style>
a { background-color: #89346D; }
a { background-color: rgb(137,52,109); }
div.DivClassName
{
background-color: #89346D;
}
.BgClassName
{
background-color: #89346D;
}
</style>
border-color css
<style>
span { border-color: #89346D; }
span { border-color: rgb(137,52,109); }
td.TdClassName
{
border-color: #89346D;
}
.TagClassName
{
border-color: #89346D;
}
</style>