COLOR #9F5FBA

HEX: #9F5FBA RGB: (159,95,186)

Color info

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

RGB color model

#9F5FBA color RGB value is (159,95,186).

RGB: (159,95,186) (62%, 37%, 73%)

RGB channels and saturation

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

159
95
186

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

Portions of RGB colors in percentages

R + G + B = 159 + 95 + 186 = 440 (100%)
R 159 of 440 ~ 36.14%
G 95 of 440 ~ 21.59%
B 186 of 440 ~ 42.27'%

%36.14
%21.59
%42.27

CMYK color model

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

  • cyan value is 14.52%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (15,49,0,27)
C15M49Y0K27 (15%, 49%, 0%, 27%)
(0.15 / 0.49 / 0.00 / 0.27)

CMYK percentages

%14.52
%48.92
%0
%27.06

Codes

Color #9F5FBA in popluar color models

9F 5F BA
RGB 159 95 186
HSL 282° 39.74% 55.10%
HSB/HSV 282° 48.92% 72.94%
CMYK 14.52% 48.92% 0.00%
27.06%

Color #9F5FBA in popluar number systems.

HEX 9F 5F BA
Decimal 159 95 186
Binary 10011111 1011111 10111010
Octal 237 137 272

Shades and tints

Shades of #9F5FBA

#9F5FBA
(159,95,186)
#9157AA
(145,87,170)
#834F9A
(131,79,154)
#75478A
(117,71,138)
#673F7A
(103,63,122)
#59376A
(89,55,106)
#4B2F5A
(75,47,90)
#3D274A
(61,39,74)
#2F1F3A
(47,31,58)
#21172A
(33,23,42)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #9F5FBA

#9F5FBA
(159,95,186)
#A76DC0
(167,109,192)
#AF7BC6
(175,123,198)
#B789CC
(183,137,204)
#BF97D2
(191,151,210)
#C7A5D8
(199,165,216)
#CFB3DE
(207,179,222)
#D7C1E4
(215,193,228)
#DFCFEA
(223,207,234)
#E7DDF0
(231,221,240)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5FBA; }

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

This text font color is #9F5FBA.

Background Color

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

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

This div background color is #9F5FBA.

Border color

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

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

This div border color is #9F5FBA.

Opacity

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

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

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

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

This text has shadow with #9F5FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5FBA.

Preview

Color preview on black background

This text has color #9F5FBA on black background.


Color preview on white background

This text has color #9F5FBA on white background.


Black color preview on #9F5FBA background

This text has black color on #9F5FBA background.


White color preview on #9F5FBA background

This text has white color on #9F5FBA background.


Related colors

Complementary color

Complementary color for #hex is #60A045.


I love getcolorcode.com

Triadic colors

1 #BA9F5F and #5FBA9F with #9F5FBA are triadic colors.

2 #BA5F9F and #5F9FBA with #9F5FBA are triadic colors.