#974382

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

Shades of Trendy Pink #974382

Tints of Trendy Pink #974382

Color information

#974382 (or 0x974382) is unknown color: approx Trendy Pink. HEX triplet: 97, 43 and 82. RGB value is (151,67,130). Sum of RGB (Red+Green+Blue) = 151+67+130=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974382 is #68BC7D. Grayscale: #636363. Windows color (decimal): -6863998 or 8536983. OLE color: 8536983.

HSL color Cylindrical-coordinate representation of color #974382: hue angle of 315º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974382 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15167130-
CMYK00.560.140.41
HSL315º38.53%42.75%-
HSV(B)315º55.63%59.22%-
XYZ18.812.2122.48-
YUV99.3145.33164.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=43.39%
G=19.25%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516713000.560.140.4131538.5342.75
Hex974382038E2913b272b
Octal22710320207016514734753
Binary1001011110000111000001001110001110101001100111011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974382; }

 p { color: rgb(151,67,130); }

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

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

 a { background-color: rgb(151,67,130); }

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

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

 span { border-color: rgb(151,67,130); }

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