COLOR #9A6B7D

HEX: #9A6B7D RGB: (154,107,125)

Color info

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

RGB color model

#9A6B7D color RGB value is (154,107,125).

RGB: (154,107,125) (60%, 42%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 107 of 255 = 42%
B 125 of 255 = 49%

154
107
125

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

Portions of RGB colors in percentages

R + G + B = 154 + 107 + 125 = 386 (100%)
R 154 of 386 ~ 39.9%
G 107 of 386 ~ 27.72%
B 125 of 386 ~ 32.38'%

%39.9
%27.72
%32.38

CMYK color model

#9A6B7D color CMYK value is (0,31,19,40).

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

CMYK: (0,31,19,40)
C0M31Y19K40 (0%, 31%, 19%, 40%)
(0.00 / 0.31 / 0.19 / 0.40)

CMYK percentages

%0
%30.52
%18.83
%39.61

Codes

Color #9A6B7D in popluar color models

9A 6B 7D
RGB 154 107 125
HSL 337° 18.88% 51.18%
HSB/HSV 337° 30.52% 60.39%
CMYK 0.00% 30.52% 18.83%
39.61%

Color #9A6B7D in popluar number systems.

HEX 9A 6B 7D
Decimal 154 107 125
Binary 10011010 1101011 1111101
Octal 232 153 175

Shades and tints

Shades of #9A6B7D

#9A6B7D
(154,107,125)
#8C6272
(140,98,114)
#7E5967
(126,89,103)
#70505C
(112,80,92)
#624751
(98,71,81)
#543E46
(84,62,70)
#46353B
(70,53,59)
#382C30
(56,44,48)
#2A2325
(42,35,37)
#1C1A1A
(28,26,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #9A6B7D

#9A6B7D
(154,107,125)
#A37888
(163,120,136)
#AC8593
(172,133,147)
#B5929E
(181,146,158)
#BE9FA9
(190,159,169)
#C7ACB4
(199,172,180)
#D0B9BF
(208,185,191)
#D9C6CA
(217,198,202)
#E2D3D5
(226,211,213)
#EBE0E0
(235,224,224)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6B7D; }

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

This text font color is #9A6B7D.

Background Color

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

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

This div background color is #9A6B7D.

Border color

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

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

This div border color is #9A6B7D.

Opacity

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

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

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

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

This text has shadow with #9A6B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6B7D.

Preview

Color preview on black background

This text has color #9A6B7D on black background.


Color preview on white background

This text has color #9A6B7D on white background.


Black color preview on #9A6B7D background

This text has black color on #9A6B7D background.


White color preview on #9A6B7D background

This text has white color on #9A6B7D background.


Related colors

Complementary color

Complementary color for #hex is #659482.


I love getcolorcode.com

Triadic colors

1 #7D9A6B and #6B7D9A with #9A6B7D are triadic colors.

2 #7D6B9A and #6B9A7D with #9A6B7D are triadic colors.