COLOR #937CC6

HEX: #937CC6
RGB: (147,124,198)

Color info

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

RGB color model

#937CC6 color RGB value is (147,124,198).

  • red value is 147;
  • green value is 124;
  • blue value is 198.
RGB:
(147,124,198)
(58%,49%,78%)

RGB channels and saturation

R 147 of 255 = 58%
G 124 of 255 = 49%
B 198 of 255 = 78%

147
124
198

R + G + B ~ 62%. #937CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 124 + 198 = 469 (100%)
R 147 of 469 ~ 31.34%
G 124 of 469 ~ 26.44%
B 198 of 469 ~ 42.22%

%31.34
%26.44
%42.22

CMYK color model

#937CC6 color CMYK value is (26,37,0,22).

  • cyan value is 25.76%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(26,37,0,22)
C26M37Y0K22 
(26%,37%,0%,22%)
(0.26/0.37/0.00/0.22)	

CMYK percentages

%25.76
%37.37
%0
%22.35

Codes

Color #937CC6 in popluar color models

937CC6
RGB147124198
HSL259°39.36%63.14%
HSB/HSV259°37.37%77.65%
CMYK25.76%37.37%0.00%
22.35%

Color #937CC6 in popluar number systems.

HEX937CC6
Decimal147124198
Binary10010011111110011000110
Octal223174306

Shades and tints

Shades of #937CC6

#937CC6
(147,124,198)
#8671B4
(134,113,180)
#7966A2
(121,102,162)
#6C5B90
(108,91,144)
#5F507E
(95,80,126)
#52456C
(82,69,108)
#453A5A
(69,58,90)
#382F48
(56,47,72)
#2B2436
(43,36,54)
#1E1924
(30,25,36)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #937CC6

#937CC6
(147,124,198)
#9C87CB
(156,135,203)
#A592D0
(165,146,208)
#AE9DD5
(174,157,213)
#B7A8DA
(183,168,218)
#C0B3DF
(192,179,223)
#C9BEE4
(201,190,228)
#D2C9E9
(210,201,233)
#DBD4EE
(219,212,238)
#E4DFF3
(228,223,243)
#EDEAF8
(237,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937CC6 color. Also use rgb(147,124,198) instead hex code.

Text Font Color

.myTextColor { color: #937CC6; }

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

This text font color is #937CC6.


Background Color

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

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

This div background color is #937CC6.


Border color

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

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

This div border color is #937CC6.


Opacity

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

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

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

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

This text has shadow with #937CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937CC6 on black background.


Color preview on white background

This text has color #937CC6 on white background.



Black color preview on #937CC6 background

This text has black color on #937CC6 background.


White color preview on #937CC6 background

This text has white color on #937CC6 background.