COLOR #9A6797

HEX: #9A6797 RGB: (154,103,151)

Color info

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

RGB color model

#9A6797 color RGB value is (154,103,151).

RGB: (154,103,151) (60%, 40%, 59%)

RGB channels and saturation

R 154 of 255 = 60%
G 103 of 255 = 40%
B 151 of 255 = 59%

154
103
151

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

Portions of RGB colors in percentages

R + G + B = 154 + 103 + 151 = 408 (100%)
R 154 of 408 ~ 37.75%
G 103 of 408 ~ 25.25%
B 151 of 408 ~ 37.01'%

%37.75
%25.25
%37.01

CMYK color model

#9A6797 color CMYK value is (0,33,2,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 1.95%
  • key color value is 39.61%
CMYK: (0,33,2,40) C0M33Y2K40 (0%,33%,2%,40%) (0.00/0.33/0.02/0.40) 

CMYK percentages

%0
%33.12
%1.95
%39.61

Codes

Color #9A6797 in popluar color models

9A 67 97
RGB 154 103 151
HSL 304° 20.16% 50.39%
HSB/HSV 304° 33.12% 60.39%
CMYK 0.00% 33.12% 1.95%
39.61%

Color #9A6797 in popluar number systems.

HEX 9A 67 97
Decimal 154 103 151
Binary 10011010 1100111 10010111
Octal 232 147 227

Shades and tints

Shades of #9A6797

#9A6797
(154,103,151)
#8C5E8A
(140,94,138)
#7E557D
(126,85,125)
#704C70
(112,76,112)
#624363
(98,67,99)
#543A56
(84,58,86)
#463149
(70,49,73)
#38283C
(56,40,60)
#2A1F2F
(42,31,47)
#1C1622
(28,22,34)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #9A6797

#9A6797
(154,103,151)
#A374A0
(163,116,160)
#AC81A9
(172,129,169)
#B58EB2
(181,142,178)
#BE9BBB
(190,155,187)
#C7A8C4
(199,168,196)
#D0B5CD
(208,181,205)
#D9C2D6
(217,194,214)
#E2CFDF
(226,207,223)
#EBDCE8
(235,220,232)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6797 color. Also use rgb(154,103,151) instead hex code.

Text Font Color

.myTextColor { color: #9A6797; }

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

This text font color is #9A6797.

Background Color

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

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

This div background color is #9A6797.

Border color

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

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

This div border color is #9A6797.

Opacity

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

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

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

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

This text has shadow with #9A6797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6797.

Preview

Color preview on black background

This text has color #9A6797 on black background.


Color preview on white background

This text has color #9A6797 on white background.


Black color preview on #9A6797 background

This text has black color on #9A6797 background.


White color preview on #9A6797 background

This text has white color on #9A6797 background.


Related colors

Complementary color

Complementary color for #hex is #659868.


I love getcolorcode.com

Triadic colors

1 #979A67 and #67979A with #9A6797 are triadic colors.

2 #97679A and #679A97 with #9A6797 are triadic colors.