COLOR #9F5EBF

HEX: #9F5EBF
RGB: (159,94,191)

Color info

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

RGB color model

#9F5EBF color RGB value is (159,94,191).

  • red value is 159;
  • green value is 94;
  • blue value is 191.
RGB:
(159,94,191)
(62%,37%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 94 of 255 = 37%
B 191 of 255 = 75%

159
94
191

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

Portions of RGB colors in percentages

R + G + B =
159 + 94 + 191 = 444 (100%)
R 159 of 444 ~ 35.81%
G 94 of 444 ~ 21.17%
B 191 of 444 ~ 43.02%

%35.81
%21.17
%43.02

CMYK color model

#9F5EBF color CMYK value is (17,51,0,25).

  • cyan value is 16.75%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,51,0,25)
C17M51Y0K25 
(17%,51%,0%,25%)
(0.17/0.51/0.00/0.25)	

CMYK percentages

%16.75
%50.79
%0
%25.1

Codes

Color #9F5EBF in popluar color models

9F5EBF
RGB15994191
HSL280°43.11%55.88%
HSB/HSV280°50.79%74.90%
CMYK16.75%50.79%0.00%
25.10%

Color #9F5EBF in popluar number systems.

HEX9F5EBF
Decimal15994191
Binary10011111101111010111111
Octal237136277

Shades and tints

Shades of #9F5EBF

#9F5EBF
(159,94,191)
#9156AE
(145,86,174)
#834E9D
(131,78,157)
#75468C
(117,70,140)
#673E7B
(103,62,123)
#59366A
(89,54,106)
#4B2E59
(75,46,89)
#3D2648
(61,38,72)
#2F1E37
(47,30,55)
#211626
(33,22,38)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #9F5EBF

#9F5EBF
(159,94,191)
#A76CC4
(167,108,196)
#AF7AC9
(175,122,201)
#B788CE
(183,136,206)
#BF96D3
(191,150,211)
#C7A4D8
(199,164,216)
#CFB2DD
(207,178,221)
#D7C0E2
(215,192,226)
#DFCEE7
(223,206,231)
#E7DCEC
(231,220,236)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5EBF color. Also use rgb(159,94,191) instead hex code.

Text Font Color

.myTextColor { color: #9F5EBF; }

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

This text font color is #9F5EBF.


Background Color

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

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

This div background color is #9F5EBF.


Border color

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

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

This div border color is #9F5EBF.


Opacity

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

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

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

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

This text has shadow with #9F5EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5EBF on black background.


Color preview on white background

This text has color #9F5EBF on white background.



Black color preview on #9F5EBF background

This text has black color on #9F5EBF background.


White color preview on #9F5EBF background

This text has white color on #9F5EBF background.