COLOR #965D95

HEX: #965D95
RGB: (150,93,149)

Color info

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

RGB color model

#965D95 color RGB value is (150,93,149).

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

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 149 of 255 = 58%

150
93
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 93 + 149 = 392 (100%)
R 150 of 392 ~ 38.27%
G 93 of 392 ~ 23.72%
B 149 of 392 ~ 38.01%

%38.27
%23.72
%38.01

CMYK color model

#965D95 color CMYK value is (0,38,1,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(0,38,1,41)
C0M38Y1K41 
(0%,38%,1%,41%)
(0.00/0.38/0.01/0.41)	

CMYK percentages

%0
%38
%0.67
%41.18

Codes

Color #965D95 in popluar color models

965D95
RGB15093149
HSL301°23.46%47.65%
HSB/HSV301°38.00%58.82%
CMYK0.00%38.00%0.67%
41.18%

Color #965D95 in popluar number systems.

HEX965D95
Decimal15093149
Binary10010110101110110010101
Octal226135225

Shades and tints

Shades of #965D95

#965D95
(150,93,149)
#895588
(137,85,136)
#7C4D7B
(124,77,123)
#6F456E
(111,69,110)
#623D61
(98,61,97)
#553554
(85,53,84)
#482D47
(72,45,71)
#3B253A
(59,37,58)
#2E1D2D
(46,29,45)
#211520
(33,21,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #965D95

#965D95
(150,93,149)
#9F6B9E
(159,107,158)
#A879A7
(168,121,167)
#B187B0
(177,135,176)
#BA95B9
(186,149,185)
#C3A3C2
(195,163,194)
#CCB1CB
(204,177,203)
#D5BFD4
(213,191,212)
#DECDDD
(222,205,221)
#E7DBE6
(231,219,230)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965D95; }

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

This text font color is #965D95.


Background Color

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

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

This div background color is #965D95.


Border color

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

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

This div border color is #965D95.


Opacity

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

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

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

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

This text has shadow with #965D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965D95 on black background.


Color preview on white background

This text has color #965D95 on white background.



Black color preview on #965D95 background

This text has black color on #965D95 background.


White color preview on #965D95 background

This text has white color on #965D95 background.