Shades of Trendy Pink #974B85
Tints of Trendy Pink #974B85
RGB
CMYK
RGB Variations
Color information
#974B85 (or 0x974B85) is known color: Trendy Pink. HEX triplet: 97, 4B and 85. RGB value is (151,75,133). Sum of RGB (Red+Green+Blue) = 151+75+133=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #974B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B85 is #68B47A. Grayscale: #686868. Windows color (decimal): -6861947 or 8735639. OLE color: 8735639.
HSL color Cylindrical-coordinate representation of color #974B85: hue angle of 314.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B85 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 133 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.41 |
| HSL | 314.21º | 0.34% | 0.44% | - |
| HSV(B) | 314.21º | 0.5% | 0.59% | - |
| XYZ | 19.51 | 13.3 | 23.73 | - |
| YUV | 104.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 133 | 0 | 0.50 | 0.12 | 0.41 | 314.21 | 0.34 | 0.44 |
| Hex | 97 | 4B | 85 | 0 | 32 | C | 29 | 13A | 22 | 2C |
| Octal | 227 | 113 | 205 | 0 | 62 | 14 | 51 | 472 | 42 | 54 |
| Binary | 10010111 | 1001011 | 10000101 | 0 | 110010 | 1100 | 101001 | 100111010 | 100010 | 101100 |
Color Harmonies of #974B85
Complementary color
Monochromatic Colors of #974B85
Black with #974B85
Text Example
Text Example
White with #974B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B85; }
p { color: rgb(151,75,133); }
H1.HeaderClassName
{
color: #974B85;
}
.AnyTagClassName
{
color: #974B85;
}
</style>
background-color css
<style>
a { background-color: #974B85; }
a { background-color: rgb(151,75,133); }
div.DivClassName
{
background-color: #974B85;
}
.BgClassName
{
background-color: #974B85;
}
</style>
border-color css
<style>
span { border-color: #974B85; }
span { border-color: rgb(151,75,133); }
td.TdClassName
{
border-color: #974B85;
}
.TagClassName
{
border-color: #974B85;
}
</style>