#965089

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

Shades of Trendy Pink #965089

Tints of Trendy Pink #965089

Color information

#965089 (or 0x965089) is unknown color: approx Trendy Pink. HEX triplet: 96, 50 and 89. RGB value is (150,80,137). Sum of RGB (Red+Green+Blue) = 150+80+137=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965089 is #69AF76. Grayscale: #6B6B6B. Windows color (decimal): -6926199 or 8999062. OLE color: 8999062.

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

Color convert

RGB15080137-
CMYK00.470.090.41
HSL311.14º30.43%45.1%-
HSV(B)311.14º46.67%58.82%-
XYZ19.9614.0325.32-
YUV107.43144.69158.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=40.87%
G=21.80%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508013700.470.090.41311.1430.4345.1
Hex96508902F9291371e2d
Octal22612021105711514673655
Binary100101101010000100010010101111100110100110011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965089; }

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

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

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

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

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

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

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

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