COLOR #9396C1

HEX: #9396C1
RGB: (147,150,193)

Color info

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

RGB color model

#9396C1 color RGB value is (147,150,193).

  • red value is 147;
  • green value is 150;
  • blue value is 193.
RGB:
(147,150,193)
(58%,59%,76%)

RGB channels and saturation

R 147 of 255 = 58%
G 150 of 255 = 59%
B 193 of 255 = 76%

147
150
193

R + G + B ~ 64%. #9396C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 150 + 193 = 490 (100%)
R 147 of 490 ~ 30%
G 150 of 490 ~ 30.61%
B 193 of 490 ~ 39.39%

%30
%30.61
%39.39

CMYK color model

#9396C1 color CMYK value is (24,22,0,24).

  • cyan value is 23.83%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(24,22,0,24)
C24M22Y0K24 
(24%,22%,0%,24%)
(0.24/0.22/0.00/0.24)	

CMYK percentages

%23.83
%22.28
%0
%24.31

Codes

Color #9396C1 in popluar color models

9396C1
RGB147150193
HSL236°27.06%66.67%
HSB/HSV236°23.83%75.69%
CMYK23.83%22.28%0.00%
24.31%

Color #9396C1 in popluar number systems.

HEX9396C1
Decimal147150193
Binary100100111001011011000001
Octal223226301

Shades and tints

Shades of #9396C1

#9396C1
(147,150,193)
#8689B0
(134,137,176)
#797C9F
(121,124,159)
#6C6F8E
(108,111,142)
#5F627D
(95,98,125)
#52556C
(82,85,108)
#45485B
(69,72,91)
#383B4A
(56,59,74)
#2B2E39
(43,46,57)
#1E2128
(30,33,40)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #9396C1

#9396C1
(147,150,193)
#9C9FC6
(156,159,198)
#A5A8CB
(165,168,203)
#AEB1D0
(174,177,208)
#B7BAD5
(183,186,213)
#C0C3DA
(192,195,218)
#C9CCDF
(201,204,223)
#D2D5E4
(210,213,228)
#DBDEE9
(219,222,233)
#E4E7EE
(228,231,238)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9396C1 color. Also use rgb(147,150,193) instead hex code.

Text Font Color

.myTextColor { color: #9396C1; }

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

This text font color is #9396C1.


Background Color

.myBgColor { background-color: #9396C1; }

<div style="background-color:#9396C1">Inner text</div>

This div background color is #9396C1.


Border color

.myBorderColor { border: 1px solid #9396C1; }

<div style="border:3px solid #9396C1">Div</div>

This div border color is #9396C1.


Opacity

.myOpacity80 { color: #9396C1; opacity: 0.8; }

<p style="color:#9396C1;opacity:0.8;">80%</p>

Text with #9396C1 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 #9396C1;}

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

This text has shadow with #9396C1 color.

.textShadow {text-shadow: 3px 3px 1px #9396C1, 3px 3px 1px red;}

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

This text has shadow with #9396C1 primary color and red secondary color.


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

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

This text has shadow with #9396C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9396C1 on black background.


Color preview on white background

This text has color #9396C1 on white background.



Black color preview on #9396C1 background

This text has black color on #9396C1 background.


White color preview on #9396C1 background

This text has white color on #9396C1 background.