COLOR #9A5884

HEX: #9A5884
RGB: (154,88,132)

Color info

#9A5884 contains mainly red and blue colors. Web safe color of #9A5884 is #996699 (or #969).

RGB color model

#9A5884 color RGB value is (154,88,132).

  • red value is 154;
  • green value is 88;
  • blue value is 132.
RGB:
(154,88,132)
(60%,35%,52%)

RGB channels and saturation

R 154 of 255 = 60%
G 88 of 255 = 35%
B 132 of 255 = 52%

154
88
132

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

Portions of RGB colors in percentages

R + G + B =
154 + 88 + 132 = 374 (100%)
R 154 of 374 ~ 41.18%
G 88 of 374 ~ 23.53%
B 132 of 374 ~ 35.29%

%41.18
%23.53
%35.29

CMYK color model

#9A5884 color CMYK value is (0,43,14,40).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 14.29%
  • key color value is 39.61%
CMYK:
(0,43,14,40)
C0M43Y14K40 
(0%,43%,14%,40%)
(0.00/0.43/0.14/0.40)	

CMYK percentages

%0
%42.86
%14.29
%39.61

Codes

Color #9A5884 in popluar color models

9A5884
RGB15488132
HSL320°27.27%47.45%
HSB/HSV320°42.86%60.39%
CMYK0.00%42.86%14.29%
39.61%

Color #9A5884 in popluar number systems.

HEX9A5884
Decimal15488132
Binary10011010101100010000100
Octal232130204

Shades and tints

Shades of #9A5884

#9A5884
(154,88,132)
#8C5078
(140,80,120)
#7E486C
(126,72,108)
#704060
(112,64,96)
#623854
(98,56,84)
#543048
(84,48,72)
#46283C
(70,40,60)
#382030
(56,32,48)
#2A1824
(42,24,36)
#1C1018
(28,16,24)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #9A5884

#9A5884
(154,88,132)
#A3678F
(163,103,143)
#AC769A
(172,118,154)
#B585A5
(181,133,165)
#BE94B0
(190,148,176)
#C7A3BB
(199,163,187)
#D0B2C6
(208,178,198)
#D9C1D1
(217,193,209)
#E2D0DC
(226,208,220)
#EBDFE7
(235,223,231)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5884 color. Also use rgb(154,88,132) instead hex code.

Text Font Color

.myTextColor { color: #9A5884; }

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

This text font color is #9A5884.


Background Color

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

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

This div background color is #9A5884.


Border color

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

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

This div border color is #9A5884.


Opacity

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

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

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

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

This text has shadow with #9A5884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5884 on black background.


Color preview on white background

This text has color #9A5884 on white background.



Black color preview on #9A5884 background

This text has black color on #9A5884 background.


White color preview on #9A5884 background

This text has white color on #9A5884 background.