COLOR #9A5A7A

HEX: #9A5A7A
RGB: (154,90,122)

Color info

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

RGB color model

#9A5A7A color RGB value is (154,90,122).

  • red value is 154;
  • green value is 90;
  • blue value is 122.
RGB:
(154,90,122)
(60%,35%,48%)

RGB channels and saturation

R 154 of 255 = 60%
G 90 of 255 = 35%
B 122 of 255 = 48%

154
90
122

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

Portions of RGB colors in percentages

R + G + B =
154 + 90 + 122 = 366 (100%)
R 154 of 366 ~ 42.08%
G 90 of 366 ~ 24.59%
B 122 of 366 ~ 33.33%

%42.08
%24.59
%33.33

CMYK color model

#9A5A7A color CMYK value is (0,42,21,40).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(0,42,21,40)
C0M42Y21K40 
(0%,42%,21%,40%)
(0.00/0.42/0.21/0.40)	

CMYK percentages

%0
%41.56
%20.78
%39.61

Codes

Color #9A5A7A in popluar color models

9A5A7A
RGB15490122
HSL330°26.23%47.84%
HSB/HSV330°41.56%60.39%
CMYK0.00%41.56%20.78%
39.61%

Color #9A5A7A in popluar number systems.

HEX9A5A7A
Decimal15490122
Binary1001101010110101111010
Octal232132172

Shades and tints

Shades of #9A5A7A

#9A5A7A
(154,90,122)
#8C526F
(140,82,111)
#7E4A64
(126,74,100)
#704259
(112,66,89)
#623A4E
(98,58,78)
#543243
(84,50,67)
#462A38
(70,42,56)
#38222D
(56,34,45)
#2A1A22
(42,26,34)
#1C1217
(28,18,23)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #9A5A7A

#9A5A7A
(154,90,122)
#A36986
(163,105,134)
#AC7892
(172,120,146)
#B5879E
(181,135,158)
#BE96AA
(190,150,170)
#C7A5B6
(199,165,182)
#D0B4C2
(208,180,194)
#D9C3CE
(217,195,206)
#E2D2DA
(226,210,218)
#EBE1E6
(235,225,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A5A7A; }

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

This text font color is #9A5A7A.


Background Color

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

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

This div background color is #9A5A7A.


Border color

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

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

This div border color is #9A5A7A.


Opacity

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

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

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

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

This text has shadow with #9A5A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5A7A on black background.


Color preview on white background

This text has color #9A5A7A on white background.



Black color preview on #9A5A7A background

This text has black color on #9A5A7A background.


White color preview on #9A5A7A background

This text has white color on #9A5A7A background.