#964984

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

Shades of Trendy Pink #964984

Tints of Trendy Pink #964984

Color information

#964984 (or 0x964984) is unknown color: approx Trendy Pink. HEX triplet: 96, 49 and 84. RGB value is (150,73,132). Sum of RGB (Red+Green+Blue) = 150+73+132=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #964984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964984 is #69B67B. Grayscale: #666666. Windows color (decimal): -6927996 or 8669590. OLE color: 8669590.

HSL color Cylindrical-coordinate representation of color #964984: hue angle of 314.03º degrees, saturation: 0.35, 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 #964984 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15073132-
CMYK00.510.120.41
HSL314.03º34.53%43.73%-
HSV(B)314.03º51.33%58.82%-
XYZ19.1312.9223.31-
YUV102.75144.51161.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=42.25%
G=20.56%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507313200.510.120.41314.0334.5343.73
Hex964984033C2913a232c
Octal22611120406314514724354
Binary1001011010010011000010001100111100101001100111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964984; }

 p { color: rgb(150,73,132); }

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

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

 a { background-color: rgb(150,73,132); }

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

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

 span { border-color: rgb(150,73,132); }

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