Shades of Trendy Pink #89427E
Tints of Trendy Pink #89427E
RGB
CMYK
RGB Variations
Color information
#89427E (or 0x89427E) is known color: Trendy Pink. HEX triplet: 89, 42 and 7E. RGB value is (137,66,126). Sum of RGB (Red+Green+Blue) = 137+66+126=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89427E is #76BD81. Grayscale: #5D5D5D. Windows color (decimal): -7781762 or 8274569. OLE color: 8274569.
HSL color Cylindrical-coordinate representation of color #89427E: hue angle of 309.3º 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 #89427E is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 126 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.46 |
| HSL | 309.3º | 0.35% | 0.4% | - |
| HSV(B) | 309.3º | 0.52% | 0.54% | - |
| XYZ | 16.03 | 10.72 | 20.96 | - |
| YUV | 94.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 126 | 0 | 0.52 | 0.08 | 0.46 | 309.3 | 0.35 | 0.4 |
| Hex | 89 | 42 | 7E | 0 | 34 | 8 | 2E | 135 | 23 | 28 |
| Octal | 211 | 102 | 176 | 0 | 64 | 10 | 56 | 465 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1111110 | 0 | 110100 | 1000 | 101110 | 100110101 | 100011 | 101000 |
Color Harmonies of #89427E
Complementary color
Monochromatic Colors of #89427E
Black with #89427E
Text Example
Text Example
White with #89427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89427E; }
p { color: rgb(137,66,126); }
H1.HeaderClassName
{
color: #89427E;
}
.AnyTagClassName
{
color: #89427E;
}
</style>
background-color css
<style>
a { background-color: #89427E; }
a { background-color: rgb(137,66,126); }
div.DivClassName
{
background-color: #89427E;
}
.BgClassName
{
background-color: #89427E;
}
</style>
border-color css
<style>
span { border-color: #89427E; }
span { border-color: rgb(137,66,126); }
td.TdClassName
{
border-color: #89427E;
}
.TagClassName
{
border-color: #89427E;
}
</style>