COLOR #9490C5

HEX: #9490C5
RGB: (148,144,197)

Color info

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

RGB color model

#9490C5 color RGB value is (148,144,197).

  • red value is 148;
  • green value is 144;
  • blue value is 197.
RGB:
(148,144,197)
(58%,56%,77%)

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 197 of 255 = 77%

148
144
197

R + G + B ~ 64%. #9490C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 144 + 197 = 489 (100%)
R 148 of 489 ~ 30.27%
G 144 of 489 ~ 29.45%
B 197 of 489 ~ 40.29%

%30.27
%29.45
%40.29

CMYK color model

#9490C5 color CMYK value is (25,27,0,23).

  • cyan value is 24.87%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(25,27,0,23)
C25M27Y0K23 
(25%,27%,0%,23%)
(0.25/0.27/0.00/0.23)	

CMYK percentages

%24.87
%26.9
%0
%22.75

Codes

Color #9490C5 in popluar color models

9490C5
RGB148144197
HSL245°31.36%66.86%
HSB/HSV245°26.90%77.25%
CMYK24.87%26.90%0.00%
22.75%

Color #9490C5 in popluar number systems.

HEX9490C5
Decimal148144197
Binary100101001001000011000101
Octal224220305

Shades and tints

Shades of #9490C5

#9490C5
(148,144,197)
#8783B4
(135,131,180)
#7A76A3
(122,118,163)
#6D6992
(109,105,146)
#605C81
(96,92,129)
#534F70
(83,79,112)
#46425F
(70,66,95)
#39354E
(57,53,78)
#2C283D
(44,40,61)
#1F1B2C
(31,27,44)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #9490C5

#9490C5
(148,144,197)
#9D9ACA
(157,154,202)
#A6A4CF
(166,164,207)
#AFAED4
(175,174,212)
#B8B8D9
(184,184,217)
#C1C2DE
(193,194,222)
#CACCE3
(202,204,227)
#D3D6E8
(211,214,232)
#DCE0ED
(220,224,237)
#E5EAF2
(229,234,242)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9490C5 color. Also use rgb(148,144,197) instead hex code.

Text Font Color

.myTextColor { color: #9490C5; }

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

This text font color is #9490C5.


Background Color

.myBgColor { background-color: #9490C5; }

<div style="background-color:#9490C5">Inner text</div>

This div background color is #9490C5.


Border color

.myBorderColor { border: 1px solid #9490C5; }

<div style="border:3px solid #9490C5">Div</div>

This div border color is #9490C5.


Opacity

.myOpacity80 { color: #9490C5; opacity: 0.8; }

<p style="color:#9490C5;opacity:0.8;">80%</p>

Text with #9490C5 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 #9490C5;}

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

This text has shadow with #9490C5 color.

.textShadow {text-shadow: 3px 3px 1px #9490C5, 3px 3px 1px red;}

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

This text has shadow with #9490C5 primary color and red secondary color.


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

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

This text has shadow with #9490C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9490C5 on black background.


Color preview on white background

This text has color #9490C5 on white background.



Black color preview on #9490C5 background

This text has black color on #9490C5 background.


White color preview on #9490C5 background

This text has white color on #9490C5 background.