Shades of Trendy Pink #894B7B
Tints of Trendy Pink #894B7B
RGB
CMYK
RGB Variations
Color information
#894B7B (or 0x894B7B) is known color: Trendy Pink. HEX triplet: 89, 4B and 7B. RGB value is (137,75,123). Sum of RGB (Red+Green+Blue) = 137+75+123=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #894B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B7B is #76B484. Grayscale: #626262. Windows color (decimal): -7779461 or 8080265. OLE color: 8080265.
HSL color Cylindrical-coordinate representation of color #894B7B: hue angle of 313.55º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B7B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 123 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.46 |
| HSL | 313.55º | 0.29% | 0.42% | - |
| HSV(B) | 313.55º | 0.45% | 0.54% | - |
| XYZ | 16.41 | 11.78 | 20.15 | - |
| YUV | 99.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 123 | 0 | 0.45 | 0.10 | 0.46 | 313.55 | 0.29 | 0.42 |
| Hex | 89 | 4B | 7B | 0 | 2D | A | 2E | 13A | 1D | 2A |
| Octal | 211 | 113 | 173 | 0 | 55 | 12 | 56 | 472 | 35 | 52 |
| Binary | 10001001 | 1001011 | 1111011 | 0 | 101101 | 1010 | 101110 | 100111010 | 11101 | 101010 |
Color Harmonies of #894B7B
Complementary color
Monochromatic Colors of #894B7B
Black with #894B7B
Text Example
Text Example
White with #894B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B7B; }
p { color: rgb(137,75,123); }
H1.HeaderClassName
{
color: #894B7B;
}
.AnyTagClassName
{
color: #894B7B;
}
</style>
background-color css
<style>
a { background-color: #894B7B; }
a { background-color: rgb(137,75,123); }
div.DivClassName
{
background-color: #894B7B;
}
.BgClassName
{
background-color: #894B7B;
}
</style>
border-color css
<style>
span { border-color: #894B7B; }
span { border-color: rgb(137,75,123); }
td.TdClassName
{
border-color: #894B7B;
}
.TagClassName
{
border-color: #894B7B;
}
</style>