COLOR #996DB5

HEX: #996DB5
RGB: (153,109,181)

Color info

#996DB5 contains mainly red and blue colors. Web safe color of #996DB5 is #9966CC (or #96C).

RGB color model

#996DB5 color RGB value is (153,109,181).

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

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 181 of 255 = 71%

153
109
181

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

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 181 = 443 (100%)
R 153 of 443 ~ 34.54%
G 109 of 443 ~ 24.6%
B 181 of 443 ~ 40.86%

%34.54
%24.6
%40.86

CMYK color model

#996DB5 color CMYK value is (15,40,0,29).

  • cyan value is 15.47%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(15,40,0,29)
C15M40Y0K29 
(15%,40%,0%,29%)
(0.15/0.40/0.00/0.29)	

CMYK percentages

%15.47
%39.78
%0
%29.02

Codes

Color #996DB5 in popluar color models

996DB5
RGB153109181
HSL277°32.73%56.86%
HSB/HSV277°39.78%70.98%
CMYK15.47%39.78%0.00%
29.02%

Color #996DB5 in popluar number systems.

HEX996DB5
Decimal153109181
Binary10011001110110110110101
Octal231155265

Shades and tints

Shades of #996DB5

#996DB5
(153,109,181)
#8C64A5
(140,100,165)
#7F5B95
(127,91,149)
#725285
(114,82,133)
#654975
(101,73,117)
#584065
(88,64,101)
#4B3755
(75,55,85)
#3E2E45
(62,46,69)
#312535
(49,37,53)
#241C25
(36,28,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #996DB5

#996DB5
(153,109,181)
#A27ABB
(162,122,187)
#AB87C1
(171,135,193)
#B494C7
(180,148,199)
#BDA1CD
(189,161,205)
#C6AED3
(198,174,211)
#CFBBD9
(207,187,217)
#D8C8DF
(216,200,223)
#E1D5E5
(225,213,229)
#EAE2EB
(234,226,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996DB5; }

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

This text font color is #996DB5.


Background Color

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

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

This div background color is #996DB5.


Border color

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

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

This div border color is #996DB5.


Opacity

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

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

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

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

This text has shadow with #996DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996DB5 on black background.


Color preview on white background

This text has color #996DB5 on white background.



Black color preview on #996DB5 background

This text has black color on #996DB5 background.


White color preview on #996DB5 background

This text has white color on #996DB5 background.