COLOR #9477EA

HEX: #9477EA
RGB: (148,119,234)

Color info

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

RGB color model

#9477EA color RGB value is (148,119,234).

  • red value is 148;
  • green value is 119;
  • blue value is 234.
RGB:
(148,119,234)
(58%,47%,92%)

RGB channels and saturation

R 148 of 255 = 58%
G 119 of 255 = 47%
B 234 of 255 = 92%

148
119
234

R + G + B ~ 66%. #9477EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 119 + 234 = 501 (100%)
R 148 of 501 ~ 29.54%
G 119 of 501 ~ 23.75%
B 234 of 501 ~ 46.71%

%29.54
%23.75
%46.71

CMYK color model

#9477EA color CMYK value is (37,49,0,8).

  • cyan value is 36.75%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(37,49,0,8)
C37M49Y0K8 
(37%,49%,0%,8%)
(0.37/0.49/0.00/0.08)	

CMYK percentages

%36.75
%49.15
%0
%8.24

Codes

Color #9477EA in popluar color models

9477EA
RGB148119234
HSL255°73.25%69.22%
HSB/HSV255°49.15%91.76%
CMYK36.75%49.15%0.00%
8.24%

Color #9477EA in popluar number systems.

HEX9477EA
Decimal148119234
Binary10010100111011111101010
Octal224167352

Shades and tints

Shades of #9477EA

#9477EA
(148,119,234)
#876DD5
(135,109,213)
#7A63C0
(122,99,192)
#6D59AB
(109,89,171)
#604F96
(96,79,150)
#534581
(83,69,129)
#463B6C
(70,59,108)
#393157
(57,49,87)
#2C2742
(44,39,66)
#1F1D2D
(31,29,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #9477EA

#9477EA
(148,119,234)
#9D83EB
(157,131,235)
#A68FEC
(166,143,236)
#AF9BED
(175,155,237)
#B8A7EE
(184,167,238)
#C1B3EF
(193,179,239)
#CABFF0
(202,191,240)
#D3CBF1
(211,203,241)
#DCD7F2
(220,215,242)
#E5E3F3
(229,227,243)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9477EA color. Also use rgb(148,119,234) instead hex code.

Text Font Color

.myTextColor { color: #9477EA; }

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

This text font color is #9477EA.


Background Color

.myBgColor { background-color: #9477EA; }

<div style="background-color:#9477EA">Inner text</div>

This div background color is #9477EA.


Border color

.myBorderColor { border: 1px solid #9477EA; }

<div style="border:3px solid #9477EA">Div</div>

This div border color is #9477EA.


Opacity

.myOpacity80 { color: #9477EA; opacity: 0.8; }

<p style="color:#9477EA;opacity:0.8;">80%</p>

Text with #9477EA 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 #9477EA;}

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

This text has shadow with #9477EA color.

.textShadow {text-shadow: 3px 3px 1px #9477EA, 3px 3px 1px red;}

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

This text has shadow with #9477EA primary color and red secondary color.


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

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

This text has shadow with #9477EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9477EA on black background.


Color preview on white background

This text has color #9477EA on white background.



Black color preview on #9477EA background

This text has black color on #9477EA background.


White color preview on #9477EA background

This text has white color on #9477EA background.