COLOR #9A7DAA

HEX: #9A7DAA RGB: (154,125,170)

Color info

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

RGB color model

#9A7DAA color RGB value is (154,125,170).

RGB: (154,125,170) (60%, 49%, 67%)

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 170 of 255 = 67%

154
125
170

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

Portions of RGB colors in percentages

R + G + B = 154 + 125 + 170 = 449 (100%)
R 154 of 449 ~ 34.3%
G 125 of 449 ~ 27.84%
B 170 of 449 ~ 37.86'%

%34.3
%27.84
%37.86

CMYK color model

#9A7DAA color CMYK value is (9,26,0,33).

  • cyan value is 9.41%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (9,26,0,33)
C9M26Y0K33 (9%, 26%, 0%, 33%)
(0.09 / 0.26 / 0.00 / 0.33)

CMYK percentages

%9.41
%26.47
%0
%33.33

Codes

Color #9A7DAA in popluar color models

9A 7D AA
RGB 154 125 170
HSL 279° 20.93% 57.84%
HSB/HSV 279° 26.47% 66.67%
CMYK 9.41% 26.47% 0.00%
33.33%

Color #9A7DAA in popluar number systems.

HEX 9A 7D AA
Decimal 154 125 170
Binary 10011010 1111101 10101010
Octal 232 175 252

Shades and tints

Shades of #9A7DAA

#9A7DAA
(154,125,170)
#8C729B
(140,114,155)
#7E678C
(126,103,140)
#705C7D
(112,92,125)
#62516E
(98,81,110)
#54465F
(84,70,95)
#463B50
(70,59,80)
#383041
(56,48,65)
#2A2532
(42,37,50)
#1C1A23
(28,26,35)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #9A7DAA

#9A7DAA
(154,125,170)
#A388B1
(163,136,177)
#AC93B8
(172,147,184)
#B59EBF
(181,158,191)
#BEA9C6
(190,169,198)
#C7B4CD
(199,180,205)
#D0BFD4
(208,191,212)
#D9CADB
(217,202,219)
#E2D5E2
(226,213,226)
#EBE0E9
(235,224,233)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7DAA color. Also use rgb(154,125,170) instead hex code.

Text Font Color

.myTextColor { color: #9A7DAA; }

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

This text font color is #9A7DAA.

Background Color

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

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

This div background color is #9A7DAA.

Border color

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

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

This div border color is #9A7DAA.

Opacity

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

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

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

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

This text has shadow with #9A7DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7DAA.

Preview

Color preview on black background

This text has color #9A7DAA on black background.


Color preview on white background

This text has color #9A7DAA on white background.


Black color preview on #9A7DAA background

This text has black color on #9A7DAA background.


White color preview on #9A7DAA background

This text has white color on #9A7DAA background.


Related colors

Complementary color

Complementary color for #hex is #658255.


I love getcolorcode.com

Triadic colors

1 #AA9A7D and #7DAA9A with #9A7DAA are triadic colors.

2 #AA7D9A and #7D9AAA with #9A7DAA are triadic colors.