COLOR #996AB9

HEX: #996AB9 RGB: (153,106,185)

Color info

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

RGB color model

#996AB9 color RGB value is (153,106,185).

RGB: (153,106,185) (60%, 42%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 185 of 255 = 73%

153
106
185

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

Portions of RGB colors in percentages

R + G + B = 153 + 106 + 185 = 444 (100%)
R 153 of 444 ~ 34.46%
G 106 of 444 ~ 23.87%
B 185 of 444 ~ 41.67'%

%34.46
%23.87
%41.67

CMYK color model

#996AB9 color CMYK value is (17,43,0,27).

  • cyan value is 17.30%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (17,43,0,27)
C17M43Y0K27 (17%, 43%, 0%, 27%)
(0.17 / 0.43 / 0.00 / 0.27)

CMYK percentages

%17.3
%42.7
%0
%27.45

Codes

Color #996AB9 in popluar color models

99 6A B9
RGB 153 106 185
HSL 276° 36.07% 57.06%
HSB/HSV 276° 42.70% 72.55%
CMYK 17.30% 42.70% 0.00%
27.45%

Color #996AB9 in popluar number systems.

HEX 99 6A B9
Decimal 153 106 185
Binary 10011001 1101010 10111001
Octal 231 152 271

Shades and tints

Shades of #996AB9

#996AB9
(153,106,185)
#8C61A9
(140,97,169)
#7F5899
(127,88,153)
#724F89
(114,79,137)
#654679
(101,70,121)
#583D69
(88,61,105)
#4B3459
(75,52,89)
#3E2B49
(62,43,73)
#312239
(49,34,57)
#241929
(36,25,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #996AB9

#996AB9
(153,106,185)
#A277BF
(162,119,191)
#AB84C5
(171,132,197)
#B491CB
(180,145,203)
#BD9ED1
(189,158,209)
#C6ABD7
(198,171,215)
#CFB8DD
(207,184,221)
#D8C5E3
(216,197,227)
#E1D2E9
(225,210,233)
#EADFEF
(234,223,239)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996AB9 color. Also use rgb(153,106,185) instead hex code.

Text Font Color

.myTextColor { color: #996AB9; }

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

This text font color is #996AB9.

Background Color

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

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

This div background color is #996AB9.

Border color

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

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

This div border color is #996AB9.

Opacity

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

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

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

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

This text has shadow with #996AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996AB9.

Preview

Color preview on black background

This text has color #996AB9 on black background.


Color preview on white background

This text has color #996AB9 on white background.


Black color preview on #996AB9 background

This text has black color on #996AB9 background.


White color preview on #996AB9 background

This text has white color on #996AB9 background.


Related colors

Complementary color

Complementary color for #hex is #669546.


I love getcolorcode.com

Triadic colors

1 #B9996A and #6AB999 with #996AB9 are triadic colors.

2 #B96A99 and #6A99B9 with #996AB9 are triadic colors.