COLOR #9672BA

HEX: #9672BA
RGB: (150,114,186)

Color info

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

RGB color model

#9672BA color RGB value is (150,114,186).

  • red value is 150;
  • green value is 114;
  • blue value is 186.
RGB:
(150,114,186)
(59%,45%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 186 of 255 = 73%

150
114
186

R + G + B ~ 59%. #9672BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 186 = 450 (100%)
R 150 of 450 ~ 33.33%
G 114 of 450 ~ 25.33%
B 186 of 450 ~ 41.33%

%33.33
%25.33
%41.33

CMYK color model

#9672BA color CMYK value is (19,39,0,27).

  • cyan value is 19.35%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,39,0,27)
C19M39Y0K27 
(19%,39%,0%,27%)
(0.19/0.39/0.00/0.27)	

CMYK percentages

%19.35
%38.71
%0
%27.06

Codes

Color #9672BA in popluar color models

9672BA
RGB150114186
HSL270°34.29%58.82%
HSB/HSV270°38.71%72.94%
CMYK19.35%38.71%0.00%
27.06%

Color #9672BA in popluar number systems.

HEX9672BA
Decimal150114186
Binary10010110111001010111010
Octal226162272

Shades and tints

Shades of #9672BA

#9672BA
(150,114,186)
#8968AA
(137,104,170)
#7C5E9A
(124,94,154)
#6F548A
(111,84,138)
#624A7A
(98,74,122)
#55406A
(85,64,106)
#48365A
(72,54,90)
#3B2C4A
(59,44,74)
#2E223A
(46,34,58)
#21182A
(33,24,42)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #9672BA

#9672BA
(150,114,186)
#9F7EC0
(159,126,192)
#A88AC6
(168,138,198)
#B196CC
(177,150,204)
#BAA2D2
(186,162,210)
#C3AED8
(195,174,216)
#CCBADE
(204,186,222)
#D5C6E4
(213,198,228)
#DED2EA
(222,210,234)
#E7DEF0
(231,222,240)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9672BA color. Also use rgb(150,114,186) instead hex code.

Text Font Color

.myTextColor { color: #9672BA; }

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

This text font color is #9672BA.


Background Color

.myBgColor { background-color: #9672BA; }

<div style="background-color:#9672BA">Inner text</div>

This div background color is #9672BA.


Border color

.myBorderColor { border: 1px solid #9672BA; }

<div style="border:3px solid #9672BA">Div</div>

This div border color is #9672BA.


Opacity

.myOpacity80 { color: #9672BA; opacity: 0.8; }

<p style="color:#9672BA;opacity:0.8;">80%</p>

Text with #9672BA 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 #9672BA;}

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

This text has shadow with #9672BA color.

.textShadow {text-shadow: 3px 3px 1px #9672BA, 3px 3px 1px red;}

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

This text has shadow with #9672BA primary color and red secondary color.


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

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

This text has shadow with #9672BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9672BA on black background.


Color preview on white background

This text has color #9672BA on white background.



Black color preview on #9672BA background

This text has black color on #9672BA background.


White color preview on #9672BA background

This text has white color on #9672BA background.