COLOR #9661BA

HEX: #9661BA RGB: (150,97,186)

Color info

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

RGB color model

#9661BA color RGB value is (150,97,186).

RGB: (150,97,186) (59%, 38%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 97 of 255 = 38%
B 186 of 255 = 73%

150
97
186

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

Portions of RGB colors in percentages

R + G + B = 150 + 97 + 186 = 433 (100%)
R 150 of 433 ~ 34.64%
G 97 of 433 ~ 22.4%
B 186 of 433 ~ 42.96'%

%34.64
%22.4
%42.96

CMYK color model

#9661BA color CMYK value is (19,48,0,27).

  • cyan value is 19.35%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (19,48,0,27)
C19M48Y0K27 (19%, 48%, 0%, 27%)
(0.19 / 0.48 / 0.00 / 0.27)

CMYK percentages

%19.35
%47.85
%0
%27.06

Codes

Color #9661BA in popluar color models

96 61 BA
RGB 150 97 186
HSL 276° 39.21% 55.49%
HSB/HSV 276° 47.85% 72.94%
CMYK 19.35% 47.85% 0.00%
27.06%

Color #9661BA in popluar number systems.

HEX 96 61 BA
Decimal 150 97 186
Binary 10010110 1100001 10111010
Octal 226 141 272

Shades and tints

Shades of #9661BA

#9661BA
(150,97,186)
#8959AA
(137,89,170)
#7C519A
(124,81,154)
#6F498A
(111,73,138)
#62417A
(98,65,122)
#55396A
(85,57,106)
#48315A
(72,49,90)
#3B294A
(59,41,74)
#2E213A
(46,33,58)
#21192A
(33,25,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #9661BA

#9661BA
(150,97,186)
#9F6FC0
(159,111,192)
#A87DC6
(168,125,198)
#B18BCC
(177,139,204)
#BA99D2
(186,153,210)
#C3A7D8
(195,167,216)
#CCB5DE
(204,181,222)
#D5C3E4
(213,195,228)
#DED1EA
(222,209,234)
#E7DFF0
(231,223,240)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9661BA color. Also use rgb(150,97,186) instead hex code.

Text Font Color

.myTextColor { color: #9661BA; }

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

This text font color is #9661BA.

Background Color

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

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

This div background color is #9661BA.

Border color

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

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

This div border color is #9661BA.

Opacity

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

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

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

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

This text has shadow with #9661BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9661BA.

Preview

Color preview on black background

This text has color #9661BA on black background.


Color preview on white background

This text has color #9661BA on white background.


Black color preview on #9661BA background

This text has black color on #9661BA background.


White color preview on #9661BA background

This text has white color on #9661BA background.


Related colors

Complementary color

Complementary color for #hex is #699E45.


I love getcolorcode.com

Triadic colors

1 #BA9661 and #61BA96 with #9661BA are triadic colors.

2 #BA6196 and #6196BA with #9661BA are triadic colors.