Shades of Trendy Pink #89427B
Tints of Trendy Pink #89427B
RGB
CMYK
RGB Variations
Color information
#89427B (or 0x89427B) is known color: Trendy Pink. HEX triplet: 89, 42 and 7B. RGB value is (137,66,123). Sum of RGB (Red+Green+Blue) = 137+66+123=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89427B is #76BD84. Grayscale: #5D5D5D. Windows color (decimal): -7781765 or 8077961. OLE color: 8077961.
HSL color Cylindrical-coordinate representation of color #89427B: hue angle of 311.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89427B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 123 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.46 |
| HSL | 311.83º | 0.35% | 0.4% | - |
| HSV(B) | 311.83º | 0.52% | 0.54% | - |
| XYZ | 15.84 | 10.64 | 19.96 | - |
| YUV | 93.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 123 | 0 | 0.52 | 0.10 | 0.46 | 311.83 | 0.35 | 0.4 |
| Hex | 89 | 42 | 7B | 0 | 34 | A | 2E | 138 | 23 | 28 |
| Octal | 211 | 102 | 173 | 0 | 64 | 12 | 56 | 470 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1111011 | 0 | 110100 | 1010 | 101110 | 100111000 | 100011 | 101000 |
Color Harmonies of #89427B
Complementary color
Monochromatic Colors of #89427B
Black with #89427B
Text Example
Text Example
White with #89427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89427B; }
p { color: rgb(137,66,123); }
H1.HeaderClassName
{
color: #89427B;
}
.AnyTagClassName
{
color: #89427B;
}
</style>
background-color css
<style>
a { background-color: #89427B; }
a { background-color: rgb(137,66,123); }
div.DivClassName
{
background-color: #89427B;
}
.BgClassName
{
background-color: #89427B;
}
</style>
border-color css
<style>
span { border-color: #89427B; }
span { border-color: rgb(137,66,123); }
td.TdClassName
{
border-color: #89427B;
}
.TagClassName
{
border-color: #89427B;
}
</style>