COLOR #9A5A6D

HEX: #9A5A6D RGB: (154,90,109)

Color info

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

RGB color model

#9A5A6D color RGB value is (154,90,109).

RGB: (154,90,109) (60%, 35%, 43%)

RGB channels and saturation

R 154 of 255 = 60%
G 90 of 255 = 35%
B 109 of 255 = 43%

154
90
109

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

Portions of RGB colors in percentages

R + G + B = 154 + 90 + 109 = 353 (100%)
R 154 of 353 ~ 43.63%
G 90 of 353 ~ 25.5%
B 109 of 353 ~ 30.88'%

%43.63
%25.5
%30.88

CMYK color model

#9A5A6D color CMYK value is (0,42,29,40).

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

CMYK: (0,42,29,40)
C0M42Y29K40 (0%, 42%, 29%, 40%)
(0.00 / 0.42 / 0.29 / 0.40)

CMYK percentages

%0
%41.56
%29.22
%39.61

Codes

Color #9A5A6D in popluar color models

9A 5A 6D
RGB 154 90 109
HSL 342° 26.23% 47.84%
HSB/HSV 342° 41.56% 60.39%
CMYK 0.00% 41.56% 29.22%
39.61%

Color #9A5A6D in popluar number systems.

HEX 9A 5A 6D
Decimal 154 90 109
Binary 10011010 1011010 1101101
Octal 232 132 155

Shades and tints

Shades of #9A5A6D

#9A5A6D
(154,90,109)
#8C5264
(140,82,100)
#7E4A5B
(126,74,91)
#704252
(112,66,82)
#623A49
(98,58,73)
#543240
(84,50,64)
#462A37
(70,42,55)
#38222E
(56,34,46)
#2A1A25
(42,26,37)
#1C121C
(28,18,28)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #9A5A6D

#9A5A6D
(154,90,109)
#A3697A
(163,105,122)
#AC7887
(172,120,135)
#B58794
(181,135,148)
#BE96A1
(190,150,161)
#C7A5AE
(199,165,174)
#D0B4BB
(208,180,187)
#D9C3C8
(217,195,200)
#E2D2D5
(226,210,213)
#EBE1E2
(235,225,226)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A5A6D; }

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

This text font color is #9A5A6D.

Background Color

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

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

This div background color is #9A5A6D.

Border color

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

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

This div border color is #9A5A6D.

Opacity

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

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

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

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

This text has shadow with #9A5A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A5A6D.

Preview

Color preview on black background

This text has color #9A5A6D on black background.


Color preview on white background

This text has color #9A5A6D on white background.


Black color preview on #9A5A6D background

This text has black color on #9A5A6D background.


White color preview on #9A5A6D background

This text has white color on #9A5A6D background.


Related colors

Complementary color

Complementary color for #hex is #65A592.


I love getcolorcode.com

Triadic colors

1 #6D9A5A and #5A6D9A with #9A5A6D are triadic colors.

2 #6D5A9A and #5A9A6D with #9A5A6D are triadic colors.