Shades of Trendy Pink #89447B
Tints of Trendy Pink #89447B
RGB
CMYK
RGB Variations
Color information
#89447B (or 0x89447B) is known color: Trendy Pink. HEX triplet: 89, 44 and 7B. RGB value is (137,68,123). Sum of RGB (Red+Green+Blue) = 137+68+123=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89447B is #76BB84. Grayscale: #5E5E5E. Windows color (decimal): -7781253 or 8078473. OLE color: 8078473.
HSL color Cylindrical-coordinate representation of color #89447B: hue angle of 312.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89447B is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 123 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.46 |
| HSL | 312.17º | 0.34% | 0.4% | - |
| HSV(B) | 312.17º | 0.5% | 0.54% | - |
| XYZ | 15.96 | 10.88 | 20 | - |
| YUV | 94.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 123 | 0 | 0.50 | 0.10 | 0.46 | 312.17 | 0.34 | 0.4 |
| Hex | 89 | 44 | 7B | 0 | 32 | A | 2E | 138 | 22 | 28 |
| Octal | 211 | 104 | 173 | 0 | 62 | 12 | 56 | 470 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1111011 | 0 | 110010 | 1010 | 101110 | 100111000 | 100010 | 101000 |
Color Harmonies of #89447B
Complementary color
Monochromatic Colors of #89447B
Black with #89447B
Text Example
Text Example
White with #89447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89447B; }
p { color: rgb(137,68,123); }
H1.HeaderClassName
{
color: #89447B;
}
.AnyTagClassName
{
color: #89447B;
}
</style>
background-color css
<style>
a { background-color: #89447B; }
a { background-color: rgb(137,68,123); }
div.DivClassName
{
background-color: #89447B;
}
.BgClassName
{
background-color: #89447B;
}
</style>
border-color css
<style>
span { border-color: #89447B; }
span { border-color: rgb(137,68,123); }
td.TdClassName
{
border-color: #89447B;
}
.TagClassName
{
border-color: #89447B;
}
</style>