COLOR #9959B0

HEX: #9959B0
RGB: (153,89,176)

Color info

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

RGB color model

#9959B0 color RGB value is (153,89,176).

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

RGB channels and saturation

R 153 of 255 = 60%
G 89 of 255 = 35%
B 176 of 255 = 69%

153
89
176

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

Portions of RGB colors in percentages

R + G + B =
153 + 89 + 176 = 418 (100%)
R 153 of 418 ~ 36.6%
G 89 of 418 ~ 21.29%
B 176 of 418 ~ 42.11%

%36.6
%21.29
%42.11

CMYK color model

#9959B0 color CMYK value is (13,49,0,31).

  • cyan value is 13.07%
  • magenta value is 49.43%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,49,0,31)
C13M49Y0K31 
(13%,49%,0%,31%)
(0.13/0.49/0.00/0.31)	

CMYK percentages

%13.07
%49.43
%0
%30.98

Codes

Color #9959B0 in popluar color models

9959B0
RGB15389176
HSL284°35.51%51.96%
HSB/HSV284°49.43%69.02%
CMYK13.07%49.43%0.00%
30.98%

Color #9959B0 in popluar number systems.

HEX9959B0
Decimal15389176
Binary10011001101100110110000
Octal231131260

Shades and tints

Shades of #9959B0

#9959B0
(153,89,176)
#8C51A0
(140,81,160)
#7F4990
(127,73,144)
#724180
(114,65,128)
#653970
(101,57,112)
#583160
(88,49,96)
#4B2950
(75,41,80)
#3E2140
(62,33,64)
#311930
(49,25,48)
#241120
(36,17,32)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #9959B0

#9959B0
(153,89,176)
#A268B7
(162,104,183)
#AB77BE
(171,119,190)
#B486C5
(180,134,197)
#BD95CC
(189,149,204)
#C6A4D3
(198,164,211)
#CFB3DA
(207,179,218)
#D8C2E1
(216,194,225)
#E1D1E8
(225,209,232)
#EAE0EF
(234,224,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9959B0; }

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

This text font color is #9959B0.


Background Color

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

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

This div background color is #9959B0.


Border color

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

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

This div border color is #9959B0.


Opacity

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

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

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

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

This text has shadow with #9959B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9959B0 on black background.


Color preview on white background

This text has color #9959B0 on white background.



Black color preview on #9959B0 background

This text has black color on #9959B0 background.


White color preview on #9959B0 background

This text has white color on #9959B0 background.