COLOR #9A7CA6

HEX: #9A7CA6 RGB: (154,124,166)

Color info

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

RGB color model

#9A7CA6 color RGB value is (154,124,166).

RGB: (154,124,166) (60%, 49%, 65%)

RGB channels and saturation

R 154 of 255 = 60%
G 124 of 255 = 49%
B 166 of 255 = 65%

154
124
166

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

Portions of RGB colors in percentages

R + G + B = 154 + 124 + 166 = 444 (100%)
R 154 of 444 ~ 34.68%
G 124 of 444 ~ 27.93%
B 166 of 444 ~ 37.39'%

%34.68
%27.93
%37.39

CMYK color model

#9A7CA6 color CMYK value is (7,25,0,35).

  • cyan value is 7.23%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (7,25,0,35)
C7M25Y0K35 (7%, 25%, 0%, 35%)
(0.07 / 0.25 / 0.00 / 0.35)

CMYK percentages

%7.23
%25.3
%0
%34.9

Codes

Color #9A7CA6 in popluar color models

9A 7C A6
RGB 154 124 166
HSL 283° 19.09% 56.86%
HSB/HSV 283° 25.30% 65.10%
CMYK 7.23% 25.30% 0.00%
34.90%

Color #9A7CA6 in popluar number systems.

HEX 9A 7C A6
Decimal 154 124 166
Binary 10011010 1111100 10100110
Octal 232 174 246

Shades and tints

Shades of #9A7CA6

#9A7CA6
(154,124,166)
#8C7197
(140,113,151)
#7E6688
(126,102,136)
#705B79
(112,91,121)
#62506A
(98,80,106)
#54455B
(84,69,91)
#463A4C
(70,58,76)
#382F3D
(56,47,61)
#2A242E
(42,36,46)
#1C191F
(28,25,31)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #9A7CA6

#9A7CA6
(154,124,166)
#A387AE
(163,135,174)
#AC92B6
(172,146,182)
#B59DBE
(181,157,190)
#BEA8C6
(190,168,198)
#C7B3CE
(199,179,206)
#D0BED6
(208,190,214)
#D9C9DE
(217,201,222)
#E2D4E6
(226,212,230)
#EBDFEE
(235,223,238)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7CA6; }

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

This text font color is #9A7CA6.

Background Color

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

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

This div background color is #9A7CA6.

Border color

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

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

This div border color is #9A7CA6.

Opacity

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

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

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

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

This text has shadow with #9A7CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7CA6.

Preview

Color preview on black background

This text has color #9A7CA6 on black background.


Color preview on white background

This text has color #9A7CA6 on white background.


Black color preview on #9A7CA6 background

This text has black color on #9A7CA6 background.


White color preview on #9A7CA6 background

This text has white color on #9A7CA6 background.


Related colors

Complementary color

Complementary color for #hex is #658359.


I love getcolorcode.com

Triadic colors

1 #A69A7C and #7CA69A with #9A7CA6 are triadic colors.

2 #A67C9A and #7C9AA6 with #9A7CA6 are triadic colors.