COLOR #965D7E

HEX: #965D7E
RGB: (150,93,126)

Color info

#965D7E contains red, green and blue colors in about the same proportion. Web safe color of #965D7E is #996666 (or #966).

RGB color model

#965D7E color RGB value is (150,93,126).

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

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 126 of 255 = 49%

150
93
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 93 + 126 = 369 (100%)
R 150 of 369 ~ 40.65%
G 93 of 369 ~ 25.2%
B 126 of 369 ~ 34.15%

%40.65
%25.2
%34.15

CMYK color model

#965D7E color CMYK value is (0,38,16,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,38,16,41)
C0M38Y16K41 
(0%,38%,16%,41%)
(0.00/0.38/0.16/0.41)	

CMYK percentages

%0
%38
%16
%41.18

Codes

Color #965D7E in popluar color models

965D7E
RGB15093126
HSL325°23.46%47.65%
HSB/HSV325°38.00%58.82%
CMYK0.00%38.00%16.00%
41.18%

Color #965D7E in popluar number systems.

HEX965D7E
Decimal15093126
Binary1001011010111011111110
Octal226135176

Shades and tints

Shades of #965D7E

#965D7E
(150,93,126)
#895573
(137,85,115)
#7C4D68
(124,77,104)
#6F455D
(111,69,93)
#623D52
(98,61,82)
#553547
(85,53,71)
#482D3C
(72,45,60)
#3B2531
(59,37,49)
#2E1D26
(46,29,38)
#21151B
(33,21,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #965D7E

#965D7E
(150,93,126)
#9F6B89
(159,107,137)
#A87994
(168,121,148)
#B1879F
(177,135,159)
#BA95AA
(186,149,170)
#C3A3B5
(195,163,181)
#CCB1C0
(204,177,192)
#D5BFCB
(213,191,203)
#DECDD6
(222,205,214)
#E7DBE1
(231,219,225)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965D7E; }

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

This text font color is #965D7E.


Background Color

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

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

This div background color is #965D7E.


Border color

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

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

This div border color is #965D7E.


Opacity

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

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

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

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

This text has shadow with #965D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965D7E on black background.


Color preview on white background

This text has color #965D7E on white background.



Black color preview on #965D7E background

This text has black color on #965D7E background.


White color preview on #965D7E background

This text has white color on #965D7E background.