COLOR #96729F

HEX: #96729F
RGB: (150,114,159)

Color info

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

RGB color model

#96729F color RGB value is (150,114,159).

  • red value is 150;
  • green value is 114;
  • blue value is 159.
RGB:
(150,114,159)
(59%,45%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 159 of 255 = 62%

150
114
159

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

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 159 = 423 (100%)
R 150 of 423 ~ 35.46%
G 114 of 423 ~ 26.95%
B 159 of 423 ~ 37.59%

%35.46
%26.95
%37.59

CMYK color model

#96729F color CMYK value is (6,28,0,38).

  • cyan value is 5.66%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(6,28,0,38)
C6M28Y0K38 
(6%,28%,0%,38%)
(0.06/0.28/0.00/0.38)	

CMYK percentages

%5.66
%28.3
%0
%37.65

Codes

Color #96729F in popluar color models

96729F
RGB150114159
HSL288°18.99%53.53%
HSB/HSV288°28.30%62.35%
CMYK5.66%28.30%0.00%
37.65%

Color #96729F in popluar number systems.

HEX96729F
Decimal150114159
Binary10010110111001010011111
Octal226162237

Shades and tints

Shades of #96729F

#96729F
(150,114,159)
#896891
(137,104,145)
#7C5E83
(124,94,131)
#6F5475
(111,84,117)
#624A67
(98,74,103)
#554059
(85,64,89)
#48364B
(72,54,75)
#3B2C3D
(59,44,61)
#2E222F
(46,34,47)
#211821
(33,24,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #96729F

#96729F
(150,114,159)
#9F7EA7
(159,126,167)
#A88AAF
(168,138,175)
#B196B7
(177,150,183)
#BAA2BF
(186,162,191)
#C3AEC7
(195,174,199)
#CCBACF
(204,186,207)
#D5C6D7
(213,198,215)
#DED2DF
(222,210,223)
#E7DEE7
(231,222,231)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96729F color. Also use rgb(150,114,159) instead hex code.

Text Font Color

.myTextColor { color: #96729F; }

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

This text font color is #96729F.


Background Color

.myBgColor { background-color: #96729F; }

<div style="background-color:#96729F">Inner text</div>

This div background color is #96729F.


Border color

.myBorderColor { border: 1px solid #96729F; }

<div style="border:3px solid #96729F">Div</div>

This div border color is #96729F.


Opacity

.myOpacity80 { color: #96729F; opacity: 0.8; }

<p style="color:#96729F;opacity:0.8;">80%</p>

Text with #96729F 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 #96729F;}

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

This text has shadow with #96729F color.

.textShadow {text-shadow: 3px 3px 1px #96729F, 3px 3px 1px red;}

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

This text has shadow with #96729F primary color and red secondary color.


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

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

This text has shadow with #96729F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96729F on black background.


Color preview on white background

This text has color #96729F on white background.



Black color preview on #96729F background

This text has black color on #96729F background.


White color preview on #96729F background

This text has white color on #96729F background.