COLOR #996D9B

HEX: #996D9B
RGB: (153,109,155)

Color info

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

RGB color model

#996D9B color RGB value is (153,109,155).

  • red value is 153;
  • green value is 109;
  • blue value is 155.
RGB:
(153,109,155)
(60%,43%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 155 of 255 = 61%

153
109
155

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

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 155 = 417 (100%)
R 153 of 417 ~ 36.69%
G 109 of 417 ~ 26.14%
B 155 of 417 ~ 37.17%

%36.69
%26.14
%37.17

CMYK color model

#996D9B color CMYK value is (1,30,0,39).

  • cyan value is 1.29%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(1,30,0,39)
C1M30Y0K39 
(1%,30%,0%,39%)
(0.01/0.30/0.00/0.39)	

CMYK percentages

%1.29
%29.68
%0
%39.22

Codes

Color #996D9B in popluar color models

996D9B
RGB153109155
HSL297°18.70%51.76%
HSB/HSV297°29.68%60.78%
CMYK1.29%29.68%0.00%
39.22%

Color #996D9B in popluar number systems.

HEX996D9B
Decimal153109155
Binary10011001110110110011011
Octal231155233

Shades and tints

Shades of #996D9B

#996D9B
(153,109,155)
#8C648D
(140,100,141)
#7F5B7F
(127,91,127)
#725271
(114,82,113)
#654963
(101,73,99)
#584055
(88,64,85)
#4B3747
(75,55,71)
#3E2E39
(62,46,57)
#31252B
(49,37,43)
#241C1D
(36,28,29)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #996D9B

#996D9B
(153,109,155)
#A27AA4
(162,122,164)
#AB87AD
(171,135,173)
#B494B6
(180,148,182)
#BDA1BF
(189,161,191)
#C6AEC8
(198,174,200)
#CFBBD1
(207,187,209)
#D8C8DA
(216,200,218)
#E1D5E3
(225,213,227)
#EAE2EC
(234,226,236)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996D9B color. Also use rgb(153,109,155) instead hex code.

Text Font Color

.myTextColor { color: #996D9B; }

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

This text font color is #996D9B.


Background Color

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

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

This div background color is #996D9B.


Border color

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

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

This div border color is #996D9B.


Opacity

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

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

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

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

This text has shadow with #996D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D9B on black background.


Color preview on white background

This text has color #996D9B on white background.



Black color preview on #996D9B background

This text has black color on #996D9B background.


White color preview on #996D9B background

This text has white color on #996D9B background.