COLOR #9A6689

HEX: #9A6689
RGB: (154,102,137)

Color info

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

RGB color model

#9A6689 color RGB value is (154,102,137).

  • red value is 154;
  • green value is 102;
  • blue value is 137.
RGB:
(154,102,137)
(60%,40%,54%)

RGB channels and saturation

R 154 of 255 = 60%
G 102 of 255 = 40%
B 137 of 255 = 54%

154
102
137

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

Portions of RGB colors in percentages

R + G + B =
154 + 102 + 137 = 393 (100%)
R 154 of 393 ~ 39.19%
G 102 of 393 ~ 25.95%
B 137 of 393 ~ 34.86%

%39.19
%25.95
%34.86

CMYK color model

#9A6689 color CMYK value is (0,34,11,40).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 11.04%
  • key color value is 39.61%
CMYK:
(0,34,11,40)
C0M34Y11K40 
(0%,34%,11%,40%)
(0.00/0.34/0.11/0.40)	

CMYK percentages

%0
%33.77
%11.04
%39.61

Codes

Color #9A6689 in popluar color models

9A6689
RGB154102137
HSL320°20.47%50.20%
HSB/HSV320°33.77%60.39%
CMYK0.00%33.77%11.04%
39.61%

Color #9A6689 in popluar number systems.

HEX9A6689
Decimal154102137
Binary10011010110011010001001
Octal232146211

Shades and tints

Shades of #9A6689

#9A6689
(154,102,137)
#8C5D7D
(140,93,125)
#7E5471
(126,84,113)
#704B65
(112,75,101)
#624259
(98,66,89)
#54394D
(84,57,77)
#463041
(70,48,65)
#382735
(56,39,53)
#2A1E29
(42,30,41)
#1C151D
(28,21,29)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #9A6689

#9A6689
(154,102,137)
#A37393
(163,115,147)
#AC809D
(172,128,157)
#B58DA7
(181,141,167)
#BE9AB1
(190,154,177)
#C7A7BB
(199,167,187)
#D0B4C5
(208,180,197)
#D9C1CF
(217,193,207)
#E2CED9
(226,206,217)
#EBDBE3
(235,219,227)
#F4E8ED
(244,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6689 color. Also use rgb(154,102,137) instead hex code.

Text Font Color

.myTextColor { color: #9A6689; }

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

This text font color is #9A6689.


Background Color

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

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

This div background color is #9A6689.


Border color

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

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

This div border color is #9A6689.


Opacity

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

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

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

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

This text has shadow with #9A6689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6689 on black background.


Color preview on white background

This text has color #9A6689 on white background.



Black color preview on #9A6689 background

This text has black color on #9A6689 background.


White color preview on #9A6689 background

This text has white color on #9A6689 background.