COLOR #9671CE

HEX: #9671CE
RGB: (150,113,206)

Color info

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

RGB color model

#9671CE color RGB value is (150,113,206).

  • red value is 150;
  • green value is 113;
  • blue value is 206.
RGB:
(150,113,206)
(59%,44%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 113 of 255 = 44%
B 206 of 255 = 81%

150
113
206

R + G + B ~ 61%. #9671CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 113 + 206 = 469 (100%)
R 150 of 469 ~ 31.98%
G 113 of 469 ~ 24.09%
B 206 of 469 ~ 43.92%

%31.98
%24.09
%43.92

CMYK color model

#9671CE color CMYK value is (27,45,0,19).

  • cyan value is 27.18%
  • magenta value is 45.15%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,45,0,19)
C27M45Y0K19 
(27%,45%,0%,19%)
(0.27/0.45/0.00/0.19)	

CMYK percentages

%27.18
%45.15
%0
%19.22

Codes

Color #9671CE in popluar color models

9671CE
RGB150113206
HSL264°48.69%62.55%
HSB/HSV264°45.15%80.78%
CMYK27.18%45.15%0.00%
19.22%

Color #9671CE in popluar number systems.

HEX9671CE
Decimal150113206
Binary10010110111000111001110
Octal226161316

Shades and tints

Shades of #9671CE

#9671CE
(150,113,206)
#8967BC
(137,103,188)
#7C5DAA
(124,93,170)
#6F5398
(111,83,152)
#624986
(98,73,134)
#553F74
(85,63,116)
#483562
(72,53,98)
#3B2B50
(59,43,80)
#2E213E
(46,33,62)
#21172C
(33,23,44)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #9671CE

#9671CE
(150,113,206)
#9F7DD2
(159,125,210)
#A889D6
(168,137,214)
#B195DA
(177,149,218)
#BAA1DE
(186,161,222)
#C3ADE2
(195,173,226)
#CCB9E6
(204,185,230)
#D5C5EA
(213,197,234)
#DED1EE
(222,209,238)
#E7DDF2
(231,221,242)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9671CE color. Also use rgb(150,113,206) instead hex code.

Text Font Color

.myTextColor { color: #9671CE; }

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

This text font color is #9671CE.


Background Color

.myBgColor { background-color: #9671CE; }

<div style="background-color:#9671CE">Inner text</div>

This div background color is #9671CE.


Border color

.myBorderColor { border: 1px solid #9671CE; }

<div style="border:3px solid #9671CE">Div</div>

This div border color is #9671CE.


Opacity

.myOpacity80 { color: #9671CE; opacity: 0.8; }

<p style="color:#9671CE;opacity:0.8;">80%</p>

Text with #9671CE 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 #9671CE;}

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

This text has shadow with #9671CE color.

.textShadow {text-shadow: 3px 3px 1px #9671CE, 3px 3px 1px red;}

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

This text has shadow with #9671CE primary color and red secondary color.


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

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

This text has shadow with #9671CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9671CE on black background.


Color preview on white background

This text has color #9671CE on white background.



Black color preview on #9671CE background

This text has black color on #9671CE background.


White color preview on #9671CE background

This text has white color on #9671CE background.