COLOR #9522E7

HEX: #9522E7
RGB: (149,34,231)

Color info

#9522E7 contains mainly blue color. Web safe color of #9522E7 is #9933FF (or #93F).

RGB color model

#9522E7 color RGB value is (149,34,231).

  • red value is 149;
  • green value is 34;
  • blue value is 231.
RGB:
(149,34,231)
(58%,13%,91%)

RGB channels and saturation

R 149 of 255 = 58%
G 34 of 255 = 13%
B 231 of 255 = 91%

149
34
231

R + G + B ~ 54%. #9522E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 34 + 231 = 414 (100%)
R 149 of 414 ~ 35.99%
G 34 of 414 ~ 8.21%
B 231 of 414 ~ 55.8%

%35.99
%55.8

CMYK color model

#9522E7 color CMYK value is (35,85,0,9).

  • cyan value is 35.50%
  • magenta value is 85.28%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,85,0,9)
C35M85Y0K9 
(35%,85%,0%,9%)
(0.35/0.85/0.00/0.09)	

CMYK percentages

%35.5
%85.28
%0
%9.41

Codes

Color #9522E7 in popluar color models

9522E7
RGB14934231
HSL275°80.41%51.96%
HSB/HSV275°85.28%90.59%
CMYK35.50%85.28%0.00%
9.41%

Color #9522E7 in popluar number systems.

HEX9522E7
Decimal14934231
Binary1001010110001011100111
Octal22542347

Shades and tints

Shades of #9522E7

#9522E7
(149,34,231)
#881FD2
(136,31,210)
#7B1CBD
(123,28,189)
#6E19A8
(110,25,168)
#611693
(97,22,147)
#54137E
(84,19,126)
#471069
(71,16,105)
#3A0D54
(58,13,84)
#2D0A3F
(45,10,63)
#20072A
(32,7,42)
#130415
(19,4,21)
#000000
(0,0,0)

Tints of #9522E7

#9522E7
(149,34,231)
#9E36E9
(158,54,233)
#A74AEB
(167,74,235)
#B05EED
(176,94,237)
#B972EF
(185,114,239)
#C286F1
(194,134,241)
#CB9AF3
(203,154,243)
#D4AEF5
(212,174,245)
#DDC2F7
(221,194,247)
#E6D6F9
(230,214,249)
#EFEAFB
(239,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9522E7 color. Also use rgb(149,34,231) instead hex code.

Text Font Color

.myTextColor { color: #9522E7; }

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

This text font color is #9522E7.


Background Color

.myBgColor { background-color: #9522E7; }

<div style="background-color:#9522E7">Inner text</div>

This div background color is #9522E7.


Border color

.myBorderColor { border: 1px solid #9522E7; }

<div style="border:3px solid #9522E7">Div</div>

This div border color is #9522E7.


Opacity

.myOpacity80 { color: #9522E7; opacity: 0.8; }

<p style="color:#9522E7;opacity:0.8;">80%</p>

Text with #9522E7 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 #9522E7;}

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

This text has shadow with #9522E7 color.

.textShadow {text-shadow: 3px 3px 1px #9522E7, 3px 3px 1px red;}

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

This text has shadow with #9522E7 primary color and red secondary color.


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

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

This text has shadow with #9522E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9522E7 on black background.


Color preview on white background

This text has color #9522E7 on white background.



Black color preview on #9522E7 background

This text has black color on #9522E7 background.


White color preview on #9522E7 background

This text has white color on #9522E7 background.