COLOR #965D9B

HEX: #965D9B RGB: (150,93,155)

Color info

#965D9B contains mainly red and blue colors. Web safe color of #965D9B is #996699 (or #969).

RGB color model

#965D9B color RGB value is (150,93,155).

RGB: (150,93,155) (59%, 36%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 155 of 255 = 61%

150
93
155

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

Portions of RGB colors in percentages

R + G + B = 150 + 93 + 155 = 398 (100%)
R 150 of 398 ~ 37.69%
G 93 of 398 ~ 23.37%
B 155 of 398 ~ 38.94'%

%37.69
%23.37
%38.94

CMYK color model

#965D9B color CMYK value is (3,40,0,39).

  • cyan value is 3.23%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (3,40,0,39)
C3M40Y0K39 (3%, 40%, 0%, 39%)
(0.03 / 0.40 / 0.00 / 0.39)

CMYK percentages

%3.23
%40
%0
%39.22

Codes

Color #965D9B in popluar color models

96 5D 9B
RGB 150 93 155
HSL 295° 25.00% 48.63%
HSB/HSV 295° 40.00% 60.78%
CMYK 3.23% 40.00% 0.00%
39.22%

Color #965D9B in popluar number systems.

HEX 96 5D 9B
Decimal 150 93 155
Binary 10010110 1011101 10011011
Octal 226 135 233

Shades and tints

Shades of #965D9B

#965D9B
(150,93,155)
#89558D
(137,85,141)
#7C4D7F
(124,77,127)
#6F4571
(111,69,113)
#623D63
(98,61,99)
#553555
(85,53,85)
#482D47
(72,45,71)
#3B2539
(59,37,57)
#2E1D2B
(46,29,43)
#21151D
(33,21,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #965D9B

#965D9B
(150,93,155)
#9F6BA4
(159,107,164)
#A879AD
(168,121,173)
#B187B6
(177,135,182)
#BA95BF
(186,149,191)
#C3A3C8
(195,163,200)
#CCB1D1
(204,177,209)
#D5BFDA
(213,191,218)
#DECDE3
(222,205,227)
#E7DBEC
(231,219,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965D9B; }

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

This text font color is #965D9B.

Background Color

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

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

This div background color is #965D9B.

Border color

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

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

This div border color is #965D9B.

Opacity

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

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

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

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

This text has shadow with #965D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965D9B.

Preview

Color preview on black background

This text has color #965D9B on black background.


Color preview on white background

This text has color #965D9B on white background.


Black color preview on #965D9B background

This text has black color on #965D9B background.


White color preview on #965D9B background

This text has white color on #965D9B background.


Related colors

Complementary color

Complementary color for #hex is #69A264.


I love getcolorcode.com

Triadic colors

1 #9B965D and #5D9B96 with #965D9B are triadic colors.

2 #9B5D96 and #5D969B with #965D9B are triadic colors.