Shades of Trendy Pink #974884
Tints of Trendy Pink #974884
RGB
CMYK
RGB Variations
Color information
#974884 (or 0x974884) is known color: Trendy Pink. HEX triplet: 97, 48 and 84. RGB value is (151,72,132). Sum of RGB (Red+Green+Blue) = 151+72+132=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #974884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974884 is #68B77B. Grayscale: #666666. Windows color (decimal): -6862716 or 8669335. OLE color: 8669335.
HSL color Cylindrical-coordinate representation of color #974884: hue angle of 314.43º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974884 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 132 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.41 |
| HSL | 314.43º | 0.35% | 0.44% | - |
| HSV(B) | 314.43º | 0.52% | 0.59% | - |
| XYZ | 19.24 | 12.88 | 23.3 | - |
| YUV | 102.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 132 | 0 | 0.52 | 0.13 | 0.41 | 314.43 | 0.35 | 0.44 |
| Hex | 97 | 48 | 84 | 0 | 34 | D | 29 | 13A | 23 | 2C |
| Octal | 227 | 110 | 204 | 0 | 64 | 15 | 51 | 472 | 43 | 54 |
| Binary | 10010111 | 1001000 | 10000100 | 0 | 110100 | 1101 | 101001 | 100111010 | 100011 | 101100 |
Color Harmonies of #974884
Complementary color
Monochromatic Colors of #974884
Black with #974884
Text Example
Text Example
White with #974884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974884; }
p { color: rgb(151,72,132); }
H1.HeaderClassName
{
color: #974884;
}
.AnyTagClassName
{
color: #974884;
}
</style>
background-color css
<style>
a { background-color: #974884; }
a { background-color: rgb(151,72,132); }
div.DivClassName
{
background-color: #974884;
}
.BgClassName
{
background-color: #974884;
}
</style>
border-color css
<style>
span { border-color: #974884; }
span { border-color: rgb(151,72,132); }
td.TdClassName
{
border-color: #974884;
}
.TagClassName
{
border-color: #974884;
}
</style>