COLOR #9F5BB6

HEX: #9F5BB6
RGB: (159,91,182)

Color info

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

RGB color model

#9F5BB6 color RGB value is (159,91,182).

  • red value is 159;
  • green value is 91;
  • blue value is 182.
RGB:
(159,91,182)
(62%,36%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 182 of 255 = 71%

159
91
182

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 182 = 432 (100%)
R 159 of 432 ~ 36.81%
G 91 of 432 ~ 21.06%
B 182 of 432 ~ 42.13%

%36.81
%21.06
%42.13

CMYK color model

#9F5BB6 color CMYK value is (13,50,0,29).

  • cyan value is 12.64%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(13,50,0,29)
C13M50Y0K29 
(13%,50%,0%,29%)
(0.13/0.50/0.00/0.29)	

CMYK percentages

%12.64
%50
%0
%28.63

Codes

Color #9F5BB6 in popluar color models

9F5BB6
RGB15991182
HSL285°38.40%53.53%
HSB/HSV285°50.00%71.37%
CMYK12.64%50.00%0.00%
28.63%

Color #9F5BB6 in popluar number systems.

HEX9F5BB6
Decimal15991182
Binary10011111101101110110110
Octal237133266

Shades and tints

Shades of #9F5BB6

#9F5BB6
(159,91,182)
#9153A6
(145,83,166)
#834B96
(131,75,150)
#754386
(117,67,134)
#673B76
(103,59,118)
#593366
(89,51,102)
#4B2B56
(75,43,86)
#3D2346
(61,35,70)
#2F1B36
(47,27,54)
#211326
(33,19,38)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #9F5BB6

#9F5BB6
(159,91,182)
#A769BC
(167,105,188)
#AF77C2
(175,119,194)
#B785C8
(183,133,200)
#BF93CE
(191,147,206)
#C7A1D4
(199,161,212)
#CFAFDA
(207,175,218)
#D7BDE0
(215,189,224)
#DFCBE6
(223,203,230)
#E7D9EC
(231,217,236)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5BB6 color. Also use rgb(159,91,182) instead hex code.

Text Font Color

.myTextColor { color: #9F5BB6; }

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

This text font color is #9F5BB6.


Background Color

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

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

This div background color is #9F5BB6.


Border color

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

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

This div border color is #9F5BB6.


Opacity

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

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

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

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

This text has shadow with #9F5BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5BB6 on black background.


Color preview on white background

This text has color #9F5BB6 on white background.



Black color preview on #9F5BB6 background

This text has black color on #9F5BB6 background.


White color preview on #9F5BB6 background

This text has white color on #9F5BB6 background.