COLOR #965D89

HEX: #965D89 RGB: (150,93,137)

Color info

#965D89 contains red, green and blue colors in about the same proportion. Web safe color of #965D89 is #996699 (or #969).

RGB color model

#965D89 color RGB value is (150,93,137).

RGB: (150,93,137) (59%, 36%, 54%)

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 137 of 255 = 54%

150
93
137

R + G + B ~ 50%. #965D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 93 + 137 = 380 (100%)
R 150 of 380 ~ 39.47%
G 93 of 380 ~ 24.47%
B 137 of 380 ~ 36.05'%

%39.47
%24.47
%36.05

CMYK color model

#965D89 color CMYK value is (0,38,9,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 8.67%
  • key color value is 41.18%

CMYK: (0,38,9,41)
C0M38Y9K41 (0%, 38%, 9%, 41%)
(0.00 / 0.38 / 0.09 / 0.41)

CMYK percentages

%0
%38
%8.67
%41.18

Codes

Color #965D89 in popluar color models

96 5D 89
RGB 150 93 137
HSL 314° 23.46% 47.65%
HSB/HSV 314° 38.00% 58.82%
CMYK 0.00% 38.00% 8.67%
41.18%

Color #965D89 in popluar number systems.

HEX 96 5D 89
Decimal 150 93 137
Binary 10010110 1011101 10001001
Octal 226 135 211

Shades and tints

Shades of #965D89

#965D89
(150,93,137)
#89557D
(137,85,125)
#7C4D71
(124,77,113)
#6F4565
(111,69,101)
#623D59
(98,61,89)
#55354D
(85,53,77)
#482D41
(72,45,65)
#3B2535
(59,37,53)
#2E1D29
(46,29,41)
#21151D
(33,21,29)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #965D89

#965D89
(150,93,137)
#9F6B93
(159,107,147)
#A8799D
(168,121,157)
#B187A7
(177,135,167)
#BA95B1
(186,149,177)
#C3A3BB
(195,163,187)
#CCB1C5
(204,177,197)
#D5BFCF
(213,191,207)
#DECDD9
(222,205,217)
#E7DBE3
(231,219,227)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965D89 color. Also use rgb(150,93,137) instead hex code.

Text Font Color

.myTextColor { color: #965D89; }

<p style="color:#965D89">This sample text font color is #965D89.</p>

This text font color is #965D89.

Background Color

.myBgColor { background-color: #965D89; }

<div style="background-color:#965D89">Inner text</div>

This div background color is #965D89.

Border color

.myBorderColor { border: 1px solid #965D89; }

<div style="border:3px solid #965D89">Div</div>

This div border color is #965D89.

Opacity

.myOpacity80 { color: #965D89; opacity: 0.8; }

<p style="color:#965D89;opacity:0.8;">80%</p>

Text with #965D89 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #965D89;}

<p style="text-shadow: 3px 3px 1px #965D89">Text here.</p>

This text has shadow with #965D89 color.


.textShadow {text-shadow: 3px 3px 1px #965D89', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #965D89, 5px 5px 20px red">Text here.</p>

This text has shadow with #965D89 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#965D89, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#965D89, Direction=45, Strength=4)">Text</p>

This text has shadow with #965D89 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #965D89;
-webkit-box-shadow: 1px 1px 3px 2px #965D89;
box-shadow: 1px 1px 3px 2px #965D89;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #965D89; -webkit-box-shadow: 1px 1px 3px 2px #965D89; box-shadow:1px 1px 3px 2px #965D89;">
Div content here
</div>

This div box has shadow with color #965D89.

Preview

Color preview on black background

This text has color #965D89 on black background.


Color preview on white background

This text has color #965D89 on white background.


Black color preview on #965D89 background

This text has black color on #965D89 background.


White color preview on #965D89 background

This text has white color on #965D89 background.


Related colors

Complementary color

Complementary color for #hex is #69A276.


I love getcolorcode.com

Triadic colors

1 #89965D and #5D8996 with #965D89 are triadic colors.

2 #895D96 and #5D9689 with #965D89 are triadic colors.