Shades of Trendy Pink #89417E
Tints of Trendy Pink #89417E
RGB
CMYK
RGB Variations
Color information
#89417E (or 0x89417E) is known color: Trendy Pink. HEX triplet: 89, 41 and 7E. RGB value is (137,65,126). Sum of RGB (Red+Green+Blue) = 137+65+126=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89417E is #76BE81. Grayscale: #5D5D5D. Windows color (decimal): -7782018 or 8274313. OLE color: 8274313.
HSL color Cylindrical-coordinate representation of color #89417E: hue angle of 309.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89417E is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 126 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.46 |
| HSL | 309.17º | 0.36% | 0.4% | - |
| HSV(B) | 309.17º | 0.53% | 0.54% | - |
| XYZ | 15.97 | 10.61 | 20.94 | - |
| YUV | 93.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 126 | 0 | 0.53 | 0.08 | 0.46 | 309.17 | 0.36 | 0.4 |
| Hex | 89 | 41 | 7E | 0 | 35 | 8 | 2E | 135 | 24 | 28 |
| Octal | 211 | 101 | 176 | 0 | 65 | 10 | 56 | 465 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1111110 | 0 | 110101 | 1000 | 101110 | 100110101 | 100100 | 101000 |
Color Harmonies of #89417E
Complementary color
Monochromatic Colors of #89417E
Black with #89417E
Text Example
Text Example
White with #89417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89417E; }
p { color: rgb(137,65,126); }
H1.HeaderClassName
{
color: #89417E;
}
.AnyTagClassName
{
color: #89417E;
}
</style>
background-color css
<style>
a { background-color: #89417E; }
a { background-color: rgb(137,65,126); }
div.DivClassName
{
background-color: #89417E;
}
.BgClassName
{
background-color: #89417E;
}
</style>
border-color css
<style>
span { border-color: #89417E; }
span { border-color: rgb(137,65,126); }
td.TdClassName
{
border-color: #89417E;
}
.TagClassName
{
border-color: #89417E;
}
</style>