COLOR #9955A9

HEX: #9955A9
RGB: (153,85,169)

Color info

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

RGB color model

#9955A9 color RGB value is (153,85,169).

  • red value is 153;
  • green value is 85;
  • blue value is 169.
RGB:
(153,85,169)
(60%,33%,66%)

RGB channels and saturation

R 153 of 255 = 60%
G 85 of 255 = 33%
B 169 of 255 = 66%

153
85
169

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

Portions of RGB colors in percentages

R + G + B =
153 + 85 + 169 = 407 (100%)
R 153 of 407 ~ 37.59%
G 85 of 407 ~ 20.88%
B 169 of 407 ~ 41.52%

%37.59
%20.88
%41.52

CMYK color model

#9955A9 color CMYK value is (9,50,0,34).

  • cyan value is 9.47%
  • magenta value is 49.70%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(9,50,0,34)
C9M50Y0K34 
(9%,50%,0%,34%)
(0.09/0.50/0.00/0.34)	

CMYK percentages

%9.47
%49.7
%0
%33.73

Codes

Color #9955A9 in popluar color models

9955A9
RGB15385169
HSL289°33.07%49.80%
HSB/HSV289°49.70%66.27%
CMYK9.47%49.70%0.00%
33.73%

Color #9955A9 in popluar number systems.

HEX9955A9
Decimal15385169
Binary10011001101010110101001
Octal231125251

Shades and tints

Shades of #9955A9

#9955A9
(153,85,169)
#8C4E9A
(140,78,154)
#7F478B
(127,71,139)
#72407C
(114,64,124)
#65396D
(101,57,109)
#58325E
(88,50,94)
#4B2B4F
(75,43,79)
#3E2440
(62,36,64)
#311D31
(49,29,49)
#241622
(36,22,34)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #9955A9

#9955A9
(153,85,169)
#A264B0
(162,100,176)
#AB73B7
(171,115,183)
#B482BE
(180,130,190)
#BD91C5
(189,145,197)
#C6A0CC
(198,160,204)
#CFAFD3
(207,175,211)
#D8BEDA
(216,190,218)
#E1CDE1
(225,205,225)
#EADCE8
(234,220,232)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9955A9 color. Also use rgb(153,85,169) instead hex code.

Text Font Color

.myTextColor { color: #9955A9; }

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

This text font color is #9955A9.


Background Color

.myBgColor { background-color: #9955A9; }

<div style="background-color:#9955A9">Inner text</div>

This div background color is #9955A9.


Border color

.myBorderColor { border: 1px solid #9955A9; }

<div style="border:3px solid #9955A9">Div</div>

This div border color is #9955A9.


Opacity

.myOpacity80 { color: #9955A9; opacity: 0.8; }

<p style="color:#9955A9;opacity:0.8;">80%</p>

Text with #9955A9 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 #9955A9;}

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

This text has shadow with #9955A9 color.

.textShadow {text-shadow: 3px 3px 1px #9955A9, 3px 3px 1px red;}

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

This text has shadow with #9955A9 primary color and red secondary color.


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

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

This text has shadow with #9955A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9955A9 on black background.


Color preview on white background

This text has color #9955A9 on white background.



Black color preview on #9955A9 background

This text has black color on #9955A9 background.


White color preview on #9955A9 background

This text has white color on #9955A9 background.