COLOR #9F70BA

HEX: #9F70BA
RGB: (159,112,186)

Color info

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

RGB color model

#9F70BA color RGB value is (159,112,186).

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

RGB channels and saturation

R 159 of 255 = 62%
G 112 of 255 = 44%
B 186 of 255 = 73%

159
112
186

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

Portions of RGB colors in percentages

R + G + B =
159 + 112 + 186 = 457 (100%)
R 159 of 457 ~ 34.79%
G 112 of 457 ~ 24.51%
B 186 of 457 ~ 40.7%

%34.79
%24.51
%40.7

CMYK color model

#9F70BA color CMYK value is (15,40,0,27).

  • cyan value is 14.52%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,40,0,27)
C15M40Y0K27 
(15%,40%,0%,27%)
(0.15/0.40/0.00/0.27)	

CMYK percentages

%14.52
%39.78
%0
%27.06

Codes

Color #9F70BA in popluar color models

9F70BA
RGB159112186
HSL278°34.91%58.43%
HSB/HSV278°39.78%72.94%
CMYK14.52%39.78%0.00%
27.06%

Color #9F70BA in popluar number systems.

HEX9F70BA
Decimal159112186
Binary10011111111000010111010
Octal237160272

Shades and tints

Shades of #9F70BA

#9F70BA
(159,112,186)
#9166AA
(145,102,170)
#835C9A
(131,92,154)
#75528A
(117,82,138)
#67487A
(103,72,122)
#593E6A
(89,62,106)
#4B345A
(75,52,90)
#3D2A4A
(61,42,74)
#2F203A
(47,32,58)
#21162A
(33,22,42)
#130C1A
(19,12,26)
#000000
(0,0,0)

Tints of #9F70BA

#9F70BA
(159,112,186)
#A77DC0
(167,125,192)
#AF8AC6
(175,138,198)
#B797CC
(183,151,204)
#BFA4D2
(191,164,210)
#C7B1D8
(199,177,216)
#CFBEDE
(207,190,222)
#D7CBE4
(215,203,228)
#DFD8EA
(223,216,234)
#E7E5F0
(231,229,240)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F70BA; }

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

This text font color is #9F70BA.


Background Color

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

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

This div background color is #9F70BA.


Border color

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

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

This div border color is #9F70BA.


Opacity

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

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

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

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

This text has shadow with #9F70BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F70BA on black background.


Color preview on white background

This text has color #9F70BA on white background.



Black color preview on #9F70BA background

This text has black color on #9F70BA background.


White color preview on #9F70BA background

This text has white color on #9F70BA background.