COLOR #9675BB

HEX: #9675BB RGB: (150,117,187)

Color info

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

RGB color model

#9675BB color RGB value is (150,117,187).

RGB: (150,117,187) (59%, 46%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 187 of 255 = 73%

150
117
187

R + G + B ~ 59%. #9675BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 117 + 187 = 454 (100%)
R 150 of 454 ~ 33.04%
G 117 of 454 ~ 25.77%
B 187 of 454 ~ 41.19'%

%33.04
%25.77
%41.19

CMYK color model

#9675BB color CMYK value is (20,37,0,27).

  • cyan value is 19.79%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (20,37,0,27)
C20M37Y0K27 (20%, 37%, 0%, 27%)
(0.20 / 0.37 / 0.00 / 0.27)

CMYK percentages

%19.79
%37.43
%0
%26.67

Codes

Color #9675BB in popluar color models

96 75 BB
RGB 150 117 187
HSL 268° 33.98% 59.61%
HSB/HSV 268° 37.43% 73.33%
CMYK 19.79% 37.43% 0.00%
26.67%

Color #9675BB in popluar number systems.

HEX 96 75 BB
Decimal 150 117 187
Binary 10010110 1110101 10111011
Octal 226 165 273

Shades and tints

Shades of #9675BB

#9675BB
(150,117,187)
#896BAA
(137,107,170)
#7C6199
(124,97,153)
#6F5788
(111,87,136)
#624D77
(98,77,119)
#554366
(85,67,102)
#483955
(72,57,85)
#3B2F44
(59,47,68)
#2E2533
(46,37,51)
#211B22
(33,27,34)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #9675BB

#9675BB
(150,117,187)
#9F81C1
(159,129,193)
#A88DC7
(168,141,199)
#B199CD
(177,153,205)
#BAA5D3
(186,165,211)
#C3B1D9
(195,177,217)
#CCBDDF
(204,189,223)
#D5C9E5
(213,201,229)
#DED5EB
(222,213,235)
#E7E1F1
(231,225,241)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9675BB color. Also use rgb(150,117,187) instead hex code.

Text Font Color

.myTextColor { color: #9675BB; }

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

This text font color is #9675BB.

Background Color

.myBgColor { background-color: #9675BB; }

<div style="background-color:#9675BB">Inner text</div>

This div background color is #9675BB.

Border color

.myBorderColor { border: 1px solid #9675BB; }

<div style="border:3px solid #9675BB">Div</div>

This div border color is #9675BB.

Opacity

.myOpacity80 { color: #9675BB; opacity: 0.8; }

<p style="color:#9675BB;opacity:0.8;">80%</p>

Text with #9675BB 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 #9675BB;}

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

This text has shadow with #9675BB color.


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

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

This text has shadow with #9675BB primary color and red secondary color.


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

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

This text has shadow with #9675BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9675BB.

Preview

Color preview on black background

This text has color #9675BB on black background.


Color preview on white background

This text has color #9675BB on white background.


Black color preview on #9675BB background

This text has black color on #9675BB background.


White color preview on #9675BB background

This text has white color on #9675BB background.


Related colors

Complementary color

Complementary color for #hex is #698A44.


I love getcolorcode.com

Triadic colors

1 #BB9675 and #75BB96 with #9675BB are triadic colors.

2 #BB7596 and #7596BB with #9675BB are triadic colors.