COLOR #96709D

HEX: #96709D RGB: (150,112,157)

Color info

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

RGB color model

#96709D color RGB value is (150,112,157).

RGB: (150,112,157) (59%, 44%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 157 of 255 = 62%

150
112
157

R + G + B ~ 55%. #96709D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 112 + 157 = 419 (100%)
R 150 of 419 ~ 35.8%
G 112 of 419 ~ 26.73%
B 157 of 419 ~ 37.47'%

%35.8
%26.73
%37.47

CMYK color model

#96709D color CMYK value is (4,29,0,38).

  • cyan value is 4.46%
  • magenta value is 28.66%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (4,29,0,38)
C4M29Y0K38 (4%, 29%, 0%, 38%)
(0.04 / 0.29 / 0.00 / 0.38)

CMYK percentages

%4.46
%28.66
%0
%38.43

Codes

Color #96709D in popluar color models

96 70 9D
RGB 150 112 157
HSL 291° 18.67% 52.75%
HSB/HSV 291° 28.66% 61.57%
CMYK 4.46% 28.66% 0.00%
38.43%

Color #96709D in popluar number systems.

HEX 96 70 9D
Decimal 150 112 157
Binary 10010110 1110000 10011101
Octal 226 160 235

Shades and tints

Shades of #96709D

#96709D
(150,112,157)
#89668F
(137,102,143)
#7C5C81
(124,92,129)
#6F5273
(111,82,115)
#624865
(98,72,101)
#553E57
(85,62,87)
#483449
(72,52,73)
#3B2A3B
(59,42,59)
#2E202D
(46,32,45)
#21161F
(33,22,31)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #96709D

#96709D
(150,112,157)
#9F7DA5
(159,125,165)
#A88AAD
(168,138,173)
#B197B5
(177,151,181)
#BAA4BD
(186,164,189)
#C3B1C5
(195,177,197)
#CCBECD
(204,190,205)
#D5CBD5
(213,203,213)
#DED8DD
(222,216,221)
#E7E5E5
(231,229,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96709D color. Also use rgb(150,112,157) instead hex code.

Text Font Color

.myTextColor { color: #96709D; }

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

This text font color is #96709D.

Background Color

.myBgColor { background-color: #96709D; }

<div style="background-color:#96709D">Inner text</div>

This div background color is #96709D.

Border color

.myBorderColor { border: 1px solid #96709D; }

<div style="border:3px solid #96709D">Div</div>

This div border color is #96709D.

Opacity

.myOpacity80 { color: #96709D; opacity: 0.8; }

<p style="color:#96709D;opacity:0.8;">80%</p>

Text with #96709D 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 #96709D;}

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

This text has shadow with #96709D color.


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

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

This text has shadow with #96709D primary color and red secondary color.


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

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

This text has shadow with #96709D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96709D.

Preview

Color preview on black background

This text has color #96709D on black background.


Color preview on white background

This text has color #96709D on white background.


Black color preview on #96709D background

This text has black color on #96709D background.


White color preview on #96709D background

This text has white color on #96709D background.


Related colors

Complementary color

Complementary color for #hex is #698F62.


I love getcolorcode.com

Triadic colors

1 #9D9670 and #709D96 with #96709D are triadic colors.

2 #9D7096 and #70969D with #96709D are triadic colors.