Shades of Dark Purple #89347B
Tints of Dark Purple #89347B
RGB
CMYK
RGB Variations
Color information
#89347B (or 0x89347B) is known color: Dark Purple. HEX triplet: 89, 34 and 7B. RGB value is (137,52,123). Sum of RGB (Red+Green+Blue) = 137+52+123=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89347B is #76CB84. Grayscale: #555555. Windows color (decimal): -7785349 or 8074377. OLE color: 8074377.
HSL color Cylindrical-coordinate representation of color #89347B: hue angle of 309.88º 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 #89347B is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 123 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.46 |
| HSL | 309.88º | 0.45% | 0.37% | - |
| HSV(B) | 309.88º | 0.62% | 0.54% | - |
| XYZ | 15.12 | 9.2 | 19.72 | - |
| YUV | 85.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 123 | 0 | 0.62 | 0.10 | 0.46 | 309.88 | 0.45 | 0.37 |
| Hex | 89 | 34 | 7B | 0 | 3E | A | 2E | 136 | 2D | 25 |
| Octal | 211 | 64 | 173 | 0 | 76 | 12 | 56 | 466 | 55 | 45 |
| Binary | 10001001 | 110100 | 1111011 | 0 | 111110 | 1010 | 101110 | 100110110 | 101101 | 100101 |
Color Harmonies of #89347B
Complementary color
Monochromatic Colors of #89347B
Black with #89347B
Text Example
Text Example
White with #89347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89347B; }
p { color: rgb(137,52,123); }
H1.HeaderClassName
{
color: #89347B;
}
.AnyTagClassName
{
color: #89347B;
}
</style>
background-color css
<style>
a { background-color: #89347B; }
a { background-color: rgb(137,52,123); }
div.DivClassName
{
background-color: #89347B;
}
.BgClassName
{
background-color: #89347B;
}
</style>
border-color css
<style>
span { border-color: #89347B; }
span { border-color: rgb(137,52,123); }
td.TdClassName
{
border-color: #89347B;
}
.TagClassName
{
border-color: #89347B;
}
</style>