COLOR #9471DC

HEX: #9471DC
RGB: (148,113,220)

Color info

#9471DC contains mainly blue color. Web safe color of #9471DC is #9966CC (or #96C).

RGB color model

#9471DC color RGB value is (148,113,220).

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

RGB channels and saturation

R 148 of 255 = 58%
G 113 of 255 = 44%
B 220 of 255 = 86%

148
113
220

R + G + B ~ 63%. #9471DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 113 + 220 = 481 (100%)
R 148 of 481 ~ 30.77%
G 113 of 481 ~ 23.49%
B 220 of 481 ~ 45.74%

%30.77
%23.49
%45.74

CMYK color model

#9471DC color CMYK value is (33,49,0,14).

  • cyan value is 32.73%
  • magenta value is 48.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(33,49,0,14)
C33M49Y0K14 
(33%,49%,0%,14%)
(0.33/0.49/0.00/0.14)	

CMYK percentages

%32.73
%48.64
%0
%13.73

Codes

Color #9471DC in popluar color models

9471DC
RGB148113220
HSL260°60.45%65.29%
HSB/HSV260°48.64%86.27%
CMYK32.73%48.64%0.00%
13.73%

Color #9471DC in popluar number systems.

HEX9471DC
Decimal148113220
Binary10010100111000111011100
Octal224161334

Shades and tints

Shades of #9471DC

#9471DC
(148,113,220)
#8767C8
(135,103,200)
#7A5DB4
(122,93,180)
#6D53A0
(109,83,160)
#60498C
(96,73,140)
#533F78
(83,63,120)
#463564
(70,53,100)
#392B50
(57,43,80)
#2C213C
(44,33,60)
#1F1728
(31,23,40)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #9471DC

#9471DC
(148,113,220)
#9D7DDF
(157,125,223)
#A689E2
(166,137,226)
#AF95E5
(175,149,229)
#B8A1E8
(184,161,232)
#C1ADEB
(193,173,235)
#CAB9EE
(202,185,238)
#D3C5F1
(211,197,241)
#DCD1F4
(220,209,244)
#E5DDF7
(229,221,247)
#EEE9FA
(238,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9471DC; }

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

This text font color is #9471DC.


Background Color

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

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

This div background color is #9471DC.


Border color

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

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

This div border color is #9471DC.


Opacity

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

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

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

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

This text has shadow with #9471DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9471DC on black background.


Color preview on white background

This text has color #9471DC on white background.



Black color preview on #9471DC background

This text has black color on #9471DC background.


White color preview on #9471DC background

This text has white color on #9471DC background.