COLOR #9A6A7C

HEX: #9A6A7C RGB: (154,106,124)

Color info

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

RGB color model

#9A6A7C color RGB value is (154,106,124).

RGB: (154,106,124) (60%, 42%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 106 of 255 = 42%
B 124 of 255 = 49%

154
106
124

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

Portions of RGB colors in percentages

R + G + B = 154 + 106 + 124 = 384 (100%)
R 154 of 384 ~ 40.1%
G 106 of 384 ~ 27.6%
B 124 of 384 ~ 32.29'%

%40.1
%27.6
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 19.48%
  • 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
%31.17
%19.48
%39.61

Codes

Color #9A6A7C in popluar color models

9A 6A 7C
RGB 154 106 124
HSL 338° 19.20% 50.98%
HSB/HSV 338° 31.17% 60.39%
CMYK 0.00% 31.17% 19.48%
39.61%

Color #9A6A7C in popluar number systems.

HEX 9A 6A 7C
Decimal 154 106 124
Binary 10011010 1101010 1111100
Octal 232 152 174

Shades and tints

Shades of #9A6A7C

#9A6A7C
(154,106,124)
#8C6171
(140,97,113)
#7E5866
(126,88,102)
#704F5B
(112,79,91)
#624650
(98,70,80)
#543D45
(84,61,69)
#46343A
(70,52,58)
#382B2F
(56,43,47)
#2A2224
(42,34,36)
#1C1919
(28,25,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #9A6A7C

#9A6A7C
(154,106,124)
#A37787
(163,119,135)
#AC8492
(172,132,146)
#B5919D
(181,145,157)
#BE9EA8
(190,158,168)
#C7ABB3
(199,171,179)
#D0B8BE
(208,184,190)
#D9C5C9
(217,197,201)
#E2D2D4
(226,210,212)
#EBDFDF
(235,223,223)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6A7C color. Also use rgb(154,106,124) instead hex code.

Text Font Color

.myTextColor { color: #9A6A7C; }

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

This text font color is #9A6A7C.

Background Color

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

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

This div background color is #9A6A7C.

Border color

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

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

This div border color is #9A6A7C.

Opacity

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

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

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

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

This text has shadow with #9A6A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6A7C.

Preview

Color preview on black background

This text has color #9A6A7C on black background.


Color preview on white background

This text has color #9A6A7C on white background.


Black color preview on #9A6A7C background

This text has black color on #9A6A7C background.


White color preview on #9A6A7C background

This text has white color on #9A6A7C background.


Related colors

Complementary color

Complementary color for #hex is #659583.


I love getcolorcode.com

Triadic colors

1 #7C9A6A and #6A7C9A with #9A6A7C are triadic colors.

2 #7C6A9A and #6A9A7C with #9A6A7C are triadic colors.