COLOR #9F58BA

HEX: #9F58BA
RGB: (159,88,186)

Color info

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

RGB color model

#9F58BA color RGB value is (159,88,186).

  • red value is 159;
  • green value is 88;
  • blue value is 186.
RGB:
(159,88,186)
(62%,35%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 186 of 255 = 73%

159
88
186

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

Portions of RGB colors in percentages

R + G + B =
159 + 88 + 186 = 433 (100%)
R 159 of 433 ~ 36.72%
G 88 of 433 ~ 20.32%
B 186 of 433 ~ 42.96%

%36.72
%20.32
%42.96

CMYK color model

#9F58BA color CMYK value is (15,53,0,27).

  • cyan value is 14.52%
  • magenta value is 52.69%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,53,0,27)
C15M53Y0K27 
(15%,53%,0%,27%)
(0.15/0.53/0.00/0.27)	

CMYK percentages

%14.52
%52.69
%0
%27.06

Codes

Color #9F58BA in popluar color models

9F58BA
RGB15988186
HSL283°41.53%53.73%
HSB/HSV283°52.69%72.94%
CMYK14.52%52.69%0.00%
27.06%

Color #9F58BA in popluar number systems.

HEX9F58BA
Decimal15988186
Binary10011111101100010111010
Octal237130272

Shades and tints

Shades of #9F58BA

#9F58BA
(159,88,186)
#9150AA
(145,80,170)
#83489A
(131,72,154)
#75408A
(117,64,138)
#67387A
(103,56,122)
#59306A
(89,48,106)
#4B285A
(75,40,90)
#3D204A
(61,32,74)
#2F183A
(47,24,58)
#21102A
(33,16,42)
#13081A
(19,8,26)
#000000
(0,0,0)

Tints of #9F58BA

#9F58BA
(159,88,186)
#A767C0
(167,103,192)
#AF76C6
(175,118,198)
#B785CC
(183,133,204)
#BF94D2
(191,148,210)
#C7A3D8
(199,163,216)
#CFB2DE
(207,178,222)
#D7C1E4
(215,193,228)
#DFD0EA
(223,208,234)
#E7DFF0
(231,223,240)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F58BA; }

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

This text font color is #9F58BA.


Background Color

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

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

This div background color is #9F58BA.


Border color

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

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

This div border color is #9F58BA.


Opacity

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

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

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

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

This text has shadow with #9F58BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F58BA on black background.


Color preview on white background

This text has color #9F58BA on white background.



Black color preview on #9F58BA background

This text has black color on #9F58BA background.


White color preview on #9F58BA background

This text has white color on #9F58BA background.