COLOR #9394C2

HEX: #9394C2
RGB: (147,148,194)

Color info

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

RGB color model

#9394C2 color RGB value is (147,148,194).

  • red value is 147;
  • green value is 148;
  • blue value is 194.
RGB:
(147,148,194)
(58%,58%,76%)

RGB channels and saturation

R 147 of 255 = 58%
G 148 of 255 = 58%
B 194 of 255 = 76%

147
148
194

R + G + B ~ 64%. #9394C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 148 + 194 = 489 (100%)
R 147 of 489 ~ 30.06%
G 148 of 489 ~ 30.27%
B 194 of 489 ~ 39.67%

%30.06
%30.27
%39.67

CMYK color model

#9394C2 color CMYK value is (24,24,0,24).

  • cyan value is 24.23%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(24,24,0,24)
C24M24Y0K24 
(24%,24%,0%,24%)
(0.24/0.24/0.00/0.24)	

CMYK percentages

%24.23
%23.71
%0
%23.92

Codes

Color #9394C2 in popluar color models

9394C2
RGB147148194
HSL239°27.81%66.86%
HSB/HSV239°24.23%76.08%
CMYK24.23%23.71%0.00%
23.92%

Color #9394C2 in popluar number systems.

HEX9394C2
Decimal147148194
Binary100100111001010011000010
Octal223224302

Shades and tints

Shades of #9394C2

#9394C2
(147,148,194)
#8687B1
(134,135,177)
#797AA0
(121,122,160)
#6C6D8F
(108,109,143)
#5F607E
(95,96,126)
#52536D
(82,83,109)
#45465C
(69,70,92)
#38394B
(56,57,75)
#2B2C3A
(43,44,58)
#1E1F29
(30,31,41)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #9394C2

#9394C2
(147,148,194)
#9C9DC7
(156,157,199)
#A5A6CC
(165,166,204)
#AEAFD1
(174,175,209)
#B7B8D6
(183,184,214)
#C0C1DB
(192,193,219)
#C9CAE0
(201,202,224)
#D2D3E5
(210,211,229)
#DBDCEA
(219,220,234)
#E4E5EF
(228,229,239)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9394C2 color. Also use rgb(147,148,194) instead hex code.

Text Font Color

.myTextColor { color: #9394C2; }

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

This text font color is #9394C2.


Background Color

.myBgColor { background-color: #9394C2; }

<div style="background-color:#9394C2">Inner text</div>

This div background color is #9394C2.


Border color

.myBorderColor { border: 1px solid #9394C2; }

<div style="border:3px solid #9394C2">Div</div>

This div border color is #9394C2.


Opacity

.myOpacity80 { color: #9394C2; opacity: 0.8; }

<p style="color:#9394C2;opacity:0.8;">80%</p>

Text with #9394C2 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 #9394C2;}

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

This text has shadow with #9394C2 color.

.textShadow {text-shadow: 3px 3px 1px #9394C2, 3px 3px 1px red;}

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

This text has shadow with #9394C2 primary color and red secondary color.


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

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

This text has shadow with #9394C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9394C2 on black background.


Color preview on white background

This text has color #9394C2 on white background.



Black color preview on #9394C2 background

This text has black color on #9394C2 background.


White color preview on #9394C2 background

This text has white color on #9394C2 background.