COLOR #9472E2

HEX: #9472E2
RGB: (148,114,226)

Color info

#9472E2 contains mainly blue color. Web safe color of #9472E2 is #9966CC (or #96C).

RGB color model

#9472E2 color RGB value is (148,114,226).

  • red value is 148;
  • green value is 114;
  • blue value is 226.
RGB:
(148,114,226)
(58%,45%,89%)

RGB channels and saturation

R 148 of 255 = 58%
G 114 of 255 = 45%
B 226 of 255 = 89%

148
114
226

R + G + B ~ 64%. #9472E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 114 + 226 = 488 (100%)
R 148 of 488 ~ 30.33%
G 114 of 488 ~ 23.36%
B 226 of 488 ~ 46.31%

%30.33
%23.36
%46.31

CMYK color model

#9472E2 color CMYK value is (35,50,0,11).

  • cyan value is 34.51%
  • magenta value is 49.56%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(35,50,0,11)
C35M50Y0K11 
(35%,50%,0%,11%)
(0.35/0.50/0.00/0.11)	

CMYK percentages

%34.51
%49.56
%0
%11.37

Codes

Color #9472E2 in popluar color models

9472E2
RGB148114226
HSL258°65.88%66.67%
HSB/HSV258°49.56%88.63%
CMYK34.51%49.56%0.00%
11.37%

Color #9472E2 in popluar number systems.

HEX9472E2
Decimal148114226
Binary10010100111001011100010
Octal224162342

Shades and tints

Shades of #9472E2

#9472E2
(148,114,226)
#8768CE
(135,104,206)
#7A5EBA
(122,94,186)
#6D54A6
(109,84,166)
#604A92
(96,74,146)
#53407E
(83,64,126)
#46366A
(70,54,106)
#392C56
(57,44,86)
#2C2242
(44,34,66)
#1F182E
(31,24,46)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #9472E2

#9472E2
(148,114,226)
#9D7EE4
(157,126,228)
#A68AE6
(166,138,230)
#AF96E8
(175,150,232)
#B8A2EA
(184,162,234)
#C1AEEC
(193,174,236)
#CABAEE
(202,186,238)
#D3C6F0
(211,198,240)
#DCD2F2
(220,210,242)
#E5DEF4
(229,222,244)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9472E2 color. Also use rgb(148,114,226) instead hex code.

Text Font Color

.myTextColor { color: #9472E2; }

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

This text font color is #9472E2.


Background Color

.myBgColor { background-color: #9472E2; }

<div style="background-color:#9472E2">Inner text</div>

This div background color is #9472E2.


Border color

.myBorderColor { border: 1px solid #9472E2; }

<div style="border:3px solid #9472E2">Div</div>

This div border color is #9472E2.


Opacity

.myOpacity80 { color: #9472E2; opacity: 0.8; }

<p style="color:#9472E2;opacity:0.8;">80%</p>

Text with #9472E2 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 #9472E2;}

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

This text has shadow with #9472E2 color.

.textShadow {text-shadow: 3px 3px 1px #9472E2, 3px 3px 1px red;}

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

This text has shadow with #9472E2 primary color and red secondary color.


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

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

This text has shadow with #9472E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9472E2 on black background.


Color preview on white background

This text has color #9472E2 on white background.



Black color preview on #9472E2 background

This text has black color on #9472E2 background.


White color preview on #9472E2 background

This text has white color on #9472E2 background.