COLOR #9A5BB1

HEX: #9A5BB1
RGB: (154,91,177)

Color info

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

RGB color model

#9A5BB1 color RGB value is (154,91,177).

  • red value is 154;
  • green value is 91;
  • blue value is 177.
RGB:
(154,91,177)
(60%,36%,69%)

RGB channels and saturation

R 154 of 255 = 60%
G 91 of 255 = 36%
B 177 of 255 = 69%

154
91
177

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

Portions of RGB colors in percentages

R + G + B =
154 + 91 + 177 = 422 (100%)
R 154 of 422 ~ 36.49%
G 91 of 422 ~ 21.56%
B 177 of 422 ~ 41.94%

%36.49
%21.56
%41.94

CMYK color model

#9A5BB1 color CMYK value is (13,49,0,31).

  • cyan value is 12.99%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(13,49,0,31)
C13M49Y0K31 
(13%,49%,0%,31%)
(0.13/0.49/0.00/0.31)	

CMYK percentages

%12.99
%48.59
%0
%30.59

Codes

Color #9A5BB1 in popluar color models

9A5BB1
RGB15491177
HSL284°35.54%52.55%
HSB/HSV284°48.59%69.41%
CMYK12.99%48.59%0.00%
30.59%

Color #9A5BB1 in popluar number systems.

HEX9A5BB1
Decimal15491177
Binary10011010101101110110001
Octal232133261

Shades and tints

Shades of #9A5BB1

#9A5BB1
(154,91,177)
#8C53A1
(140,83,161)
#7E4B91
(126,75,145)
#704381
(112,67,129)
#623B71
(98,59,113)
#543361
(84,51,97)
#462B51
(70,43,81)
#382341
(56,35,65)
#2A1B31
(42,27,49)
#1C1321
(28,19,33)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #9A5BB1

#9A5BB1
(154,91,177)
#A369B8
(163,105,184)
#AC77BF
(172,119,191)
#B585C6
(181,133,198)
#BE93CD
(190,147,205)
#C7A1D4
(199,161,212)
#D0AFDB
(208,175,219)
#D9BDE2
(217,189,226)
#E2CBE9
(226,203,233)
#EBD9F0
(235,217,240)
#F4E7F7
(244,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5BB1 color. Also use rgb(154,91,177) instead hex code.

Text Font Color

.myTextColor { color: #9A5BB1; }

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

This text font color is #9A5BB1.


Background Color

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

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

This div background color is #9A5BB1.


Border color

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

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

This div border color is #9A5BB1.


Opacity

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

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

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

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

This text has shadow with #9A5BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5BB1 on black background.


Color preview on white background

This text has color #9A5BB1 on white background.



Black color preview on #9A5BB1 background

This text has black color on #9A5BB1 background.


White color preview on #9A5BB1 background

This text has white color on #9A5BB1 background.