COLOR #9376B9

HEX: #9376B9 RGB: (147,118,185)

Color info

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

RGB color model

#9376B9 color RGB value is (147,118,185).

RGB: (147,118,185) (58%, 46%, 73%)

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 185 of 255 = 73%

147
118
185

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

Portions of RGB colors in percentages

R + G + B = 147 + 118 + 185 = 450 (100%)
R 147 of 450 ~ 32.67%
G 118 of 450 ~ 26.22%
B 185 of 450 ~ 41.11'%

%32.67
%26.22
%41.11

CMYK color model

#9376B9 color CMYK value is (21,36,0,27).

  • cyan value is 20.54%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (21,36,0,27)
C21M36Y0K27 (21%, 36%, 0%, 27%)
(0.21 / 0.36 / 0.00 / 0.27)

CMYK percentages

%20.54
%36.22
%0
%27.45

Codes

Color #9376B9 in popluar color models

93 76 B9
RGB 147 118 185
HSL 266° 32.37% 59.41%
HSB/HSV 266° 36.22% 72.55%
CMYK 20.54% 36.22% 0.00%
27.45%

Color #9376B9 in popluar number systems.

HEX 93 76 B9
Decimal 147 118 185
Binary 10010011 1110110 10111001
Octal 223 166 271

Shades and tints

Shades of #9376B9

#9376B9
(147,118,185)
#866CA9
(134,108,169)
#796299
(121,98,153)
#6C5889
(108,88,137)
#5F4E79
(95,78,121)
#524469
(82,68,105)
#453A59
(69,58,89)
#383049
(56,48,73)
#2B2639
(43,38,57)
#1E1C29
(30,28,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #9376B9

#9376B9
(147,118,185)
#9C82BF
(156,130,191)
#A58EC5
(165,142,197)
#AE9ACB
(174,154,203)
#B7A6D1
(183,166,209)
#C0B2D7
(192,178,215)
#C9BEDD
(201,190,221)
#D2CAE3
(210,202,227)
#DBD6E9
(219,214,233)
#E4E2EF
(228,226,239)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9376B9 color. Also use rgb(147,118,185) instead hex code.

Text Font Color

.myTextColor { color: #9376B9; }

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

This text font color is #9376B9.

Background Color

.myBgColor { background-color: #9376B9; }

<div style="background-color:#9376B9">Inner text</div>

This div background color is #9376B9.

Border color

.myBorderColor { border: 1px solid #9376B9; }

<div style="border:3px solid #9376B9">Div</div>

This div border color is #9376B9.

Opacity

.myOpacity80 { color: #9376B9; opacity: 0.8; }

<p style="color:#9376B9;opacity:0.8;">80%</p>

Text with #9376B9 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 #9376B9;}

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

This text has shadow with #9376B9 color.


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

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

This text has shadow with #9376B9 primary color and red secondary color.


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

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

This text has shadow with #9376B9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9376B9.

Preview

Color preview on black background

This text has color #9376B9 on black background.


Color preview on white background

This text has color #9376B9 on white background.


Black color preview on #9376B9 background

This text has black color on #9376B9 background.


White color preview on #9376B9 background

This text has white color on #9376B9 background.


Related colors

Complementary color

Complementary color for #hex is #6C8946.


I love getcolorcode.com

Triadic colors

1 #B99376 and #76B993 with #9376B9 are triadic colors.

2 #B97693 and #7693B9 with #9376B9 are triadic colors.