COLOR #9F70C8

HEX: #9F70C8
RGB: (159,112,200)

Color info

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

RGB color model

#9F70C8 color RGB value is (159,112,200).

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

RGB channels and saturation

R 159 of 255 = 62%
G 112 of 255 = 44%
B 200 of 255 = 78%

159
112
200

R + G + B ~ 61%. #9F70C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 112 + 200 = 471 (100%)
R 159 of 471 ~ 33.76%
G 112 of 471 ~ 23.78%
B 200 of 471 ~ 42.46%

%33.76
%23.78
%42.46

CMYK color model

#9F70C8 color CMYK value is (21,44,0,22).

  • cyan value is 20.50%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(21,44,0,22)
C21M44Y0K22 
(21%,44%,0%,22%)
(0.21/0.44/0.00/0.22)	

CMYK percentages

%20.5
%44
%0
%21.57

Codes

Color #9F70C8 in popluar color models

9F70C8
RGB159112200
HSL272°44.44%61.18%
HSB/HSV272°44.00%78.43%
CMYK20.50%44.00%0.00%
21.57%

Color #9F70C8 in popluar number systems.

HEX9F70C8
Decimal159112200
Binary10011111111000011001000
Octal237160310

Shades and tints

Shades of #9F70C8

#9F70C8
(159,112,200)
#9166B6
(145,102,182)
#835CA4
(131,92,164)
#755292
(117,82,146)
#674880
(103,72,128)
#593E6E
(89,62,110)
#4B345C
(75,52,92)
#3D2A4A
(61,42,74)
#2F2038
(47,32,56)
#211626
(33,22,38)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #9F70C8

#9F70C8
(159,112,200)
#A77DCD
(167,125,205)
#AF8AD2
(175,138,210)
#B797D7
(183,151,215)
#BFA4DC
(191,164,220)
#C7B1E1
(199,177,225)
#CFBEE6
(207,190,230)
#D7CBEB
(215,203,235)
#DFD8F0
(223,216,240)
#E7E5F5
(231,229,245)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F70C8; }

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

This text font color is #9F70C8.


Background Color

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

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

This div background color is #9F70C8.


Border color

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

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

This div border color is #9F70C8.


Opacity

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

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

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

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

This text has shadow with #9F70C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F70C8 on black background.


Color preview on white background

This text has color #9F70C8 on white background.



Black color preview on #9F70C8 background

This text has black color on #9F70C8 background.


White color preview on #9F70C8 background

This text has white color on #9F70C8 background.