#965489

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

Shades of Trendy Pink #965489

Tints of Trendy Pink #965489

Color information

#965489 (or 0x965489) is unknown color: approx Trendy Pink. HEX triplet: 96, 54 and 89. RGB value is (150,84,137). Sum of RGB (Red+Green+Blue) = 150+84+137=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965489 is #69AB76. Grayscale: #6D6D6D. Windows color (decimal): -6925175 or 9000086. OLE color: 9000086.

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

Color convert

RGB15084137-
CMYK00.440.090.41
HSL311.82º28.21%45.88%-
HSV(B)311.82º44%58.82%-
XYZ20.2614.6325.42-
YUV109.78143.37156.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=40.43%
G=22.64%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508413700.440.090.41311.8228.2145.88
Hex96548902C9291381c2e
Octal22612421105411514703456
Binary100101101010100100010010101100100110100110011100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965489; }

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

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

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

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

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

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

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

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