COLOR #9A7A8D

HEX: #9A7A8D RGB: (154,122,141)

Color info

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

RGB color model

#9A7A8D color RGB value is (154,122,141).

RGB: (154,122,141) (60%, 48%, 55%)

RGB channels and saturation

R 154 of 255 = 60%
G 122 of 255 = 48%
B 141 of 255 = 55%

154
122
141

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

Portions of RGB colors in percentages

R + G + B = 154 + 122 + 141 = 417 (100%)
R 154 of 417 ~ 36.93%
G 122 of 417 ~ 29.26%
B 141 of 417 ~ 33.81'%

%36.93
%29.26
%33.81

CMYK color model

#9A7A8D color CMYK value is (0,21,8,40).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 8.44%
  • key color value is 39.61%

CMYK: (0,21,8,40)
C0M21Y8K40 (0%, 21%, 8%, 40%)
(0.00 / 0.21 / 0.08 / 0.40)

CMYK percentages

%0
%20.78
%8.44
%39.61

Codes

Color #9A7A8D in popluar color models

9A 7A 8D
RGB 154 122 141
HSL 324° 13.68% 54.12%
HSB/HSV 324° 20.78% 60.39%
CMYK 0.00% 20.78% 8.44%
39.61%

Color #9A7A8D in popluar number systems.

HEX 9A 7A 8D
Decimal 154 122 141
Binary 10011010 1111010 10001101
Octal 232 172 215

Shades and tints

Shades of #9A7A8D

#9A7A8D
(154,122,141)
#8C6F81
(140,111,129)
#7E6475
(126,100,117)
#705969
(112,89,105)
#624E5D
(98,78,93)
#544351
(84,67,81)
#463845
(70,56,69)
#382D39
(56,45,57)
#2A222D
(42,34,45)
#1C1721
(28,23,33)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #9A7A8D

#9A7A8D
(154,122,141)
#A38697
(163,134,151)
#AC92A1
(172,146,161)
#B59EAB
(181,158,171)
#BEAAB5
(190,170,181)
#C7B6BF
(199,182,191)
#D0C2C9
(208,194,201)
#D9CED3
(217,206,211)
#E2DADD
(226,218,221)
#EBE6E7
(235,230,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7A8D color. Also use rgb(154,122,141) instead hex code.

Text Font Color

.myTextColor { color: #9A7A8D; }

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

This text font color is #9A7A8D.

Background Color

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

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

This div background color is #9A7A8D.

Border color

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

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

This div border color is #9A7A8D.

Opacity

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

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

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

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

This text has shadow with #9A7A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7A8D.

Preview

Color preview on black background

This text has color #9A7A8D on black background.


Color preview on white background

This text has color #9A7A8D on white background.


Black color preview on #9A7A8D background

This text has black color on #9A7A8D background.


White color preview on #9A7A8D background

This text has white color on #9A7A8D background.


Related colors

Complementary color

Complementary color for #hex is #658572.


I love getcolorcode.com

Triadic colors

1 #8D9A7A and #7A8D9A with #9A7A8D are triadic colors.

2 #8D7A9A and #7A9A8D with #9A7A8D are triadic colors.