COLOR #9960BA

HEX: #9960BA RGB: (153,96,186)

Color info

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

RGB color model

#9960BA color RGB value is (153,96,186).

RGB: (153,96,186) (60%, 38%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 96 of 255 = 38%
B 186 of 255 = 73%

153
96
186

R + G + B ~ 57%. #9960BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 96 + 186 = 435 (100%)
R 153 of 435 ~ 35.17%
G 96 of 435 ~ 22.07%
B 186 of 435 ~ 42.76'%

%35.17
%22.07
%42.76

CMYK color model

#9960BA color CMYK value is (18,48,0,27).

  • cyan value is 17.74%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (18,48,0,27) C18M48Y0K27 (18%,48%,0%,27%) (0.18/0.48/0.00/0.27) 

CMYK percentages

%17.74
%48.39
%0
%27.06

Codes

Color #9960BA in popluar color models

99 60 BA
RGB 153 96 186
HSL 278° 39.47% 55.29%
HSB/HSV 278° 48.39% 72.94%
CMYK 17.74% 48.39% 0.00%
27.06%

Color #9960BA in popluar number systems.

HEX 99 60 BA
Decimal 153 96 186
Binary 10011001 1100000 10111010
Octal 231 140 272

Shades and tints

Shades of #9960BA

#9960BA
(153,96,186)
#8C58AA
(140,88,170)
#7F509A
(127,80,154)
#72488A
(114,72,138)
#65407A
(101,64,122)
#58386A
(88,56,106)
#4B305A
(75,48,90)
#3E284A
(62,40,74)
#31203A
(49,32,58)
#24182A
(36,24,42)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #9960BA

#9960BA
(153,96,186)
#A26EC0
(162,110,192)
#AB7CC6
(171,124,198)
#B48ACC
(180,138,204)
#BD98D2
(189,152,210)
#C6A6D8
(198,166,216)
#CFB4DE
(207,180,222)
#D8C2E4
(216,194,228)
#E1D0EA
(225,208,234)
#EADEF0
(234,222,240)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9960BA color. Also use rgb(153,96,186) instead hex code.

Text Font Color

.myTextColor { color: #9960BA; }

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

This text font color is #9960BA.

Background Color

.myBgColor { background-color: #9960BA; }

<div style="background-color:#9960BA">Inner text</div>

This div background color is #9960BA.

Border color

.myBorderColor { border: 1px solid #9960BA; }

<div style="border:3px solid #9960BA">Div</div>

This div border color is #9960BA.

Opacity

.myOpacity80 { color: #9960BA; opacity: 0.8; }

<p style="color:#9960BA;opacity:0.8;">80%</p>

Text with #9960BA 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 #9960BA;}

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

This text has shadow with #9960BA color.


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

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

This text has shadow with #9960BA primary color and red secondary color.


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

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

This text has shadow with #9960BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9960BA.

Preview

Color preview on black background

This text has color #9960BA on black background.


Color preview on white background

This text has color #9960BA on white background.


Black color preview on #9960BA background

This text has black color on #9960BA background.


White color preview on #9960BA background

This text has white color on #9960BA background.


Related colors

Complementary color

Complementary color for #hex is #669F45.


I love getcolorcode.com

Triadic colors

1 #BA9960 and #60BA99 with #9960BA are triadic colors.

2 #BA6099 and #6099BA with #9960BA are triadic colors.