COLOR #9478A0

HEX: #9478A0
RGB: (148,120,160)

Color info

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

RGB color model

#9478A0 color RGB value is (148,120,160).

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

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 160 of 255 = 63%

148
120
160

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

Portions of RGB colors in percentages

R + G + B =
148 + 120 + 160 = 428 (100%)
R 148 of 428 ~ 34.58%
G 120 of 428 ~ 28.04%
B 160 of 428 ~ 37.38%

%34.58
%28.04
%37.38

CMYK color model

#9478A0 color CMYK value is (7,25,0,37).

  • cyan value is 7.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(7,25,0,37)
C7M25Y0K37 
(7%,25%,0%,37%)
(0.07/0.25/0.00/0.37)	

CMYK percentages

%7.5
%25
%0
%37.25

Codes

Color #9478A0 in popluar color models

9478A0
RGB148120160
HSL282°17.39%54.90%
HSB/HSV282°25.00%62.75%
CMYK7.50%25.00%0.00%
37.25%

Color #9478A0 in popluar number systems.

HEX9478A0
Decimal148120160
Binary10010100111100010100000
Octal224170240

Shades and tints

Shades of #9478A0

#9478A0
(148,120,160)
#876E92
(135,110,146)
#7A6484
(122,100,132)
#6D5A76
(109,90,118)
#605068
(96,80,104)
#53465A
(83,70,90)
#463C4C
(70,60,76)
#39323E
(57,50,62)
#2C2830
(44,40,48)
#1F1E22
(31,30,34)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9478A0

#9478A0
(148,120,160)
#9D84A8
(157,132,168)
#A690B0
(166,144,176)
#AF9CB8
(175,156,184)
#B8A8C0
(184,168,192)
#C1B4C8
(193,180,200)
#CAC0D0
(202,192,208)
#D3CCD8
(211,204,216)
#DCD8E0
(220,216,224)
#E5E4E8
(229,228,232)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9478A0; }

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

This text font color is #9478A0.


Background Color

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

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

This div background color is #9478A0.


Border color

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

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

This div border color is #9478A0.


Opacity

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

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

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

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

This text has shadow with #9478A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9478A0 on black background.


Color preview on white background

This text has color #9478A0 on white background.



Black color preview on #9478A0 background

This text has black color on #9478A0 background.


White color preview on #9478A0 background

This text has white color on #9478A0 background.