COLOR #9A6D8A

HEX: #9A6D8A RGB: (154,109,138)

Color info

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

RGB color model

#9A6D8A color RGB value is (154,109,138).

RGB: (154,109,138) (60%, 43%, 54%)

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 138 of 255 = 54%

154
109
138

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

Portions of RGB colors in percentages

R + G + B = 154 + 109 + 138 = 401 (100%)
R 154 of 401 ~ 38.4%
G 109 of 401 ~ 27.18%
B 138 of 401 ~ 34.41'%

%38.4
%27.18
%34.41

CMYK color model

#9A6D8A color CMYK value is (0,29,10,40).

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

CMYK: (0,29,10,40)
C0M29Y10K40 (0%, 29%, 10%, 40%)
(0.00 / 0.29 / 0.10 / 0.40)

CMYK percentages

%0
%29.22
%10.39
%39.61

Codes

Color #9A6D8A in popluar color models

9A 6D 8A
RGB 154 109 138
HSL 321° 18.22% 51.57%
HSB/HSV 321° 29.22% 60.39%
CMYK 0.00% 29.22% 10.39%
39.61%

Color #9A6D8A in popluar number systems.

HEX 9A 6D 8A
Decimal 154 109 138
Binary 10011010 1101101 10001010
Octal 232 155 212

Shades and tints

Shades of #9A6D8A

#9A6D8A
(154,109,138)
#8C647E
(140,100,126)
#7E5B72
(126,91,114)
#705266
(112,82,102)
#62495A
(98,73,90)
#54404E
(84,64,78)
#463742
(70,55,66)
#382E36
(56,46,54)
#2A252A
(42,37,42)
#1C1C1E
(28,28,30)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #9A6D8A

#9A6D8A
(154,109,138)
#A37A94
(163,122,148)
#AC879E
(172,135,158)
#B594A8
(181,148,168)
#BEA1B2
(190,161,178)
#C7AEBC
(199,174,188)
#D0BBC6
(208,187,198)
#D9C8D0
(217,200,208)
#E2D5DA
(226,213,218)
#EBE2E4
(235,226,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D8A; }

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

This text font color is #9A6D8A.

Background Color

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

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

This div background color is #9A6D8A.

Border color

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

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

This div border color is #9A6D8A.

Opacity

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

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

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

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

This text has shadow with #9A6D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6D8A.

Preview

Color preview on black background

This text has color #9A6D8A on black background.


Color preview on white background

This text has color #9A6D8A on white background.


Black color preview on #9A6D8A background

This text has black color on #9A6D8A background.


White color preview on #9A6D8A background

This text has white color on #9A6D8A background.


Related colors

Complementary color

Complementary color for #hex is #659275.


I love getcolorcode.com

Triadic colors

1 #8A9A6D and #6D8A9A with #9A6D8A are triadic colors.

2 #8A6D9A and #6D9A8A with #9A6D8A are triadic colors.