#965189

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

Shades of Trendy Pink #965189

Tints of Trendy Pink #965189

Color information

#965189 (or 0x965189) is unknown color: approx Trendy Pink. HEX triplet: 96, 51 and 89. RGB value is (150,81,137). Sum of RGB (Red+Green+Blue) = 150+81+137=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #965189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965189 is #69AE76. Grayscale: #6B6B6B. Windows color (decimal): -6925943 or 8999318. OLE color: 8999318.

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

Color convert

RGB15081137-
CMYK00.460.090.41
HSL311.3º29.87%45.29%-
HSV(B)311.3º46%58.82%-
XYZ20.0414.1825.35-
YUV108.01144.36157.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=40.76%
G=22.01%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508113700.460.090.41311.329.8745.29
Hex96518902E9291371e2d
Octal22612121105611514673655
Binary100101101010001100010010101110100110100110011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965189; }

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

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

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

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

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

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

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

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