COLOR #9969AA

HEX: #9969AA RGB: (153,105,170)

Color info

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

RGB color model

#9969AA color RGB value is (153,105,170).

RGB: (153,105,170) (60%, 41%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 105 of 255 = 41%
B 170 of 255 = 67%

153
105
170

R + G + B ~ 56%. #9969AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 105 + 170 = 428 (100%)
R 153 of 428 ~ 35.75%
G 105 of 428 ~ 24.53%
B 170 of 428 ~ 39.72'%

%35.75
%24.53
%39.72

CMYK color model

#9969AA color CMYK value is (10,38,0,33).

  • cyan value is 10.00%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (10,38,0,33)
C10M38Y0K33 (10%, 38%, 0%, 33%)
(0.10 / 0.38 / 0.00 / 0.33)

CMYK percentages

%10
%38.24
%0
%33.33

Codes

Color #9969AA in popluar color models

99 69 AA
RGB 153 105 170
HSL 284° 27.66% 53.92%
HSB/HSV 284° 38.24% 66.67%
CMYK 10.00% 38.24% 0.00%
33.33%

Color #9969AA in popluar number systems.

HEX 99 69 AA
Decimal 153 105 170
Binary 10011001 1101001 10101010
Octal 231 151 252

Shades and tints

Shades of #9969AA

#9969AA
(153,105,170)
#8C609B
(140,96,155)
#7F578C
(127,87,140)
#724E7D
(114,78,125)
#65456E
(101,69,110)
#583C5F
(88,60,95)
#4B3350
(75,51,80)
#3E2A41
(62,42,65)
#312132
(49,33,50)
#241823
(36,24,35)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #9969AA

#9969AA
(153,105,170)
#A276B1
(162,118,177)
#AB83B8
(171,131,184)
#B490BF
(180,144,191)
#BD9DC6
(189,157,198)
#C6AACD
(198,170,205)
#CFB7D4
(207,183,212)
#D8C4DB
(216,196,219)
#E1D1E2
(225,209,226)
#EADEE9
(234,222,233)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9969AA color. Also use rgb(153,105,170) instead hex code.

Text Font Color

.myTextColor { color: #9969AA; }

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

This text font color is #9969AA.

Background Color

.myBgColor { background-color: #9969AA; }

<div style="background-color:#9969AA">Inner text</div>

This div background color is #9969AA.

Border color

.myBorderColor { border: 1px solid #9969AA; }

<div style="border:3px solid #9969AA">Div</div>

This div border color is #9969AA.

Opacity

.myOpacity80 { color: #9969AA; opacity: 0.8; }

<p style="color:#9969AA;opacity:0.8;">80%</p>

Text with #9969AA 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 #9969AA;}

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

This text has shadow with #9969AA color.


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

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

This text has shadow with #9969AA primary color and red secondary color.


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

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

This text has shadow with #9969AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9969AA.

Preview

Color preview on black background

This text has color #9969AA on black background.


Color preview on white background

This text has color #9969AA on white background.


Black color preview on #9969AA background

This text has black color on #9969AA background.


White color preview on #9969AA background

This text has white color on #9969AA background.


Related colors

Complementary color

Complementary color for #hex is #669655.


I love getcolorcode.com

Triadic colors

1 #AA9969 and #69AA99 with #9969AA are triadic colors.

2 #AA6999 and #6999AA with #9969AA are triadic colors.