COLOR #9478A7

HEX: #9478A7
RGB: (148,120,167)

Color info

#9478A7 contains red, green and blue colors in about the same proportion. Web safe color of #9478A7 is #996699 (or #969).

RGB color model

#9478A7 color RGB value is (148,120,167).

  • red value is 148;
  • green value is 120;
  • blue value is 167.
RGB:
(148,120,167)
(58%,47%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 167 of 255 = 65%

148
120
167

R + G + B ~ 57%. #9478A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 120 + 167 = 435 (100%)
R 148 of 435 ~ 34.02%
G 120 of 435 ~ 27.59%
B 167 of 435 ~ 38.39%

%34.02
%27.59
%38.39

CMYK color model

#9478A7 color CMYK value is (11,28,0,35).

  • cyan value is 11.38%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,28,0,35)
C11M28Y0K35 
(11%,28%,0%,35%)
(0.11/0.28/0.00/0.35)	

CMYK percentages

%11.38
%28.14
%0
%34.51

Codes

Color #9478A7 in popluar color models

9478A7
RGB148120167
HSL276°21.08%56.27%
HSB/HSV276°28.14%65.49%
CMYK11.38%28.14%0.00%
34.51%

Color #9478A7 in popluar number systems.

HEX9478A7
Decimal148120167
Binary10010100111100010100111
Octal224170247

Shades and tints

Shades of #9478A7

#9478A7
(148,120,167)
#876E98
(135,110,152)
#7A6489
(122,100,137)
#6D5A7A
(109,90,122)
#60506B
(96,80,107)
#53465C
(83,70,92)
#463C4D
(70,60,77)
#39323E
(57,50,62)
#2C282F
(44,40,47)
#1F1E20
(31,30,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9478A7

#9478A7
(148,120,167)
#9D84AF
(157,132,175)
#A690B7
(166,144,183)
#AF9CBF
(175,156,191)
#B8A8C7
(184,168,199)
#C1B4CF
(193,180,207)
#CAC0D7
(202,192,215)
#D3CCDF
(211,204,223)
#DCD8E7
(220,216,231)
#E5E4EF
(229,228,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9478A7 color. Also use rgb(148,120,167) instead hex code.

Text Font Color

.myTextColor { color: #9478A7; }

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

This text font color is #9478A7.


Background Color

.myBgColor { background-color: #9478A7; }

<div style="background-color:#9478A7">Inner text</div>

This div background color is #9478A7.


Border color

.myBorderColor { border: 1px solid #9478A7; }

<div style="border:3px solid #9478A7">Div</div>

This div border color is #9478A7.


Opacity

.myOpacity80 { color: #9478A7; opacity: 0.8; }

<p style="color:#9478A7;opacity:0.8;">80%</p>

Text with #9478A7 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 #9478A7;}

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

This text has shadow with #9478A7 color.

.textShadow {text-shadow: 3px 3px 1px #9478A7, 3px 3px 1px red;}

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

This text has shadow with #9478A7 primary color and red secondary color.


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

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

This text has shadow with #9478A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9478A7 on black background.


Color preview on white background

This text has color #9478A7 on white background.



Black color preview on #9478A7 background

This text has black color on #9478A7 background.


White color preview on #9478A7 background

This text has white color on #9478A7 background.