COLOR #9A6987

HEX: #9A6987 RGB: (154,105,135)

Color info

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

RGB color model

#9A6987 color RGB value is (154,105,135).

RGB: (154,105,135) (60%, 41%, 53%)

RGB channels and saturation

R 154 of 255 = 60%
G 105 of 255 = 41%
B 135 of 255 = 53%

154
105
135

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

Portions of RGB colors in percentages

R + G + B = 154 + 105 + 135 = 394 (100%)
R 154 of 394 ~ 39.09%
G 105 of 394 ~ 26.65%
B 135 of 394 ~ 34.26'%

%39.09
%26.65
%34.26

CMYK color model

#9A6987 color CMYK value is (0,32,12,40).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 12.34%
  • key color value is 39.61%

CMYK: (0,32,12,40)
C0M32Y12K40 (0%, 32%, 12%, 40%)
(0.00 / 0.32 / 0.12 / 0.40)

CMYK percentages

%0
%31.82
%12.34
%39.61

Codes

Color #9A6987 in popluar color models

9A 69 87
RGB 154 105 135
HSL 323° 19.52% 50.78%
HSB/HSV 323° 31.82% 60.39%
CMYK 0.00% 31.82% 12.34%
39.61%

Color #9A6987 in popluar number systems.

HEX 9A 69 87
Decimal 154 105 135
Binary 10011010 1101001 10000111
Octal 232 151 207

Shades and tints

Shades of #9A6987

#9A6987
(154,105,135)
#8C607B
(140,96,123)
#7E576F
(126,87,111)
#704E63
(112,78,99)
#624557
(98,69,87)
#543C4B
(84,60,75)
#46333F
(70,51,63)
#382A33
(56,42,51)
#2A2127
(42,33,39)
#1C181B
(28,24,27)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #9A6987

#9A6987
(154,105,135)
#A37691
(163,118,145)
#AC839B
(172,131,155)
#B590A5
(181,144,165)
#BE9DAF
(190,157,175)
#C7AAB9
(199,170,185)
#D0B7C3
(208,183,195)
#D9C4CD
(217,196,205)
#E2D1D7
(226,209,215)
#EBDEE1
(235,222,225)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6987 color. Also use rgb(154,105,135) instead hex code.

Text Font Color

.myTextColor { color: #9A6987; }

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

This text font color is #9A6987.

Background Color

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

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

This div background color is #9A6987.

Border color

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

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

This div border color is #9A6987.

Opacity

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

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

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

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

This text has shadow with #9A6987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6987.

Preview

Color preview on black background

This text has color #9A6987 on black background.


Color preview on white background

This text has color #9A6987 on white background.


Black color preview on #9A6987 background

This text has black color on #9A6987 background.


White color preview on #9A6987 background

This text has white color on #9A6987 background.


Related colors

Complementary color

Complementary color for #hex is #659678.


I love getcolorcode.com

Triadic colors

1 #879A69 and #69879A with #9A6987 are triadic colors.

2 #87699A and #699A87 with #9A6987 are triadic colors.