COLOR #9B1FA5

HEX: #9B1FA5
RGB: (155,31,165)

Color info

#9B1FA5 contains mainly red and blue colors. Web safe color of #9B1FA5 is #993399 (or #939).

RGB color model

#9B1FA5 color RGB value is (155,31,165).

  • red value is 155;
  • green value is 31;
  • blue value is 165.
RGB:
(155,31,165)
(61%,12%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 31 of 255 = 12%
B 165 of 255 = 65%

155
31
165

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

Portions of RGB colors in percentages

R + G + B =
155 + 31 + 165 = 351 (100%)
R 155 of 351 ~ 44.16%
G 31 of 351 ~ 8.83%
B 165 of 351 ~ 47.01%

%44.16
%47.01

CMYK color model

#9B1FA5 color CMYK value is (6,81,0,35).

  • cyan value is 6.06%
  • magenta value is 81.21%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(6,81,0,35)
C6M81Y0K35 
(6%,81%,0%,35%)
(0.06/0.81/0.00/0.35)	

CMYK percentages

%6.06
%81.21
%0
%35.29

Codes

Color #9B1FA5 in popluar color models

9B1FA5
RGB15531165
HSL296°68.37%38.43%
HSB/HSV296°81.21%64.71%
CMYK6.06%81.21%0.00%
35.29%

Color #9B1FA5 in popluar number systems.

HEX9B1FA5
Decimal15531165
Binary100110111111110100101
Octal23337245

Shades and tints

Shades of #9B1FA5

#9B1FA5
(155,31,165)
#8D1D96
(141,29,150)
#7F1B87
(127,27,135)
#711978
(113,25,120)
#631769
(99,23,105)
#55155A
(85,21,90)
#47134B
(71,19,75)
#39113C
(57,17,60)
#2B0F2D
(43,15,45)
#1D0D1E
(29,13,30)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #9B1FA5

#9B1FA5
(155,31,165)
#A433AD
(164,51,173)
#AD47B5
(173,71,181)
#B65BBD
(182,91,189)
#BF6FC5
(191,111,197)
#C883CD
(200,131,205)
#D197D5
(209,151,213)
#DAABDD
(218,171,221)
#E3BFE5
(227,191,229)
#ECD3ED
(236,211,237)
#F5E7F5
(245,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B1FA5 color. Also use rgb(155,31,165) instead hex code.

Text Font Color

.myTextColor { color: #9B1FA5; }

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

This text font color is #9B1FA5.


Background Color

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

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

This div background color is #9B1FA5.


Border color

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

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

This div border color is #9B1FA5.


Opacity

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

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

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

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

This text has shadow with #9B1FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B1FA5 on black background.


Color preview on white background

This text has color #9B1FA5 on white background.



Black color preview on #9B1FA5 background

This text has black color on #9B1FA5 background.


White color preview on #9B1FA5 background

This text has white color on #9B1FA5 background.