COLOR #9272E4

HEX: #9272E4
RGB: (146,114,228)

Color info

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

RGB color model

#9272E4 color RGB value is (146,114,228).

  • red value is 146;
  • green value is 114;
  • blue value is 228.
RGB:
(146,114,228)
(57%,45%,89%)

RGB channels and saturation

R 146 of 255 = 57%
G 114 of 255 = 45%
B 228 of 255 = 89%

146
114
228

R + G + B ~ 64%. #9272E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 114 + 228 = 488 (100%)
R 146 of 488 ~ 29.92%
G 114 of 488 ~ 23.36%
B 228 of 488 ~ 46.72%

%29.92
%23.36
%46.72

CMYK color model

#9272E4 color CMYK value is (36,50,0,11).

  • cyan value is 35.96%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(36,50,0,11)
C36M50Y0K11 
(36%,50%,0%,11%)
(0.36/0.50/0.00/0.11)	

CMYK percentages

%35.96
%50
%0
%10.59

Codes

Color #9272E4 in popluar color models

9272E4
RGB146114228
HSL257°67.86%67.06%
HSB/HSV257°50.00%89.41%
CMYK35.96%50.00%0.00%
10.59%

Color #9272E4 in popluar number systems.

HEX9272E4
Decimal146114228
Binary10010010111001011100100
Octal222162344

Shades and tints

Shades of #9272E4

#9272E4
(146,114,228)
#8568D0
(133,104,208)
#785EBC
(120,94,188)
#6B54A8
(107,84,168)
#5E4A94
(94,74,148)
#514080
(81,64,128)
#44366C
(68,54,108)
#372C58
(55,44,88)
#2A2244
(42,34,68)
#1D1830
(29,24,48)
#100E1C
(16,14,28)
#000000
(0,0,0)

Tints of #9272E4

#9272E4
(146,114,228)
#9B7EE6
(155,126,230)
#A48AE8
(164,138,232)
#AD96EA
(173,150,234)
#B6A2EC
(182,162,236)
#BFAEEE
(191,174,238)
#C8BAF0
(200,186,240)
#D1C6F2
(209,198,242)
#DAD2F4
(218,210,244)
#E3DEF6
(227,222,246)
#ECEAF8
(236,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9272E4 color. Also use rgb(146,114,228) instead hex code.

Text Font Color

.myTextColor { color: #9272E4; }

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

This text font color is #9272E4.


Background Color

.myBgColor { background-color: #9272E4; }

<div style="background-color:#9272E4">Inner text</div>

This div background color is #9272E4.


Border color

.myBorderColor { border: 1px solid #9272E4; }

<div style="border:3px solid #9272E4">Div</div>

This div border color is #9272E4.


Opacity

.myOpacity80 { color: #9272E4; opacity: 0.8; }

<p style="color:#9272E4;opacity:0.8;">80%</p>

Text with #9272E4 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 #9272E4;}

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

This text has shadow with #9272E4 color.

.textShadow {text-shadow: 3px 3px 1px #9272E4, 3px 3px 1px red;}

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

This text has shadow with #9272E4 primary color and red secondary color.


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

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

This text has shadow with #9272E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9272E4 on black background.


Color preview on white background

This text has color #9272E4 on white background.



Black color preview on #9272E4 background

This text has black color on #9272E4 background.


White color preview on #9272E4 background

This text has white color on #9272E4 background.