COLOR #938CC4

HEX: #938CC4 RGB: (147,140,196)

Color info

#938CC4 contains red, green and blue colors in about the same proportion. Web safe color of #938CC4 is #9999CC (or #99C).

RGB color model

#938CC4 color RGB value is (147,140,196).

RGB: (147,140,196) (58%, 55%, 77%)

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 196 of 255 = 77%

147
140
196

R + G + B ~ 63%. #938CC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 140 + 196 = 483 (100%)
R 147 of 483 ~ 30.43%
G 140 of 483 ~ 28.99%
B 196 of 483 ~ 40.58'%

%30.43
%28.99
%40.58

CMYK color model

#938CC4 color CMYK value is (25,29,0,23).

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

CMYK: (25,29,0,23)
C25M29Y0K23 (25%, 29%, 0%, 23%)
(0.25 / 0.29 / 0.00 / 0.23)

CMYK percentages

%25
%28.57
%0
%23.14

Codes

Color #938CC4 in popluar color models

93 8C C4
RGB 147 140 196
HSL 248° 32.18% 65.88%
HSB/HSV 248° 28.57% 76.86%
CMYK 25.00% 28.57% 0.00%
23.14%

Color #938CC4 in popluar number systems.

HEX 93 8C C4
Decimal 147 140 196
Binary 10010011 10001100 11000100
Octal 223 214 304

Shades and tints

Shades of #938CC4

#938CC4
(147,140,196)
#8680B3
(134,128,179)
#7974A2
(121,116,162)
#6C6891
(108,104,145)
#5F5C80
(95,92,128)
#52506F
(82,80,111)
#45445E
(69,68,94)
#38384D
(56,56,77)
#2B2C3C
(43,44,60)
#1E202B
(30,32,43)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #938CC4

#938CC4
(147,140,196)
#9C96C9
(156,150,201)
#A5A0CE
(165,160,206)
#AEAAD3
(174,170,211)
#B7B4D8
(183,180,216)
#C0BEDD
(192,190,221)
#C9C8E2
(201,200,226)
#D2D2E7
(210,210,231)
#DBDCEC
(219,220,236)
#E4E6F1
(228,230,241)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938CC4 color. Also use rgb(147,140,196) instead hex code.

Text Font Color

.myTextColor { color: #938CC4; }

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

This text font color is #938CC4.

Background Color

.myBgColor { background-color: #938CC4; }

<div style="background-color:#938CC4">Inner text</div>

This div background color is #938CC4.

Border color

.myBorderColor { border: 1px solid #938CC4; }

<div style="border:3px solid #938CC4">Div</div>

This div border color is #938CC4.

Opacity

.myOpacity80 { color: #938CC4; opacity: 0.8; }

<p style="color:#938CC4;opacity:0.8;">80%</p>

Text with #938CC4 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 #938CC4;}

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

This text has shadow with #938CC4 color.


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

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

This text has shadow with #938CC4 primary color and red secondary color.


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

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

This text has shadow with #938CC4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #938CC4.

Preview

Color preview on black background

This text has color #938CC4 on black background.


Color preview on white background

This text has color #938CC4 on white background.


Black color preview on #938CC4 background

This text has black color on #938CC4 background.


White color preview on #938CC4 background

This text has white color on #938CC4 background.


Related colors

Complementary color

Complementary color for #hex is #6C733B.


I love getcolorcode.com

Triadic colors

1 #C4938C and #8CC493 with #938CC4 are triadic colors.

2 #C48C93 and #8C93C4 with #938CC4 are triadic colors.