Shades of Trendy Pink #974686
Tints of Trendy Pink #974686
RGB
CMYK
RGB Variations
Color information
#974686 (or 0x974686) is known color: Trendy Pink. HEX triplet: 97, 46 and 86. RGB value is (151,70,134). Sum of RGB (Red+Green+Blue) = 151+70+134=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #974686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974686 is #68B979. Grayscale: #656565. Windows color (decimal): -6863226 or 8799895. OLE color: 8799895.
HSL color Cylindrical-coordinate representation of color #974686: hue angle of 312.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974686 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 134 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.41 |
| HSL | 312.59º | 0.37% | 0.43% | - |
| HSV(B) | 312.59º | 0.54% | 0.59% | - |
| XYZ | 19.26 | 12.68 | 23.99 | - |
| YUV | 101.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 134 | 0 | 0.54 | 0.11 | 0.41 | 312.59 | 0.37 | 0.43 |
| Hex | 97 | 46 | 86 | 0 | 36 | B | 29 | 139 | 25 | 2B |
| Octal | 227 | 106 | 206 | 0 | 66 | 13 | 51 | 471 | 45 | 53 |
| Binary | 10010111 | 1000110 | 10000110 | 0 | 110110 | 1011 | 101001 | 100111001 | 100101 | 101011 |
Color Harmonies of #974686
Complementary color
Monochromatic Colors of #974686
Black with #974686
Text Example
Text Example
White with #974686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974686; }
p { color: rgb(151,70,134); }
H1.HeaderClassName
{
color: #974686;
}
.AnyTagClassName
{
color: #974686;
}
</style>
background-color css
<style>
a { background-color: #974686; }
a { background-color: rgb(151,70,134); }
div.DivClassName
{
background-color: #974686;
}
.BgClassName
{
background-color: #974686;
}
</style>
border-color css
<style>
span { border-color: #974686; }
span { border-color: rgb(151,70,134); }
td.TdClassName
{
border-color: #974686;
}
.TagClassName
{
border-color: #974686;
}
</style>