COLOR #9959A6

HEX: #9959A6
RGB: (153,89,166)

Color info

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

RGB color model

#9959A6 color RGB value is (153,89,166).

  • red value is 153;
  • green value is 89;
  • blue value is 166.
RGB:
(153,89,166)
(60%,35%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 89 of 255 = 35%
B 166 of 255 = 65%

153
89
166

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

Portions of RGB colors in percentages

R + G + B =
153 + 89 + 166 = 408 (100%)
R 153 of 408 ~ 37.5%
G 89 of 408 ~ 21.81%
B 166 of 408 ~ 40.69%

%37.5
%21.81
%40.69

CMYK color model

#9959A6 color CMYK value is (8,46,0,35).

  • cyan value is 7.83%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,46,0,35)
C8M46Y0K35 
(8%,46%,0%,35%)
(0.08/0.46/0.00/0.35)	

CMYK percentages

%7.83
%46.39
%0
%34.9

Codes

Color #9959A6 in popluar color models

9959A6
RGB15389166
HSL290°30.20%50.00%
HSB/HSV290°46.39%65.10%
CMYK7.83%46.39%0.00%
34.90%

Color #9959A6 in popluar number systems.

HEX9959A6
Decimal15389166
Binary10011001101100110100110
Octal231131246

Shades and tints

Shades of #9959A6

#9959A6
(153,89,166)
#8C5197
(140,81,151)
#7F4988
(127,73,136)
#724179
(114,65,121)
#65396A
(101,57,106)
#58315B
(88,49,91)
#4B294C
(75,41,76)
#3E213D
(62,33,61)
#31192E
(49,25,46)
#24111F
(36,17,31)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #9959A6

#9959A6
(153,89,166)
#A268AE
(162,104,174)
#AB77B6
(171,119,182)
#B486BE
(180,134,190)
#BD95C6
(189,149,198)
#C6A4CE
(198,164,206)
#CFB3D6
(207,179,214)
#D8C2DE
(216,194,222)
#E1D1E6
(225,209,230)
#EAE0EE
(234,224,238)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9959A6 color. Also use rgb(153,89,166) instead hex code.

Text Font Color

.myTextColor { color: #9959A6; }

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

This text font color is #9959A6.


Background Color

.myBgColor { background-color: #9959A6; }

<div style="background-color:#9959A6">Inner text</div>

This div background color is #9959A6.


Border color

.myBorderColor { border: 1px solid #9959A6; }

<div style="border:3px solid #9959A6">Div</div>

This div border color is #9959A6.


Opacity

.myOpacity80 { color: #9959A6; opacity: 0.8; }

<p style="color:#9959A6;opacity:0.8;">80%</p>

Text with #9959A6 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 #9959A6;}

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

This text has shadow with #9959A6 color.

.textShadow {text-shadow: 3px 3px 1px #9959A6, 3px 3px 1px red;}

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

This text has shadow with #9959A6 primary color and red secondary color.


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

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

This text has shadow with #9959A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9959A6 on black background.


Color preview on white background

This text has color #9959A6 on white background.



Black color preview on #9959A6 background

This text has black color on #9959A6 background.


White color preview on #9959A6 background

This text has white color on #9959A6 background.