Shades of Trendy Pink #974489
Tints of Trendy Pink #974489
RGB
CMYK
RGB Variations
Color information
#974489 (or 0x974489) is known color: Trendy Pink. HEX triplet: 97, 44 and 89. RGB value is (151,68,137). Sum of RGB (Red+Green+Blue) = 151+68+137=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #974489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974489 is #68BB76. Grayscale: #646464. Windows color (decimal): -6863735 or 8995991. OLE color: 8995991.
HSL color Cylindrical-coordinate representation of color #974489: hue angle of 310.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974489 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 137 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.41 |
| HSL | 310.12º | 0.38% | 0.43% | - |
| HSV(B) | 310.12º | 0.55% | 0.59% | - |
| XYZ | 19.34 | 12.52 | 25.06 | - |
| YUV | 100.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 137 | 0 | 0.55 | 0.09 | 0.41 | 310.12 | 0.38 | 0.43 |
| Hex | 97 | 44 | 89 | 0 | 37 | 9 | 29 | 136 | 26 | 2B |
| Octal | 227 | 104 | 211 | 0 | 67 | 11 | 51 | 466 | 46 | 53 |
| Binary | 10010111 | 1000100 | 10001001 | 0 | 110111 | 1001 | 101001 | 100110110 | 100110 | 101011 |
Color Harmonies of #974489
Complementary color
Monochromatic Colors of #974489
Black with #974489
Text Example
Text Example
White with #974489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974489; }
p { color: rgb(151,68,137); }
H1.HeaderClassName
{
color: #974489;
}
.AnyTagClassName
{
color: #974489;
}
</style>
background-color css
<style>
a { background-color: #974489; }
a { background-color: rgb(151,68,137); }
div.DivClassName
{
background-color: #974489;
}
.BgClassName
{
background-color: #974489;
}
</style>
border-color css
<style>
span { border-color: #974489; }
span { border-color: rgb(151,68,137); }
td.TdClassName
{
border-color: #974489;
}
.TagClassName
{
border-color: #974489;
}
</style>