COLOR #965D8B

HEX: #965D8B
RGB: (150,93,139)

Color info

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

RGB color model

#965D8B color RGB value is (150,93,139).

  • red value is 150;
  • green value is 93;
  • blue value is 139.
RGB:
(150,93,139)
(59%,36%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 139 of 255 = 55%

150
93
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 93 + 139 = 382 (100%)
R 150 of 382 ~ 39.27%
G 93 of 382 ~ 24.35%
B 139 of 382 ~ 36.39%

%39.27
%24.35
%36.39

CMYK color model

#965D8B color CMYK value is (0,38,7,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,38,7,41)
C0M38Y7K41 
(0%,38%,7%,41%)
(0.00/0.38/0.07/0.41)	

CMYK percentages

%0
%38
%7.33
%41.18

Codes

Color #965D8B in popluar color models

965D8B
RGB15093139
HSL312°23.46%47.65%
HSB/HSV312°38.00%58.82%
CMYK0.00%38.00%7.33%
41.18%

Color #965D8B in popluar number systems.

HEX965D8B
Decimal15093139
Binary10010110101110110001011
Octal226135213

Shades and tints

Shades of #965D8B

#965D8B
(150,93,139)
#89557F
(137,85,127)
#7C4D73
(124,77,115)
#6F4567
(111,69,103)
#623D5B
(98,61,91)
#55354F
(85,53,79)
#482D43
(72,45,67)
#3B2537
(59,37,55)
#2E1D2B
(46,29,43)
#21151F
(33,21,31)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #965D8B

#965D8B
(150,93,139)
#9F6B95
(159,107,149)
#A8799F
(168,121,159)
#B187A9
(177,135,169)
#BA95B3
(186,149,179)
#C3A3BD
(195,163,189)
#CCB1C7
(204,177,199)
#D5BFD1
(213,191,209)
#DECDDB
(222,205,219)
#E7DBE5
(231,219,229)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965D8B; }

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

This text font color is #965D8B.


Background Color

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

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

This div background color is #965D8B.


Border color

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

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

This div border color is #965D8B.


Opacity

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

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

Text with #965D8B 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 #965D8B;}

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

This text has shadow with #965D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965D8B on black background.


Color preview on white background

This text has color #965D8B on white background.



Black color preview on #965D8B background

This text has black color on #965D8B background.


White color preview on #965D8B background

This text has white color on #965D8B background.