Shades of Trendy Pink #974484
Tints of Trendy Pink #974484
RGB
CMYK
RGB Variations
Color information
#974484 (or 0x974484) is known color: Trendy Pink. HEX triplet: 97, 44 and 84. RGB value is (151,68,132). Sum of RGB (Red+Green+Blue) = 151+68+132=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #974484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974484 is #68BB7B. Grayscale: #636363. Windows color (decimal): -6863740 or 8668311. OLE color: 8668311.
HSL color Cylindrical-coordinate representation of color #974484: hue angle of 313.73º 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 #974484 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 132 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.41 |
| HSL | 313.73º | 0.38% | 0.43% | - |
| HSV(B) | 313.73º | 0.55% | 0.59% | - |
| XYZ | 18.99 | 12.38 | 23.22 | - |
| YUV | 100.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 132 | 0 | 0.55 | 0.13 | 0.41 | 313.73 | 0.38 | 0.43 |
| Hex | 97 | 44 | 84 | 0 | 37 | D | 29 | 13A | 26 | 2B |
| Octal | 227 | 104 | 204 | 0 | 67 | 15 | 51 | 472 | 46 | 53 |
| Binary | 10010111 | 1000100 | 10000100 | 0 | 110111 | 1101 | 101001 | 100111010 | 100110 | 101011 |
Color Harmonies of #974484
Complementary color
Monochromatic Colors of #974484
Black with #974484
Text Example
Text Example
White with #974484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974484; }
p { color: rgb(151,68,132); }
H1.HeaderClassName
{
color: #974484;
}
.AnyTagClassName
{
color: #974484;
}
</style>
background-color css
<style>
a { background-color: #974484; }
a { background-color: rgb(151,68,132); }
div.DivClassName
{
background-color: #974484;
}
.BgClassName
{
background-color: #974484;
}
</style>
border-color css
<style>
span { border-color: #974484; }
span { border-color: rgb(151,68,132); }
td.TdClassName
{
border-color: #974484;
}
.TagClassName
{
border-color: #974484;
}
</style>