COLOR #9A6D8F

HEX: #9A6D8F
RGB: (154,109,143)

Color info

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

RGB color model

#9A6D8F color RGB value is (154,109,143).

  • red value is 154;
  • green value is 109;
  • blue value is 143.
RGB:
(154,109,143)
(60%,43%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 143 of 255 = 56%

154
109
143

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 143 = 406 (100%)
R 154 of 406 ~ 37.93%
G 109 of 406 ~ 26.85%
B 143 of 406 ~ 35.22%

%37.93
%26.85
%35.22

CMYK color model

#9A6D8F color CMYK value is (0,29,7,40).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 7.14%
  • key color value is 39.61%
CMYK:
(0,29,7,40)
C0M29Y7K40 
(0%,29%,7%,40%)
(0.00/0.29/0.07/0.40)	

CMYK percentages

%0
%29.22
%7.14
%39.61

Codes

Color #9A6D8F in popluar color models

9A6D8F
RGB154109143
HSL315°18.22%51.57%
HSB/HSV315°29.22%60.39%
CMYK0.00%29.22%7.14%
39.61%

Color #9A6D8F in popluar number systems.

HEX9A6D8F
Decimal154109143
Binary10011010110110110001111
Octal232155217

Shades and tints

Shades of #9A6D8F

#9A6D8F
(154,109,143)
#8C6482
(140,100,130)
#7E5B75
(126,91,117)
#705268
(112,82,104)
#62495B
(98,73,91)
#54404E
(84,64,78)
#463741
(70,55,65)
#382E34
(56,46,52)
#2A2527
(42,37,39)
#1C1C1A
(28,28,26)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #9A6D8F

#9A6D8F
(154,109,143)
#A37A99
(163,122,153)
#AC87A3
(172,135,163)
#B594AD
(181,148,173)
#BEA1B7
(190,161,183)
#C7AEC1
(199,174,193)
#D0BBCB
(208,187,203)
#D9C8D5
(217,200,213)
#E2D5DF
(226,213,223)
#EBE2E9
(235,226,233)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D8F; }

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

This text font color is #9A6D8F.


Background Color

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

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

This div background color is #9A6D8F.


Border color

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

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

This div border color is #9A6D8F.


Opacity

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

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

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

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

This text has shadow with #9A6D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6D8F on black background.


Color preview on white background

This text has color #9A6D8F on white background.



Black color preview on #9A6D8F background

This text has black color on #9A6D8F background.


White color preview on #9A6D8F background

This text has white color on #9A6D8F background.