COLOR #9A739D

HEX: #9A739D RGB: (154,115,157)

Color info

#9A739D contains red, green and blue colors in about the same proportion. Web safe color of #9A739D is #996699 (or #969).

RGB color model

#9A739D color RGB value is (154,115,157).

RGB: (154,115,157) (60%, 45%, 62%)

RGB channels and saturation

R 154 of 255 = 60%
G 115 of 255 = 45%
B 157 of 255 = 62%

154
115
157

R + G + B ~ 56%. #9A739D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 115 + 157 = 426 (100%)
R 154 of 426 ~ 36.15%
G 115 of 426 ~ 27%
B 157 of 426 ~ 36.85'%

%36.15
%27
%36.85

CMYK color model

#9A739D color CMYK value is (2,27,0,38).

  • cyan value is 1.91%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (2,27,0,38)
C2M27Y0K38 (2%, 27%, 0%, 38%)
(0.02 / 0.27 / 0.00 / 0.38)

CMYK percentages

%1.91
%26.75
%0
%38.43

Codes

Color #9A739D in popluar color models

9A 73 9D
RGB 154 115 157
HSL 296° 17.65% 53.33%
HSB/HSV 296° 26.75% 61.57%
CMYK 1.91% 26.75% 0.00%
38.43%

Color #9A739D in popluar number systems.

HEX 9A 73 9D
Decimal 154 115 157
Binary 10011010 1110011 10011101
Octal 232 163 235

Shades and tints

Shades of #9A739D

#9A739D
(154,115,157)
#8C698F
(140,105,143)
#7E5F81
(126,95,129)
#705573
(112,85,115)
#624B65
(98,75,101)
#544157
(84,65,87)
#463749
(70,55,73)
#382D3B
(56,45,59)
#2A232D
(42,35,45)
#1C191F
(28,25,31)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #9A739D

#9A739D
(154,115,157)
#A37FA5
(163,127,165)
#AC8BAD
(172,139,173)
#B597B5
(181,151,181)
#BEA3BD
(190,163,189)
#C7AFC5
(199,175,197)
#D0BBCD
(208,187,205)
#D9C7D5
(217,199,213)
#E2D3DD
(226,211,221)
#EBDFE5
(235,223,229)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A739D color. Also use rgb(154,115,157) instead hex code.

Text Font Color

.myTextColor { color: #9A739D; }

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

This text font color is #9A739D.

Background Color

.myBgColor { background-color: #9A739D; }

<div style="background-color:#9A739D">Inner text</div>

This div background color is #9A739D.

Border color

.myBorderColor { border: 1px solid #9A739D; }

<div style="border:3px solid #9A739D">Div</div>

This div border color is #9A739D.

Opacity

.myOpacity80 { color: #9A739D; opacity: 0.8; }

<p style="color:#9A739D;opacity:0.8;">80%</p>

Text with #9A739D 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 #9A739D;}

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

This text has shadow with #9A739D color.


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

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

This text has shadow with #9A739D primary color and red secondary color.


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

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

This text has shadow with #9A739D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9A739D.

Preview

Color preview on black background

This text has color #9A739D on black background.


Color preview on white background

This text has color #9A739D on white background.


Black color preview on #9A739D background

This text has black color on #9A739D background.


White color preview on #9A739D background

This text has white color on #9A739D background.


Related colors

Complementary color

Complementary color for #hex is #658C62.


I love getcolorcode.com

Triadic colors

1 #9D9A73 and #739D9A with #9A739D are triadic colors.

2 #9D739A and #739A9D with #9A739D are triadic colors.