COLOR #9478E9

HEX: #9478E9
RGB: (148,120,233)

Color info

#9478E9 contains mainly blue color. Web safe color of #9478E9 is #9966FF (or #96F).

RGB color model

#9478E9 color RGB value is (148,120,233).

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

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 233 of 255 = 91%

148
120
233

R + G + B ~ 65%. #9478E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 120 + 233 = 501 (100%)
R 148 of 501 ~ 29.54%
G 120 of 501 ~ 23.95%
B 233 of 501 ~ 46.51%

%29.54
%23.95
%46.51

CMYK color model

#9478E9 color CMYK value is (36,48,0,9).

  • cyan value is 36.48%
  • magenta value is 48.50%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,48,0,9)
C36M48Y0K9 
(36%,48%,0%,9%)
(0.36/0.48/0.00/0.09)	

CMYK percentages

%36.48
%48.5
%0
%8.63

Codes

Color #9478E9 in popluar color models

9478E9
RGB148120233
HSL255°71.97%69.22%
HSB/HSV255°48.50%91.37%
CMYK36.48%48.50%0.00%
8.63%

Color #9478E9 in popluar number systems.

HEX9478E9
Decimal148120233
Binary10010100111100011101001
Octal224170351

Shades and tints

Shades of #9478E9

#9478E9
(148,120,233)
#876ED4
(135,110,212)
#7A64BF
(122,100,191)
#6D5AAA
(109,90,170)
#605095
(96,80,149)
#534680
(83,70,128)
#463C6B
(70,60,107)
#393256
(57,50,86)
#2C2841
(44,40,65)
#1F1E2C
(31,30,44)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9478E9

#9478E9
(148,120,233)
#9D84EB
(157,132,235)
#A690ED
(166,144,237)
#AF9CEF
(175,156,239)
#B8A8F1
(184,168,241)
#C1B4F3
(193,180,243)
#CAC0F5
(202,192,245)
#D3CCF7
(211,204,247)
#DCD8F9
(220,216,249)
#E5E4FB
(229,228,251)
#EEF0FD
(238,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9478E9; }

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

This text font color is #9478E9.


Background Color

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

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

This div background color is #9478E9.


Border color

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

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

This div border color is #9478E9.


Opacity

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

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

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

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

This text has shadow with #9478E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9478E9 on black background.


Color preview on white background

This text has color #9478E9 on white background.



Black color preview on #9478E9 background

This text has black color on #9478E9 background.


White color preview on #9478E9 background

This text has white color on #9478E9 background.