COLOR #9256E2

HEX: #9256E2
RGB: (146,86,226)

Color info

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

RGB color model

#9256E2 color RGB value is (146,86,226).

  • red value is 146;
  • green value is 86;
  • blue value is 226.
RGB:
(146,86,226)
(57%,34%,89%)

RGB channels and saturation

R 146 of 255 = 57%
G 86 of 255 = 34%
B 226 of 255 = 89%

146
86
226

R + G + B ~ 60%. #9256E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 86 + 226 = 458 (100%)
R 146 of 458 ~ 31.88%
G 86 of 458 ~ 18.78%
B 226 of 458 ~ 49.34%

%31.88
%18.78
%49.34

CMYK color model

#9256E2 color CMYK value is (35,62,0,11).

  • cyan value is 35.40%
  • magenta value is 61.95%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(35,62,0,11)
C35M62Y0K11 
(35%,62%,0%,11%)
(0.35/0.62/0.00/0.11)	

CMYK percentages

%35.4
%61.95
%0
%11.37

Codes

Color #9256E2 in popluar color models

9256E2
RGB14686226
HSL266°70.71%61.18%
HSB/HSV266°61.95%88.63%
CMYK35.40%61.95%0.00%
11.37%

Color #9256E2 in popluar number systems.

HEX9256E2
Decimal14686226
Binary10010010101011011100010
Octal222126342

Shades and tints

Shades of #9256E2

#9256E2
(146,86,226)
#854FCE
(133,79,206)
#7848BA
(120,72,186)
#6B41A6
(107,65,166)
#5E3A92
(94,58,146)
#51337E
(81,51,126)
#442C6A
(68,44,106)
#372556
(55,37,86)
#2A1E42
(42,30,66)
#1D172E
(29,23,46)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #9256E2

#9256E2
(146,86,226)
#9B65E4
(155,101,228)
#A474E6
(164,116,230)
#AD83E8
(173,131,232)
#B692EA
(182,146,234)
#BFA1EC
(191,161,236)
#C8B0EE
(200,176,238)
#D1BFF0
(209,191,240)
#DACEF2
(218,206,242)
#E3DDF4
(227,221,244)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9256E2 color. Also use rgb(146,86,226) instead hex code.

Text Font Color

.myTextColor { color: #9256E2; }

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

This text font color is #9256E2.


Background Color

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

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

This div background color is #9256E2.


Border color

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

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

This div border color is #9256E2.


Opacity

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

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

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

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

This text has shadow with #9256E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9256E2 on black background.


Color preview on white background

This text has color #9256E2 on white background.



Black color preview on #9256E2 background

This text has black color on #9256E2 background.


White color preview on #9256E2 background

This text has white color on #9256E2 background.