COLOR #9A5F91

HEX: #9A5F91
RGB: (154,95,145)

Color info

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

RGB color model

#9A5F91 color RGB value is (154,95,145).

  • red value is 154;
  • green value is 95;
  • blue value is 145.
RGB:
(154,95,145)
(60%,37%,57%)

RGB channels and saturation

R 154 of 255 = 60%
G 95 of 255 = 37%
B 145 of 255 = 57%

154
95
145

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

Portions of RGB colors in percentages

R + G + B =
154 + 95 + 145 = 394 (100%)
R 154 of 394 ~ 39.09%
G 95 of 394 ~ 24.11%
B 145 of 394 ~ 36.8%

%39.09
%24.11
%36.8

CMYK color model

#9A5F91 color CMYK value is (0,38,6,40).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 5.84%
  • key color value is 39.61%
CMYK:
(0,38,6,40)
C0M38Y6K40 
(0%,38%,6%,40%)
(0.00/0.38/0.06/0.40)	

CMYK percentages

%0
%38.31
%5.84
%39.61

Codes

Color #9A5F91 in popluar color models

9A5F91
RGB15495145
HSL309°23.69%48.82%
HSB/HSV309°38.31%60.39%
CMYK0.00%38.31%5.84%
39.61%

Color #9A5F91 in popluar number systems.

HEX9A5F91
Decimal15495145
Binary10011010101111110010001
Octal232137221

Shades and tints

Shades of #9A5F91

#9A5F91
(154,95,145)
#8C5784
(140,87,132)
#7E4F77
(126,79,119)
#70476A
(112,71,106)
#623F5D
(98,63,93)
#543750
(84,55,80)
#462F43
(70,47,67)
#382736
(56,39,54)
#2A1F29
(42,31,41)
#1C171C
(28,23,28)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #9A5F91

#9A5F91
(154,95,145)
#A36D9B
(163,109,155)
#AC7BA5
(172,123,165)
#B589AF
(181,137,175)
#BE97B9
(190,151,185)
#C7A5C3
(199,165,195)
#D0B3CD
(208,179,205)
#D9C1D7
(217,193,215)
#E2CFE1
(226,207,225)
#EBDDEB
(235,221,235)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5F91 color. Also use rgb(154,95,145) instead hex code.

Text Font Color

.myTextColor { color: #9A5F91; }

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

This text font color is #9A5F91.


Background Color

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

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

This div background color is #9A5F91.


Border color

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

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

This div border color is #9A5F91.


Opacity

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

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

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

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

This text has shadow with #9A5F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5F91 on black background.


Color preview on white background

This text has color #9A5F91 on white background.



Black color preview on #9A5F91 background

This text has black color on #9A5F91 background.


White color preview on #9A5F91 background

This text has white color on #9A5F91 background.