COLOR #947AE2

HEX: #947AE2
RGB: (148,122,226)

Color info

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

RGB color model

#947AE2 color RGB value is (148,122,226).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 226 of 255 = 89%

148
122
226

R + G + B ~ 65%. #947AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 226 = 496 (100%)
R 148 of 496 ~ 29.84%
G 122 of 496 ~ 24.6%
B 226 of 496 ~ 45.56%

%29.84
%24.6
%45.56

CMYK color model

#947AE2 color CMYK value is (35,46,0,11).

  • cyan value is 34.51%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(35,46,0,11)
C35M46Y0K11 
(35%,46%,0%,11%)
(0.35/0.46/0.00/0.11)	

CMYK percentages

%34.51
%46.02
%0
%11.37

Codes

Color #947AE2 in popluar color models

947AE2
RGB148122226
HSL255°64.20%68.24%
HSB/HSV255°46.02%88.63%
CMYK34.51%46.02%0.00%
11.37%

Color #947AE2 in popluar number systems.

HEX947AE2
Decimal148122226
Binary10010100111101011100010
Octal224172342

Shades and tints

Shades of #947AE2

#947AE2
(148,122,226)
#876FCE
(135,111,206)
#7A64BA
(122,100,186)
#6D59A6
(109,89,166)
#604E92
(96,78,146)
#53437E
(83,67,126)
#46386A
(70,56,106)
#392D56
(57,45,86)
#2C2242
(44,34,66)
#1F172E
(31,23,46)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #947AE2

#947AE2
(148,122,226)
#9D86E4
(157,134,228)
#A692E6
(166,146,230)
#AF9EE8
(175,158,232)
#B8AAEA
(184,170,234)
#C1B6EC
(193,182,236)
#CAC2EE
(202,194,238)
#D3CEF0
(211,206,240)
#DCDAF2
(220,218,242)
#E5E6F4
(229,230,244)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947AE2 color. Also use rgb(148,122,226) instead hex code.

Text Font Color

.myTextColor { color: #947AE2; }

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

This text font color is #947AE2.


Background Color

.myBgColor { background-color: #947AE2; }

<div style="background-color:#947AE2">Inner text</div>

This div background color is #947AE2.


Border color

.myBorderColor { border: 1px solid #947AE2; }

<div style="border:3px solid #947AE2">Div</div>

This div border color is #947AE2.


Opacity

.myOpacity80 { color: #947AE2; opacity: 0.8; }

<p style="color:#947AE2;opacity:0.8;">80%</p>

Text with #947AE2 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 #947AE2;}

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

This text has shadow with #947AE2 color.

.textShadow {text-shadow: 3px 3px 1px #947AE2, 3px 3px 1px red;}

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

This text has shadow with #947AE2 primary color and red secondary color.


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

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

This text has shadow with #947AE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947AE2 on black background.


Color preview on white background

This text has color #947AE2 on white background.



Black color preview on #947AE2 background

This text has black color on #947AE2 background.


White color preview on #947AE2 background

This text has white color on #947AE2 background.