#964489

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

Shades of Trendy Pink #964489

Tints of Trendy Pink #964489

Color information

#964489 (or 0x964489) is unknown color: approx Trendy Pink. HEX triplet: 96, 44 and 89. RGB value is (150,68,137). Sum of RGB (Red+Green+Blue) = 150+68+137=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #964489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964489 is #69BB76. Grayscale: #646464. Windows color (decimal): -6929271 or 8995990. OLE color: 8995990.

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

Color convert

RGB15068137-
CMYK00.550.090.41
HSL309.51º37.61%42.75%-
HSV(B)309.51º54.67%58.82%-
XYZ19.1612.4225.06-
YUV100.38148.67163.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=42.25%
G=19.15%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506813700.550.090.41309.5137.6142.75
Hex964489037929136262b
Octal22610421106711514664653
Binary1001011010001001000100101101111001101001100110110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964489; }

 p { color: rgb(150,68,137); }

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

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

 a { background-color: rgb(150,68,137); }

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

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

 span { border-color: rgb(150,68,137); }

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