COLOR #9675BD

HEX: #9675BD RGB: (150,117,189)

Color info

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

RGB color model

#9675BD color RGB value is (150,117,189).

RGB: (150,117,189) (59%, 46%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 189 of 255 = 74%

150
117
189

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

Portions of RGB colors in percentages

R + G + B = 150 + 117 + 189 = 456 (100%)
R 150 of 456 ~ 32.89%
G 117 of 456 ~ 25.66%
B 189 of 456 ~ 41.45'%

%32.89
%25.66
%41.45

CMYK color model

#9675BD color CMYK value is (21,38,0,26).

  • cyan value is 20.63%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (21,38,0,26) C21M38Y0K26 (21%,38%,0%,26%) (0.21/0.38/0.00/0.26) 

CMYK percentages

%20.63
%38.1
%0
%25.88

Codes

Color #9675BD in popluar color models

96 75 BD
RGB 150 117 189
HSL 268° 35.29% 60.00%
HSB/HSV 268° 38.10% 74.12%
CMYK 20.63% 38.10% 0.00%
25.88%

Color #9675BD in popluar number systems.

HEX 96 75 BD
Decimal 150 117 189
Binary 10010110 1110101 10111101
Octal 226 165 275

Shades and tints

Shades of #9675BD

#9675BD
(150,117,189)
#896BAC
(137,107,172)
#7C619B
(124,97,155)
#6F578A
(111,87,138)
#624D79
(98,77,121)
#554368
(85,67,104)
#483957
(72,57,87)
#3B2F46
(59,47,70)
#2E2535
(46,37,53)
#211B24
(33,27,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #9675BD

#9675BD
(150,117,189)
#9F81C3
(159,129,195)
#A88DC9
(168,141,201)
#B199CF
(177,153,207)
#BAA5D5
(186,165,213)
#C3B1DB
(195,177,219)
#CCBDE1
(204,189,225)
#D5C9E7
(213,201,231)
#DED5ED
(222,213,237)
#E7E1F3
(231,225,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9675BD; }

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

This text font color is #9675BD.

Background Color

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

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

This div background color is #9675BD.

Border color

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

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

This div border color is #9675BD.

Opacity

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

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

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

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

This text has shadow with #9675BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9675BD.

Preview

Color preview on black background

This text has color #9675BD on black background.


Color preview on white background

This text has color #9675BD on white background.


Black color preview on #9675BD background

This text has black color on #9675BD background.


White color preview on #9675BD background

This text has white color on #9675BD background.


Related colors

Complementary color

Complementary color for #hex is #698A42.


I love getcolorcode.com

Triadic colors

1 #BD9675 and #75BD96 with #9675BD are triadic colors.

2 #BD7596 and #7596BD with #9675BD are triadic colors.