COLOR #9377BC

HEX: #9377BC RGB: (147,119,188)

Color info

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

RGB color model

#9377BC color RGB value is (147,119,188).

RGB: (147,119,188) (58%, 47%, 74%)

RGB channels and saturation

R 147 of 255 = 58%
G 119 of 255 = 47%
B 188 of 255 = 74%

147
119
188

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

Portions of RGB colors in percentages

R + G + B = 147 + 119 + 188 = 454 (100%)
R 147 of 454 ~ 32.38%
G 119 of 454 ~ 26.21%
B 188 of 454 ~ 41.41'%

%32.38
%26.21
%41.41

CMYK color model

#9377BC color CMYK value is (22,37,0,26).

  • cyan value is 21.81%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (22,37,0,26)
C22M37Y0K26 (22%, 37%, 0%, 26%)
(0.22 / 0.37 / 0.00 / 0.26)

CMYK percentages

%21.81
%36.7
%0
%26.27

Codes

Color #9377BC in popluar color models

93 77 BC
RGB 147 119 188
HSL 264° 33.99% 60.20%
HSB/HSV 264° 36.70% 73.73%
CMYK 21.81% 36.70% 0.00%
26.27%

Color #9377BC in popluar number systems.

HEX 93 77 BC
Decimal 147 119 188
Binary 10010011 1110111 10111100
Octal 223 167 274

Shades and tints

Shades of #9377BC

#9377BC
(147,119,188)
#866DAB
(134,109,171)
#79639A
(121,99,154)
#6C5989
(108,89,137)
#5F4F78
(95,79,120)
#524567
(82,69,103)
#453B56
(69,59,86)
#383145
(56,49,69)
#2B2734
(43,39,52)
#1E1D23
(30,29,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9377BC

#9377BC
(147,119,188)
#9C83C2
(156,131,194)
#A58FC8
(165,143,200)
#AE9BCE
(174,155,206)
#B7A7D4
(183,167,212)
#C0B3DA
(192,179,218)
#C9BFE0
(201,191,224)
#D2CBE6
(210,203,230)
#DBD7EC
(219,215,236)
#E4E3F2
(228,227,242)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9377BC color. Also use rgb(147,119,188) instead hex code.

Text Font Color

.myTextColor { color: #9377BC; }

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

This text font color is #9377BC.

Background Color

.myBgColor { background-color: #9377BC; }

<div style="background-color:#9377BC">Inner text</div>

This div background color is #9377BC.

Border color

.myBorderColor { border: 1px solid #9377BC; }

<div style="border:3px solid #9377BC">Div</div>

This div border color is #9377BC.

Opacity

.myOpacity80 { color: #9377BC; opacity: 0.8; }

<p style="color:#9377BC;opacity:0.8;">80%</p>

Text with #9377BC 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 #9377BC;}

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

This text has shadow with #9377BC color.


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

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

This text has shadow with #9377BC primary color and red secondary color.


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

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

This text has shadow with #9377BC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9377BC.

Preview

Color preview on black background

This text has color #9377BC on black background.


Color preview on white background

This text has color #9377BC on white background.


Black color preview on #9377BC background

This text has black color on #9377BC background.


White color preview on #9377BC background

This text has white color on #9377BC background.


Related colors

Complementary color

Complementary color for #hex is #6C8843.


I love getcolorcode.com

Triadic colors

1 #BC9377 and #77BC93 with #9377BC are triadic colors.

2 #BC7793 and #7793BC with #9377BC are triadic colors.