COLOR #9A6D7D

HEX: #9A6D7D RGB: (154,109,125)

Color info

#9A6D7D contains red, green and blue colors in about the same proportion. Web safe color of #9A6D7D is #996666 (or #966).

RGB color model

#9A6D7D color RGB value is (154,109,125).

RGB: (154,109,125) (60%, 43%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 125 of 255 = 49%

154
109
125

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

Portions of RGB colors in percentages

R + G + B = 154 + 109 + 125 = 388 (100%)
R 154 of 388 ~ 39.69%
G 109 of 388 ~ 28.09%
B 125 of 388 ~ 32.22'%

%39.69
%28.09
%32.22

CMYK color model

#9A6D7D color CMYK value is (0,29,19,40).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 18.83%
  • key color value is 39.61%

CMYK: (0,29,19,40)
C0M29Y19K40 (0%, 29%, 19%, 40%)
(0.00 / 0.29 / 0.19 / 0.40)

CMYK percentages

%0
%29.22
%18.83
%39.61

Codes

Color #9A6D7D in popluar color models

9A 6D 7D
RGB 154 109 125
HSL 339° 18.22% 51.57%
HSB/HSV 339° 29.22% 60.39%
CMYK 0.00% 29.22% 18.83%
39.61%

Color #9A6D7D in popluar number systems.

HEX 9A 6D 7D
Decimal 154 109 125
Binary 10011010 1101101 1111101
Octal 232 155 175

Shades and tints

Shades of #9A6D7D

#9A6D7D
(154,109,125)
#8C6472
(140,100,114)
#7E5B67
(126,91,103)
#70525C
(112,82,92)
#624951
(98,73,81)
#544046
(84,64,70)
#46373B
(70,55,59)
#382E30
(56,46,48)
#2A2525
(42,37,37)
#1C1C1A
(28,28,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #9A6D7D

#9A6D7D
(154,109,125)
#A37A88
(163,122,136)
#AC8793
(172,135,147)
#B5949E
(181,148,158)
#BEA1A9
(190,161,169)
#C7AEB4
(199,174,180)
#D0BBBF
(208,187,191)
#D9C8CA
(217,200,202)
#E2D5D5
(226,213,213)
#EBE2E0
(235,226,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D7D; }

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

This text font color is #9A6D7D.

Background Color

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

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

This div background color is #9A6D7D.

Border color

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

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

This div border color is #9A6D7D.

Opacity

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

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

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

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

This text has shadow with #9A6D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6D7D.

Preview

Color preview on black background

This text has color #9A6D7D on black background.


Color preview on white background

This text has color #9A6D7D on white background.


Black color preview on #9A6D7D background

This text has black color on #9A6D7D background.


White color preview on #9A6D7D background

This text has white color on #9A6D7D background.


Related colors

Complementary color

Complementary color for #hex is #659282.


I love getcolorcode.com

Triadic colors

1 #7D9A6D and #6D7D9A with #9A6D7D are triadic colors.

2 #7D6D9A and #6D9A7D with #9A6D7D are triadic colors.