COLOR #9478C0

HEX: #9478C0 RGB: (148,120,192)

Color info

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

RGB color model

#9478C0 color RGB value is (148,120,192).

RGB: (148,120,192) (58%, 47%, 75%)

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 192 of 255 = 75%

148
120
192

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

Portions of RGB colors in percentages

R + G + B = 148 + 120 + 192 = 460 (100%)
R 148 of 460 ~ 32.17%
G 120 of 460 ~ 26.09%
B 192 of 460 ~ 41.74'%

%32.17
%26.09
%41.74

CMYK color model

#9478C0 color CMYK value is (23,38,0,25).

  • cyan value is 22.92%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (23,38,0,25)
C23M38Y0K25 (23%, 38%, 0%, 25%)
(0.23 / 0.38 / 0.00 / 0.25)

CMYK percentages

%22.92
%37.5
%0
%24.71

Codes

Color #9478C0 in popluar color models

94 78 C0
RGB 148 120 192
HSL 263° 36.36% 61.18%
HSB/HSV 263° 37.50% 75.29%
CMYK 22.92% 37.50% 0.00%
24.71%

Color #9478C0 in popluar number systems.

HEX 94 78 C0
Decimal 148 120 192
Binary 10010100 1111000 11000000
Octal 224 170 300

Shades and tints

Shades of #9478C0

#9478C0
(148,120,192)
#876EAF
(135,110,175)
#7A649E
(122,100,158)
#6D5A8D
(109,90,141)
#60507C
(96,80,124)
#53466B
(83,70,107)
#463C5A
(70,60,90)
#393249
(57,50,73)
#2C2838
(44,40,56)
#1F1E27
(31,30,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #9478C0

#9478C0
(148,120,192)
#9D84C5
(157,132,197)
#A690CA
(166,144,202)
#AF9CCF
(175,156,207)
#B8A8D4
(184,168,212)
#C1B4D9
(193,180,217)
#CAC0DE
(202,192,222)
#D3CCE3
(211,204,227)
#DCD8E8
(220,216,232)
#E5E4ED
(229,228,237)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9478C0; }

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

This text font color is #9478C0.

Background Color

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

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

This div background color is #9478C0.

Border color

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

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

This div border color is #9478C0.

Opacity

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

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

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

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

This text has shadow with #9478C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9478C0.

Preview

Color preview on black background

This text has color #9478C0 on black background.


Color preview on white background

This text has color #9478C0 on white background.


Black color preview on #9478C0 background

This text has black color on #9478C0 background.


White color preview on #9478C0 background

This text has white color on #9478C0 background.


Related colors

Complementary color

Complementary color for #hex is #6B873F.


I love getcolorcode.com

Triadic colors

1 #C09478 and #78C094 with #9478C0 are triadic colors.

2 #C07894 and #7894C0 with #9478C0 are triadic colors.