COLOR #9A7B9E

HEX: #9A7B9E RGB: (154,123,158)

Color info

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

RGB color model

#9A7B9E color RGB value is (154,123,158).

RGB: (154,123,158) (60%, 48%, 62%)

RGB channels and saturation

R 154 of 255 = 60%
G 123 of 255 = 48%
B 158 of 255 = 62%

154
123
158

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

Portions of RGB colors in percentages

R + G + B = 154 + 123 + 158 = 435 (100%)
R 154 of 435 ~ 35.4%
G 123 of 435 ~ 28.28%
B 158 of 435 ~ 36.32'%

%35.4
%28.28
%36.32

CMYK color model

#9A7B9E color CMYK value is (3,22,0,38).

  • cyan value is 2.53%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (3,22,0,38)
C3M22Y0K38 (3%, 22%, 0%, 38%)
(0.03 / 0.22 / 0.00 / 0.38)

CMYK percentages

%2.53
%22.15
%0
%38.04

Codes

Color #9A7B9E in popluar color models

9A 7B 9E
RGB 154 123 158
HSL 293° 15.28% 55.10%
HSB/HSV 293° 22.15% 61.96%
CMYK 2.53% 22.15% 0.00%
38.04%

Color #9A7B9E in popluar number systems.

HEX 9A 7B 9E
Decimal 154 123 158
Binary 10011010 1111011 10011110
Octal 232 173 236

Shades and tints

Shades of #9A7B9E

#9A7B9E
(154,123,158)
#8C7090
(140,112,144)
#7E6582
(126,101,130)
#705A74
(112,90,116)
#624F66
(98,79,102)
#544458
(84,68,88)
#46394A
(70,57,74)
#382E3C
(56,46,60)
#2A232E
(42,35,46)
#1C1820
(28,24,32)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #9A7B9E

#9A7B9E
(154,123,158)
#A387A6
(163,135,166)
#AC93AE
(172,147,174)
#B59FB6
(181,159,182)
#BEABBE
(190,171,190)
#C7B7C6
(199,183,198)
#D0C3CE
(208,195,206)
#D9CFD6
(217,207,214)
#E2DBDE
(226,219,222)
#EBE7E6
(235,231,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7B9E color. Also use rgb(154,123,158) instead hex code.

Text Font Color

.myTextColor { color: #9A7B9E; }

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

This text font color is #9A7B9E.

Background Color

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

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

This div background color is #9A7B9E.

Border color

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

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

This div border color is #9A7B9E.

Opacity

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

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

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

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

This text has shadow with #9A7B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7B9E.

Preview

Color preview on black background

This text has color #9A7B9E on black background.


Color preview on white background

This text has color #9A7B9E on white background.


Black color preview on #9A7B9E background

This text has black color on #9A7B9E background.


White color preview on #9A7B9E background

This text has white color on #9A7B9E background.


Related colors

Complementary color

Complementary color for #hex is #658461.


I love getcolorcode.com

Triadic colors

1 #9E9A7B and #7B9E9A with #9A7B9E are triadic colors.

2 #9E7B9A and #7B9A9E with #9A7B9E are triadic colors.