#964387

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

Shades of Trendy Pink #964387

Tints of Trendy Pink #964387

Color information

#964387 (or 0x964387) is unknown color: approx Trendy Pink. HEX triplet: 96, 43 and 87. RGB value is (150,67,135). Sum of RGB (Red+Green+Blue) = 150+67+135=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #964387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964387 is #69BC78. Grayscale: #636363. Windows color (decimal): -6929529 or 8864662. OLE color: 8864662.

HSL color Cylindrical-coordinate representation of color #964387: hue angle of 310.84º 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 #964387 is Cyan = 0, Magento = 0.55, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB15067135-
CMYK00.550.10.41
HSL310.84º38.25%42.55%-
HSV(B)310.84º55.33%58.82%-
XYZ18.9612.2524.29-
YUV99.57148163.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=42.61%
G=19.03%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506713500.550.10.41310.8438.2542.55
Hex964387037A29137262b
Octal22610320706712514674653
Binary1001011010000111000011101101111010101001100110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964387; }

 p { color: rgb(150,67,135); }

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

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

 a { background-color: rgb(150,67,135); }

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

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

 span { border-color: rgb(150,67,135); }

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