#974B89

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

Shades of Trendy Pink #974B89

Tints of Trendy Pink #974B89

Color information

#974B89 (or 0x974B89) is unknown color: approx Trendy Pink. HEX triplet: 97, 4B and 89. RGB value is (151,75,137). Sum of RGB (Red+Green+Blue) = 151+75+137=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #974B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B89 is #68B476. Grayscale: #686868. Windows color (decimal): -6861943 or 8997783. OLE color: 8997783.

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

Color convert

RGB15175137-
CMYK00.500.090.41
HSL311.05º33.63%44.31%-
HSV(B)311.05º50.33%59.22%-
XYZ19.7913.4225.21-
YUV104.79146.18160.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=41.60%
G=20.66%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517513700.500.090.41311.0533.6344.31
Hex974B89032929137222c
Octal22711321106211514674254
Binary1001011110010111000100101100101001101001100110111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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