COLOR #9B5FC4

HEX: #9B5FC4
RGB: (155,95,196)

Color info

#9B5FC4 contains mainly red and blue colors. Web safe color of #9B5FC4 is #9966CC (or #96C).

RGB color model

#9B5FC4 color RGB value is (155,95,196).

  • red value is 155;
  • green value is 95;
  • blue value is 196.
RGB:
(155,95,196)
(61%,37%,77%)

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 196 of 255 = 77%

155
95
196

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

Portions of RGB colors in percentages

R + G + B =
155 + 95 + 196 = 446 (100%)
R 155 of 446 ~ 34.75%
G 95 of 446 ~ 21.3%
B 196 of 446 ~ 43.95%

%34.75
%21.3
%43.95

CMYK color model

#9B5FC4 color CMYK value is (21,52,0,23).

  • cyan value is 20.92%
  • magenta value is 51.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(21,52,0,23)
C21M52Y0K23 
(21%,52%,0%,23%)
(0.21/0.52/0.00/0.23)	

CMYK percentages

%20.92
%51.53
%0
%23.14

Codes

Color #9B5FC4 in popluar color models

9B5FC4
RGB15595196
HSL276°46.12%57.06%
HSB/HSV276°51.53%76.86%
CMYK20.92%51.53%0.00%
23.14%

Color #9B5FC4 in popluar number systems.

HEX9B5FC4
Decimal15595196
Binary10011011101111111000100
Octal233137304

Shades and tints

Shades of #9B5FC4

#9B5FC4
(155,95,196)
#8D57B3
(141,87,179)
#7F4FA2
(127,79,162)
#714791
(113,71,145)
#633F80
(99,63,128)
#55376F
(85,55,111)
#472F5E
(71,47,94)
#39274D
(57,39,77)
#2B1F3C
(43,31,60)
#1D172B
(29,23,43)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #9B5FC4

#9B5FC4
(155,95,196)
#A46DC9
(164,109,201)
#AD7BCE
(173,123,206)
#B689D3
(182,137,211)
#BF97D8
(191,151,216)
#C8A5DD
(200,165,221)
#D1B3E2
(209,179,226)
#DAC1E7
(218,193,231)
#E3CFEC
(227,207,236)
#ECDDF1
(236,221,241)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5FC4 color. Also use rgb(155,95,196) instead hex code.

Text Font Color

.myTextColor { color: #9B5FC4; }

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

This text font color is #9B5FC4.


Background Color

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

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

This div background color is #9B5FC4.


Border color

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

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

This div border color is #9B5FC4.


Opacity

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

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

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

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

This text has shadow with #9B5FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5FC4 on black background.


Color preview on white background

This text has color #9B5FC4 on white background.



Black color preview on #9B5FC4 background

This text has black color on #9B5FC4 background.


White color preview on #9B5FC4 background

This text has white color on #9B5FC4 background.