COLOR #9390C9

HEX: #9390C9
RGB: (147,144,201)

Color info

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

RGB color model

#9390C9 color RGB value is (147,144,201).

  • red value is 147;
  • green value is 144;
  • blue value is 201.
RGB:
(147,144,201)
(58%,56%,79%)

RGB channels and saturation

R 147 of 255 = 58%
G 144 of 255 = 56%
B 201 of 255 = 79%

147
144
201

R + G + B ~ 64%. #9390C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 144 + 201 = 492 (100%)
R 147 of 492 ~ 29.88%
G 144 of 492 ~ 29.27%
B 201 of 492 ~ 40.85%

%29.88
%29.27
%40.85

CMYK color model

#9390C9 color CMYK value is (27,28,0,21).

  • cyan value is 26.87%
  • magenta value is 28.36%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,28,0,21)
C27M28Y0K21 
(27%,28%,0%,21%)
(0.27/0.28/0.00/0.21)	

CMYK percentages

%26.87
%28.36
%0
%21.18

Codes

Color #9390C9 in popluar color models

9390C9
RGB147144201
HSL243°34.55%67.65%
HSB/HSV243°28.36%78.82%
CMYK26.87%28.36%0.00%
21.18%

Color #9390C9 in popluar number systems.

HEX9390C9
Decimal147144201
Binary100100111001000011001001
Octal223220311

Shades and tints

Shades of #9390C9

#9390C9
(147,144,201)
#8683B7
(134,131,183)
#7976A5
(121,118,165)
#6C6993
(108,105,147)
#5F5C81
(95,92,129)
#524F6F
(82,79,111)
#45425D
(69,66,93)
#38354B
(56,53,75)
#2B2839
(43,40,57)
#1E1B27
(30,27,39)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #9390C9

#9390C9
(147,144,201)
#9C9ACD
(156,154,205)
#A5A4D1
(165,164,209)
#AEAED5
(174,174,213)
#B7B8D9
(183,184,217)
#C0C2DD
(192,194,221)
#C9CCE1
(201,204,225)
#D2D6E5
(210,214,229)
#DBE0E9
(219,224,233)
#E4EAED
(228,234,237)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9390C9 color. Also use rgb(147,144,201) instead hex code.

Text Font Color

.myTextColor { color: #9390C9; }

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

This text font color is #9390C9.


Background Color

.myBgColor { background-color: #9390C9; }

<div style="background-color:#9390C9">Inner text</div>

This div background color is #9390C9.


Border color

.myBorderColor { border: 1px solid #9390C9; }

<div style="border:3px solid #9390C9">Div</div>

This div border color is #9390C9.


Opacity

.myOpacity80 { color: #9390C9; opacity: 0.8; }

<p style="color:#9390C9;opacity:0.8;">80%</p>

Text with #9390C9 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 #9390C9;}

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

This text has shadow with #9390C9 color.

.textShadow {text-shadow: 3px 3px 1px #9390C9, 3px 3px 1px red;}

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

This text has shadow with #9390C9 primary color and red secondary color.


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

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

This text has shadow with #9390C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9390C9 on black background.


Color preview on white background

This text has color #9390C9 on white background.



Black color preview on #9390C9 background

This text has black color on #9390C9 background.


White color preview on #9390C9 background

This text has white color on #9390C9 background.