COLOR #9471BA

HEX: #9471BA
RGB: (148,113,186)

Color info

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

RGB color model

#9471BA color RGB value is (148,113,186).

  • red value is 148;
  • green value is 113;
  • blue value is 186.
RGB:
(148,113,186)
(58%,44%,73%)

RGB channels and saturation

R 148 of 255 = 58%
G 113 of 255 = 44%
B 186 of 255 = 73%

148
113
186

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

Portions of RGB colors in percentages

R + G + B =
148 + 113 + 186 = 447 (100%)
R 148 of 447 ~ 33.11%
G 113 of 447 ~ 25.28%
B 186 of 447 ~ 41.61%

%33.11
%25.28
%41.61

CMYK color model

#9471BA color CMYK value is (20,39,0,27).

  • cyan value is 20.43%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,39,0,27)
C20M39Y0K27 
(20%,39%,0%,27%)
(0.20/0.39/0.00/0.27)	

CMYK percentages

%20.43
%39.25
%0
%27.06

Codes

Color #9471BA in popluar color models

9471BA
RGB148113186
HSL269°34.60%58.63%
HSB/HSV269°39.25%72.94%
CMYK20.43%39.25%0.00%
27.06%

Color #9471BA in popluar number systems.

HEX9471BA
Decimal148113186
Binary10010100111000110111010
Octal224161272

Shades and tints

Shades of #9471BA

#9471BA
(148,113,186)
#8767AA
(135,103,170)
#7A5D9A
(122,93,154)
#6D538A
(109,83,138)
#60497A
(96,73,122)
#533F6A
(83,63,106)
#46355A
(70,53,90)
#392B4A
(57,43,74)
#2C213A
(44,33,58)
#1F172A
(31,23,42)
#120D1A
(18,13,26)
#000000
(0,0,0)

Tints of #9471BA

#9471BA
(148,113,186)
#9D7DC0
(157,125,192)
#A689C6
(166,137,198)
#AF95CC
(175,149,204)
#B8A1D2
(184,161,210)
#C1ADD8
(193,173,216)
#CAB9DE
(202,185,222)
#D3C5E4
(211,197,228)
#DCD1EA
(220,209,234)
#E5DDF0
(229,221,240)
#EEE9F6
(238,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9471BA color. Also use rgb(148,113,186) instead hex code.

Text Font Color

.myTextColor { color: #9471BA; }

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

This text font color is #9471BA.


Background Color

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

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

This div background color is #9471BA.


Border color

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

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

This div border color is #9471BA.


Opacity

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

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

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

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

This text has shadow with #9471BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9471BA on black background.


Color preview on white background

This text has color #9471BA on white background.



Black color preview on #9471BA background

This text has black color on #9471BA background.


White color preview on #9471BA background

This text has white color on #9471BA background.