COLOR #996EB1

HEX: #996EB1 RGB: (153,110,177)

Color info

#996EB1 contains mainly red and blue colors. Web safe color of #996EB1 is #996699 (or #969).

RGB color model

#996EB1 color RGB value is (153,110,177).

RGB: (153,110,177) (60%, 43%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 177 of 255 = 69%

153
110
177

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

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 177 = 440 (100%)
R 153 of 440 ~ 34.77%
G 110 of 440 ~ 25%
B 177 of 440 ~ 40.23'%

%34.77
%25
%40.23

CMYK color model

#996EB1 color CMYK value is (14,38,0,31).

  • cyan value is 13.56%
  • magenta value is 37.85%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (14,38,0,31)
C14M38Y0K31 (14%, 38%, 0%, 31%)
(0.14 / 0.38 / 0.00 / 0.31)

CMYK percentages

%13.56
%37.85
%0
%30.59

Codes

Color #996EB1 in popluar color models

99 6E B1
RGB 153 110 177
HSL 279° 30.04% 56.27%
HSB/HSV 279° 37.85% 69.41%
CMYK 13.56% 37.85% 0.00%
30.59%

Color #996EB1 in popluar number systems.

HEX 99 6E B1
Decimal 153 110 177
Binary 10011001 1101110 10110001
Octal 231 156 261

Shades and tints

Shades of #996EB1

#996EB1
(153,110,177)
#8C64A1
(140,100,161)
#7F5A91
(127,90,145)
#725081
(114,80,129)
#654671
(101,70,113)
#583C61
(88,60,97)
#4B3251
(75,50,81)
#3E2841
(62,40,65)
#311E31
(49,30,49)
#241421
(36,20,33)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #996EB1

#996EB1
(153,110,177)
#A27BB8
(162,123,184)
#AB88BF
(171,136,191)
#B495C6
(180,149,198)
#BDA2CD
(189,162,205)
#C6AFD4
(198,175,212)
#CFBCDB
(207,188,219)
#D8C9E2
(216,201,226)
#E1D6E9
(225,214,233)
#EAE3F0
(234,227,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996EB1; }

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

This text font color is #996EB1.

Background Color

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

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

This div background color is #996EB1.

Border color

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

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

This div border color is #996EB1.

Opacity

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

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

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

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

This text has shadow with #996EB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996EB1.

Preview

Color preview on black background

This text has color #996EB1 on black background.


Color preview on white background

This text has color #996EB1 on white background.


Black color preview on #996EB1 background

This text has black color on #996EB1 background.


White color preview on #996EB1 background

This text has white color on #996EB1 background.


Related colors

Complementary color

Complementary color for #hex is #66914E.


I love getcolorcode.com

Triadic colors

1 #B1996E and #6EB199 with #996EB1 are triadic colors.

2 #B16E99 and #6E99B1 with #996EB1 are triadic colors.