COLOR #996E8D

HEX: #996E8D RGB: (153,110,141)

Color info

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

RGB color model

#996E8D color RGB value is (153,110,141).

RGB: (153,110,141) (60%, 43%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 141 of 255 = 55%

153
110
141

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

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 141 = 404 (100%)
R 153 of 404 ~ 37.87%
G 110 of 404 ~ 27.23%
B 141 of 404 ~ 34.9'%

%37.87
%27.23
%34.9

CMYK color model

#996E8D color CMYK value is (0,28,8,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 7.84%
  • key color value is 40.00%

CMYK: (0,28,8,40)
C0M28Y8K40 (0%, 28%, 8%, 40%)
(0.00 / 0.28 / 0.08 / 0.40)

CMYK percentages

%0
%28.1
%7.84
%40

Codes

Color #996E8D in popluar color models

99 6E 8D
RGB 153 110 141
HSL 317° 17.41% 51.57%
HSB/HSV 317° 28.10% 60.00%
CMYK 0.00% 28.10% 7.84%
40.00%

Color #996E8D in popluar number systems.

HEX 99 6E 8D
Decimal 153 110 141
Binary 10011001 1101110 10001101
Octal 231 156 215

Shades and tints

Shades of #996E8D

#996E8D
(153,110,141)
#8C6481
(140,100,129)
#7F5A75
(127,90,117)
#725069
(114,80,105)
#65465D
(101,70,93)
#583C51
(88,60,81)
#4B3245
(75,50,69)
#3E2839
(62,40,57)
#311E2D
(49,30,45)
#241421
(36,20,33)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #996E8D

#996E8D
(153,110,141)
#A27B97
(162,123,151)
#AB88A1
(171,136,161)
#B495AB
(180,149,171)
#BDA2B5
(189,162,181)
#C6AFBF
(198,175,191)
#CFBCC9
(207,188,201)
#D8C9D3
(216,201,211)
#E1D6DD
(225,214,221)
#EAE3E7
(234,227,231)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996E8D color. Also use rgb(153,110,141) instead hex code.

Text Font Color

.myTextColor { color: #996E8D; }

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

This text font color is #996E8D.

Background Color

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

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

This div background color is #996E8D.

Border color

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

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

This div border color is #996E8D.

Opacity

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

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

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

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

This text has shadow with #996E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996E8D.

Preview

Color preview on black background

This text has color #996E8D on black background.


Color preview on white background

This text has color #996E8D on white background.


Black color preview on #996E8D background

This text has black color on #996E8D background.


White color preview on #996E8D background

This text has white color on #996E8D background.


Related colors

Complementary color

Complementary color for #hex is #669172.


I love getcolorcode.com

Triadic colors

1 #8D996E and #6E8D99 with #996E8D are triadic colors.

2 #8D6E99 and #6E998D with #996E8D are triadic colors.