#974C87

Color #974C87 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #974C87

Tints of Trendy Pink #974C87

Color information

#974C87 (or 0x974C87) is unknown color: approx Trendy Pink. HEX triplet: 97, 4C and 87. RGB value is (151,76,135). Sum of RGB (Red+Green+Blue) = 151+76+135=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #974C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C87 is #68B378. Grayscale: #686868. Windows color (decimal): -6861689 or 8866967. OLE color: 8866967.

HSL color Cylindrical-coordinate representation of color #974C87: hue angle of 312.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C87 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15176135-
CMYK00.500.110.41
HSL312.8º33.04%44.51%-
HSV(B)312.8º49.67%59.22%-
XYZ19.7213.524.49-
YUV105.15144.85160.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=41.71%
G=20.99%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517613500.500.110.41312.833.0444.51
Hex974C87032B29139212d
Octal22711420706213514714155
Binary1001011110011001000011101100101011101001100111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974C87; }

 p { color: rgb(151,76,135); }

 H1.HeaderClassName
 {
   color: #974C87;
 }
 .AnyTagClassName
 {
   color: #974C87;
 }
</style>
background-color css

<style>
 a { background-color: #974C87; }

 a { background-color: rgb(151,76,135); }

 div.DivClassName
 {
   background-color: #974C87;
 }
 .BgClassName
 {
   background-color: #974C87;
 }
</style>
border-color css

<style>
 span { border-color: #974C87; }

 span { border-color: rgb(151,76,135); }

 td.TdClassName
 {
   border-color: #974C87;
 }
 .TagClassName
 {
   border-color: #974C87;
 }
</style>