COLOR #9F5FBB

HEX: #9F5FBB
RGB: (159,95,187)

Color info

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

RGB color model

#9F5FBB color RGB value is (159,95,187).

  • red value is 159;
  • green value is 95;
  • blue value is 187.
RGB:
(159,95,187)
(62%,37%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 95 of 255 = 37%
B 187 of 255 = 73%

159
95
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 95 + 187 = 441 (100%)
R 159 of 441 ~ 36.05%
G 95 of 441 ~ 21.54%
B 187 of 441 ~ 42.4%

%36.05
%21.54
%42.4

CMYK color model

#9F5FBB color CMYK value is (15,49,0,27).

  • cyan value is 14.97%
  • magenta value is 49.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(15,49,0,27)
C15M49Y0K27 
(15%,49%,0%,27%)
(0.15/0.49/0.00/0.27)	

CMYK percentages

%14.97
%49.2
%0
%26.67

Codes

Color #9F5FBB in popluar color models

9F5FBB
RGB15995187
HSL282°40.35%55.29%
HSB/HSV282°49.20%73.33%
CMYK14.97%49.20%0.00%
26.67%

Color #9F5FBB in popluar number systems.

HEX9F5FBB
Decimal15995187
Binary10011111101111110111011
Octal237137273

Shades and tints

Shades of #9F5FBB

#9F5FBB
(159,95,187)
#9157AA
(145,87,170)
#834F99
(131,79,153)
#754788
(117,71,136)
#673F77
(103,63,119)
#593766
(89,55,102)
#4B2F55
(75,47,85)
#3D2744
(61,39,68)
#2F1F33
(47,31,51)
#211722
(33,23,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #9F5FBB

#9F5FBB
(159,95,187)
#A76DC1
(167,109,193)
#AF7BC7
(175,123,199)
#B789CD
(183,137,205)
#BF97D3
(191,151,211)
#C7A5D9
(199,165,217)
#CFB3DF
(207,179,223)
#D7C1E5
(215,193,229)
#DFCFEB
(223,207,235)
#E7DDF1
(231,221,241)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5FBB color. Also use rgb(159,95,187) instead hex code.

Text Font Color

.myTextColor { color: #9F5FBB; }

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

This text font color is #9F5FBB.


Background Color

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

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

This div background color is #9F5FBB.


Border color

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

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

This div border color is #9F5FBB.


Opacity

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

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

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

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

This text has shadow with #9F5FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5FBB on black background.


Color preview on white background

This text has color #9F5FBB on white background.



Black color preview on #9F5FBB background

This text has black color on #9F5FBB background.


White color preview on #9F5FBB background

This text has white color on #9F5FBB background.