#974A89

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

Shades of Trendy Pink #974A89

Tints of Trendy Pink #974A89

Color information

#974A89 (or 0x974A89) is unknown color: approx Trendy Pink. HEX triplet: 97, 4A and 89. RGB value is (151,74,137). Sum of RGB (Red+Green+Blue) = 151+74+137=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #974A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A89 is #68B576. Grayscale: #686868. Windows color (decimal): -6862199 or 8997527. OLE color: 8997527.

HSL color Cylindrical-coordinate representation of color #974A89: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A89 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15174137-
CMYK00.510.090.41
HSL310.91º34.22%44.12%-
HSV(B)310.91º50.99%59.22%-
XYZ19.7313.2825.19-
YUV104.2146.51161.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=41.71%
G=20.44%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517413700.510.090.41310.9134.2244.12
Hex974A89033929137222c
Octal22711221106311514674254
Binary1001011110010101000100101100111001101001100110111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,74,137); }

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

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

 a { background-color: rgb(151,74,137); }

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

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

 span { border-color: rgb(151,74,137); }

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