COLOR #9A7588

HEX: #9A7588
RGB: (154,117,136)

Color info

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

RGB color model

#9A7588 color RGB value is (154,117,136).

  • red value is 154;
  • green value is 117;
  • blue value is 136.
RGB:
(154,117,136)
(60%,46%,53%)

RGB channels and saturation

R 154 of 255 = 60%
G 117 of 255 = 46%
B 136 of 255 = 53%

154
117
136

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

Portions of RGB colors in percentages

R + G + B =
154 + 117 + 136 = 407 (100%)
R 154 of 407 ~ 37.84%
G 117 of 407 ~ 28.75%
B 136 of 407 ~ 33.42%

%37.84
%28.75
%33.42

CMYK color model

#9A7588 color CMYK value is (0,24,12,40).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 11.69%
  • key color value is 39.61%
CMYK:
(0,24,12,40)
C0M24Y12K40 
(0%,24%,12%,40%)
(0.00/0.24/0.12/0.40)	

CMYK percentages

%0
%24.03
%11.69
%39.61

Codes

Color #9A7588 in popluar color models

9A7588
RGB154117136
HSL329°15.48%53.14%
HSB/HSV329°24.03%60.39%
CMYK0.00%24.03%11.69%
39.61%

Color #9A7588 in popluar number systems.

HEX9A7588
Decimal154117136
Binary10011010111010110001000
Octal232165210

Shades and tints

Shades of #9A7588

#9A7588
(154,117,136)
#8C6B7C
(140,107,124)
#7E6170
(126,97,112)
#705764
(112,87,100)
#624D58
(98,77,88)
#54434C
(84,67,76)
#463940
(70,57,64)
#382F34
(56,47,52)
#2A2528
(42,37,40)
#1C1B1C
(28,27,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #9A7588

#9A7588
(154,117,136)
#A38192
(163,129,146)
#AC8D9C
(172,141,156)
#B599A6
(181,153,166)
#BEA5B0
(190,165,176)
#C7B1BA
(199,177,186)
#D0BDC4
(208,189,196)
#D9C9CE
(217,201,206)
#E2D5D8
(226,213,216)
#EBE1E2
(235,225,226)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7588 color. Also use rgb(154,117,136) instead hex code.

Text Font Color

.myTextColor { color: #9A7588; }

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

This text font color is #9A7588.


Background Color

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

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

This div background color is #9A7588.


Border color

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

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

This div border color is #9A7588.


Opacity

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

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

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

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

This text has shadow with #9A7588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7588 on black background.


Color preview on white background

This text has color #9A7588 on white background.



Black color preview on #9A7588 background

This text has black color on #9A7588 background.


White color preview on #9A7588 background

This text has white color on #9A7588 background.