COLOR #937BC4

HEX: #937BC4 RGB: (147,123,196)

Color info

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

RGB color model

#937BC4 color RGB value is (147,123,196).

RGB: (147,123,196) (58%, 48%, 77%)

RGB channels and saturation

R 147 of 255 = 58%
G 123 of 255 = 48%
B 196 of 255 = 77%

147
123
196

R + G + B ~ 61%. #937BC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 123 + 196 = 466 (100%)
R 147 of 466 ~ 31.55%
G 123 of 466 ~ 26.39%
B 196 of 466 ~ 42.06'%

%31.55
%26.39
%42.06

CMYK color model

#937BC4 color CMYK value is (25,37,0,23).

  • cyan value is 25.00%
  • magenta value is 37.24%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (25,37,0,23)
C25M37Y0K23 (25%, 37%, 0%, 23%)
(0.25 / 0.37 / 0.00 / 0.23)

CMYK percentages

%25
%37.24
%0
%23.14

Codes

Color #937BC4 in popluar color models

93 7B C4
RGB 147 123 196
HSL 260° 38.22% 62.55%
HSB/HSV 260° 37.24% 76.86%
CMYK 25.00% 37.24% 0.00%
23.14%

Color #937BC4 in popluar number systems.

HEX 93 7B C4
Decimal 147 123 196
Binary 10010011 1111011 11000100
Octal 223 173 304

Shades and tints

Shades of #937BC4

#937BC4
(147,123,196)
#8670B3
(134,112,179)
#7965A2
(121,101,162)
#6C5A91
(108,90,145)
#5F4F80
(95,79,128)
#52446F
(82,68,111)
#45395E
(69,57,94)
#382E4D
(56,46,77)
#2B233C
(43,35,60)
#1E182B
(30,24,43)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #937BC4

#937BC4
(147,123,196)
#9C87C9
(156,135,201)
#A593CE
(165,147,206)
#AE9FD3
(174,159,211)
#B7ABD8
(183,171,216)
#C0B7DD
(192,183,221)
#C9C3E2
(201,195,226)
#D2CFE7
(210,207,231)
#DBDBEC
(219,219,236)
#E4E7F1
(228,231,241)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937BC4 color. Also use rgb(147,123,196) instead hex code.

Text Font Color

.myTextColor { color: #937BC4; }

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

This text font color is #937BC4.

Background Color

.myBgColor { background-color: #937BC4; }

<div style="background-color:#937BC4">Inner text</div>

This div background color is #937BC4.

Border color

.myBorderColor { border: 1px solid #937BC4; }

<div style="border:3px solid #937BC4">Div</div>

This div border color is #937BC4.

Opacity

.myOpacity80 { color: #937BC4; opacity: 0.8; }

<p style="color:#937BC4;opacity:0.8;">80%</p>

Text with #937BC4 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 #937BC4;}

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

This text has shadow with #937BC4 color.


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

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

This text has shadow with #937BC4 primary color and red secondary color.


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

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

This text has shadow with #937BC4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #937BC4.

Preview

Color preview on black background

This text has color #937BC4 on black background.


Color preview on white background

This text has color #937BC4 on white background.


Black color preview on #937BC4 background

This text has black color on #937BC4 background.


White color preview on #937BC4 background

This text has white color on #937BC4 background.


Related colors

Complementary color

Complementary color for #hex is #6C843B.


I love getcolorcode.com

Triadic colors

1 #C4937B and #7BC493 with #937BC4 are triadic colors.

2 #C47B93 and #7B93C4 with #937BC4 are triadic colors.