COLOR #9390AD

HEX: #9390AD RGB: (147,144,173)

Color info

#9390AD contains red, green and blue colors in about the same proportion. Web safe color of #9390AD is #999999 (or #999).

RGB color model

#9390AD color RGB value is (147,144,173).

RGB: (147,144,173) (58%, 56%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 144 of 255 = 56%
B 173 of 255 = 68%

147
144
173

R + G + B ~ 61%. #9390AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 144 + 173 = 464 (100%)
R 147 of 464 ~ 31.68%
G 144 of 464 ~ 31.03%
B 173 of 464 ~ 37.28'%

%31.68
%31.03
%37.28

CMYK color model

#9390AD color CMYK value is (15,17,0,32).

  • cyan value is 15.03%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (15,17,0,32)
C15M17Y0K32 (15%, 17%, 0%, 32%)
(0.15 / 0.17 / 0.00 / 0.32)

CMYK percentages

%15.03
%16.76
%0
%32.16

Codes

Color #9390AD in popluar color models

93 90 AD
RGB 147 144 173
HSL 246° 15.03% 62.16%
HSB/HSV 246° 16.76% 67.84%
CMYK 15.03% 16.76% 0.00%
32.16%

Color #9390AD in popluar number systems.

HEX 93 90 AD
Decimal 147 144 173
Binary 10010011 10010000 10101101
Octal 223 220 255

Shades and tints

Shades of #9390AD

#9390AD
(147,144,173)
#86839E
(134,131,158)
#79768F
(121,118,143)
#6C6980
(108,105,128)
#5F5C71
(95,92,113)
#524F62
(82,79,98)
#454253
(69,66,83)
#383544
(56,53,68)
#2B2835
(43,40,53)
#1E1B26
(30,27,38)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #9390AD

#9390AD
(147,144,173)
#9C9AB4
(156,154,180)
#A5A4BB
(165,164,187)
#AEAEC2
(174,174,194)
#B7B8C9
(183,184,201)
#C0C2D0
(192,194,208)
#C9CCD7
(201,204,215)
#D2D6DE
(210,214,222)
#DBE0E5
(219,224,229)
#E4EAEC
(228,234,236)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9390AD; }

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

This text font color is #9390AD.

Background Color

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

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

This div background color is #9390AD.

Border color

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

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

This div border color is #9390AD.

Opacity

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

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

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

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

This text has shadow with #9390AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9390AD.

Preview

Color preview on black background

This text has color #9390AD on black background.


Color preview on white background

This text has color #9390AD on white background.


Black color preview on #9390AD background

This text has black color on #9390AD background.


White color preview on #9390AD background

This text has white color on #9390AD background.


Related colors

Complementary color

Complementary color for #hex is #6C6F52.


I love getcolorcode.com

Triadic colors

1 #AD9390 and #90AD93 with #9390AD are triadic colors.

2 #AD9093 and #9093AD with #9390AD are triadic colors.