Shades of Dark Purple #89296F
Tints of Dark Purple #89296F
RGB
CMYK
RGB Variations
Color information
#89296F (or 0x89296F) is known color: Dark Purple. HEX triplet: 89, 29 and 6F. RGB value is (137,41,111). Sum of RGB (Red+Green+Blue) = 137+41+111=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #89296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89296F is #76D690. Grayscale: #4D4D4D. Windows color (decimal): -7788177 or 7285129. OLE color: 7285129.
HSL color Cylindrical-coordinate representation of color #89296F: hue angle of 316.25º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89296F is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 111 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.46 |
| HSL | 316.25º | 0.54% | 0.35% | - |
| HSV(B) | 316.25º | 0.7% | 0.54% | - |
| XYZ | 13.98 | 8.05 | 15.86 | - |
| YUV | 77.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 111 | 0 | 0.70 | 0.19 | 0.46 | 316.25 | 0.54 | 0.35 |
| Hex | 89 | 29 | 6F | 0 | 46 | 13 | 2E | 13C | 36 | 23 |
| Octal | 211 | 51 | 157 | 0 | 106 | 23 | 56 | 474 | 66 | 43 |
| Binary | 10001001 | 101001 | 1101111 | 0 | 1000110 | 10011 | 101110 | 100111100 | 110110 | 100011 |
Color Harmonies of #89296F
Complementary color
Monochromatic Colors of #89296F
Black with #89296F
Text Example
Text Example
White with #89296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89296F; }
p { color: rgb(137,41,111); }
H1.HeaderClassName
{
color: #89296F;
}
.AnyTagClassName
{
color: #89296F;
}
</style>
background-color css
<style>
a { background-color: #89296F; }
a { background-color: rgb(137,41,111); }
div.DivClassName
{
background-color: #89296F;
}
.BgClassName
{
background-color: #89296F;
}
</style>
border-color css
<style>
span { border-color: #89296F; }
span { border-color: rgb(137,41,111); }
td.TdClassName
{
border-color: #89296F;
}
.TagClassName
{
border-color: #89296F;
}
</style>