COLOR #996B9F

HEX: #996B9F RGB: (153,107,159)

Color info

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

RGB color model

#996B9F color RGB value is (153,107,159).

RGB: (153,107,159) (60%, 42%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 159 of 255 = 62%

153
107
159

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

Portions of RGB colors in percentages

R + G + B = 153 + 107 + 159 = 419 (100%)
R 153 of 419 ~ 36.52%
G 107 of 419 ~ 25.54%
B 159 of 419 ~ 37.95'%

%36.52
%25.54
%37.95

CMYK color model

#996B9F color CMYK value is (4,33,0,38).

  • cyan value is 3.77%
  • magenta value is 32.70%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (4,33,0,38)
C4M33Y0K38 (4%, 33%, 0%, 38%)
(0.04 / 0.33 / 0.00 / 0.38)

CMYK percentages

%3.77
%32.7
%0
%37.65

Codes

Color #996B9F in popluar color models

99 6B 9F
RGB 153 107 159
HSL 293° 21.31% 52.16%
HSB/HSV 293° 32.70% 62.35%
CMYK 3.77% 32.70% 0.00%
37.65%

Color #996B9F in popluar number systems.

HEX 99 6B 9F
Decimal 153 107 159
Binary 10011001 1101011 10011111
Octal 231 153 237

Shades and tints

Shades of #996B9F

#996B9F
(153,107,159)
#8C6291
(140,98,145)
#7F5983
(127,89,131)
#725075
(114,80,117)
#654767
(101,71,103)
#583E59
(88,62,89)
#4B354B
(75,53,75)
#3E2C3D
(62,44,61)
#31232F
(49,35,47)
#241A21
(36,26,33)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #996B9F

#996B9F
(153,107,159)
#A278A7
(162,120,167)
#AB85AF
(171,133,175)
#B492B7
(180,146,183)
#BD9FBF
(189,159,191)
#C6ACC7
(198,172,199)
#CFB9CF
(207,185,207)
#D8C6D7
(216,198,215)
#E1D3DF
(225,211,223)
#EAE0E7
(234,224,231)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B9F color. Also use rgb(153,107,159) instead hex code.

Text Font Color

.myTextColor { color: #996B9F; }

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

This text font color is #996B9F.

Background Color

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

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

This div background color is #996B9F.

Border color

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

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

This div border color is #996B9F.

Opacity

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

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

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

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

This text has shadow with #996B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996B9F.

Preview

Color preview on black background

This text has color #996B9F on black background.


Color preview on white background

This text has color #996B9F on white background.


Black color preview on #996B9F background

This text has black color on #996B9F background.


White color preview on #996B9F background

This text has white color on #996B9F background.


Related colors

Complementary color

Complementary color for #hex is #669460.


I love getcolorcode.com

Triadic colors

1 #9F996B and #6B9F99 with #996B9F are triadic colors.

2 #9F6B99 and #6B999F with #996B9F are triadic colors.