Shades of Dark Purple #89296B
Tints of Dark Purple #89296B
RGB
CMYK
RGB Variations
Color information
#89296B (or 0x89296B) is known color: Dark Purple. HEX triplet: 89, 29 and 6B. RGB value is (137,41,107). Sum of RGB (Red+Green+Blue) = 137+41+107=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89296B is #76D694. Grayscale: #4D4D4D. Windows color (decimal): -7788181 or 7022985. OLE color: 7022985.
HSL color Cylindrical-coordinate representation of color #89296B: hue angle of 318.75º 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 #89296B is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 107 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.46 |
| HSL | 318.75º | 0.54% | 0.35% | - |
| HSV(B) | 318.75º | 0.7% | 0.54% | - |
| XYZ | 13.76 | 7.97 | 14.72 | - |
| YUV | 77.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 107 | 0 | 0.70 | 0.22 | 0.46 | 318.75 | 0.54 | 0.35 |
| Hex | 89 | 29 | 6B | 0 | 46 | 16 | 2E | 13F | 36 | 23 |
| Octal | 211 | 51 | 153 | 0 | 106 | 26 | 56 | 477 | 66 | 43 |
| Binary | 10001001 | 101001 | 1101011 | 0 | 1000110 | 10110 | 101110 | 100111111 | 110110 | 100011 |
Color Harmonies of #89296B
Complementary color
Monochromatic Colors of #89296B
Black with #89296B
Text Example
Text Example
White with #89296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89296B; }
p { color: rgb(137,41,107); }
H1.HeaderClassName
{
color: #89296B;
}
.AnyTagClassName
{
color: #89296B;
}
</style>
background-color css
<style>
a { background-color: #89296B; }
a { background-color: rgb(137,41,107); }
div.DivClassName
{
background-color: #89296B;
}
.BgClassName
{
background-color: #89296B;
}
</style>
border-color css
<style>
span { border-color: #89296B; }
span { border-color: rgb(137,41,107); }
td.TdClassName
{
border-color: #89296B;
}
.TagClassName
{
border-color: #89296B;
}
</style>