COLOR #965A7B

HEX: #965A7B
RGB: (150,90,123)

Color info

#965A7B contains mainly red and blue colors. Web safe color of #965A7B is #996666 (or #966).

RGB color model

#965A7B color RGB value is (150,90,123).

  • red value is 150;
  • green value is 90;
  • blue value is 123.
RGB:
(150,90,123)
(59%,35%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 123 of 255 = 48%

150
90
123

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

Portions of RGB colors in percentages

R + G + B =
150 + 90 + 123 = 363 (100%)
R 150 of 363 ~ 41.32%
G 90 of 363 ~ 24.79%
B 123 of 363 ~ 33.88%

%41.32
%24.79
%33.88

CMYK color model

#965A7B color CMYK value is (0,40,18,41).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(0,40,18,41)
C0M40Y18K41 
(0%,40%,18%,41%)
(0.00/0.40/0.18/0.41)	

CMYK percentages

%0
%40
%18
%41.18

Codes

Color #965A7B in popluar color models

965A7B
RGB15090123
HSL327°25.00%47.06%
HSB/HSV327°40.00%58.82%
CMYK0.00%40.00%18.00%
41.18%

Color #965A7B in popluar number systems.

HEX965A7B
Decimal15090123
Binary1001011010110101111011
Octal226132173

Shades and tints

Shades of #965A7B

#965A7B
(150,90,123)
#895270
(137,82,112)
#7C4A65
(124,74,101)
#6F425A
(111,66,90)
#623A4F
(98,58,79)
#553244
(85,50,68)
#482A39
(72,42,57)
#3B222E
(59,34,46)
#2E1A23
(46,26,35)
#211218
(33,18,24)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #965A7B

#965A7B
(150,90,123)
#9F6987
(159,105,135)
#A87893
(168,120,147)
#B1879F
(177,135,159)
#BA96AB
(186,150,171)
#C3A5B7
(195,165,183)
#CCB4C3
(204,180,195)
#D5C3CF
(213,195,207)
#DED2DB
(222,210,219)
#E7E1E7
(231,225,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965A7B color. Also use rgb(150,90,123) instead hex code.

Text Font Color

.myTextColor { color: #965A7B; }

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

This text font color is #965A7B.


Background Color

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

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

This div background color is #965A7B.


Border color

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

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

This div border color is #965A7B.


Opacity

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

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

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

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

This text has shadow with #965A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965A7B on black background.


Color preview on white background

This text has color #965A7B on white background.



Black color preview on #965A7B background

This text has black color on #965A7B background.


White color preview on #965A7B background

This text has white color on #965A7B background.