#964889

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

Shades of Trendy Pink #964889

Tints of Trendy Pink #964889

Color information

#964889 (or 0x964889) is unknown color: approx Trendy Pink. HEX triplet: 96, 48 and 89. RGB value is (150,72,137). Sum of RGB (Red+Green+Blue) = 150+72+137=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #964889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964889 is #69B776. Grayscale: #666666. Windows color (decimal): -6928247 or 8997014. OLE color: 8997014.

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

Color convert

RGB15072137-
CMYK00.520.090.41
HSL310º35.14%43.53%-
HSV(B)310º52%58.82%-
XYZ19.4112.9225.14-
YUV102.73147.34161.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=41.78%
G=20.06%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507213700.520.090.4131035.1443.53
Hex964889034929136232c
Octal22611021106411514664354
Binary1001011010010001000100101101001001101001100110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964889; }

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

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

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

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

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

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

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

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