COLOR #9A5B6E

HEX: #9A5B6E
RGB: (154,91,110)

Color info

#9A5B6E contains mainly red and blue colors. Web safe color of #9A5B6E is #996666 (or #966).

RGB color model

#9A5B6E color RGB value is (154,91,110).

  • red value is 154;
  • green value is 91;
  • blue value is 110.
RGB:
(154,91,110)
(60%,36%,43%)

RGB channels and saturation

R 154 of 255 = 60%
G 91 of 255 = 36%
B 110 of 255 = 43%

154
91
110

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

Portions of RGB colors in percentages

R + G + B =
154 + 91 + 110 = 355 (100%)
R 154 of 355 ~ 43.38%
G 91 of 355 ~ 25.63%
B 110 of 355 ~ 30.99%

%43.38
%25.63
%30.99

CMYK color model

#9A5B6E color CMYK value is (0,41,29,40).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK:
(0,41,29,40)
C0M41Y29K40 
(0%,41%,29%,40%)
(0.00/0.41/0.29/0.40)	

CMYK percentages

%0
%40.91
%28.57
%39.61

Codes

Color #9A5B6E in popluar color models

9A5B6E
RGB15491110
HSL342°25.71%48.04%
HSB/HSV342°40.91%60.39%
CMYK0.00%40.91%28.57%
39.61%

Color #9A5B6E in popluar number systems.

HEX9A5B6E
Decimal15491110
Binary1001101010110111101110
Octal232133156

Shades and tints

Shades of #9A5B6E

#9A5B6E
(154,91,110)
#8C5364
(140,83,100)
#7E4B5A
(126,75,90)
#704350
(112,67,80)
#623B46
(98,59,70)
#54333C
(84,51,60)
#462B32
(70,43,50)
#382328
(56,35,40)
#2A1B1E
(42,27,30)
#1C1314
(28,19,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #9A5B6E

#9A5B6E
(154,91,110)
#A3697B
(163,105,123)
#AC7788
(172,119,136)
#B58595
(181,133,149)
#BE93A2
(190,147,162)
#C7A1AF
(199,161,175)
#D0AFBC
(208,175,188)
#D9BDC9
(217,189,201)
#E2CBD6
(226,203,214)
#EBD9E3
(235,217,227)
#F4E7F0
(244,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5B6E color. Also use rgb(154,91,110) instead hex code.

Text Font Color

.myTextColor { color: #9A5B6E; }

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

This text font color is #9A5B6E.


Background Color

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

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

This div background color is #9A5B6E.


Border color

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

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

This div border color is #9A5B6E.


Opacity

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

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

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

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

This text has shadow with #9A5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5B6E on black background.


Color preview on white background

This text has color #9A5B6E on white background.



Black color preview on #9A5B6E background

This text has black color on #9A5B6E background.


White color preview on #9A5B6E background

This text has white color on #9A5B6E background.