COLOR #9276EE

HEX: #9276EE
RGB: (146,118,238)

Color info

#9276EE contains mainly blue color. Web safe color of #9276EE is #9966FF (or #96F).

RGB color model

#9276EE color RGB value is (146,118,238).

  • red value is 146;
  • green value is 118;
  • blue value is 238.
RGB:
(146,118,238)
(57%,46%,93%)

RGB channels and saturation

R 146 of 255 = 57%
G 118 of 255 = 46%
B 238 of 255 = 93%

146
118
238

R + G + B ~ 65%. #9276EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 118 + 238 = 502 (100%)
R 146 of 502 ~ 29.08%
G 118 of 502 ~ 23.51%
B 238 of 502 ~ 47.41%

%29.08
%23.51
%47.41

CMYK color model

#9276EE color CMYK value is (39,50,0,7).

  • cyan value is 38.66%
  • magenta value is 50.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(39,50,0,7)
C39M50Y0K7 
(39%,50%,0%,7%)
(0.39/0.50/0.00/0.07)	

CMYK percentages

%38.66
%50.42
%0
%6.67

Codes

Color #9276EE in popluar color models

9276EE
RGB146118238
HSL254°77.92%69.80%
HSB/HSV254°50.42%93.33%
CMYK38.66%50.42%0.00%
6.67%

Color #9276EE in popluar number systems.

HEX9276EE
Decimal146118238
Binary10010010111011011101110
Octal222166356

Shades and tints

Shades of #9276EE

#9276EE
(146,118,238)
#856CD9
(133,108,217)
#7862C4
(120,98,196)
#6B58AF
(107,88,175)
#5E4E9A
(94,78,154)
#514485
(81,68,133)
#443A70
(68,58,112)
#37305B
(55,48,91)
#2A2646
(42,38,70)
#1D1C31
(29,28,49)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #9276EE

#9276EE
(146,118,238)
#9B82EF
(155,130,239)
#A48EF0
(164,142,240)
#AD9AF1
(173,154,241)
#B6A6F2
(182,166,242)
#BFB2F3
(191,178,243)
#C8BEF4
(200,190,244)
#D1CAF5
(209,202,245)
#DAD6F6
(218,214,246)
#E3E2F7
(227,226,247)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9276EE color. Also use rgb(146,118,238) instead hex code.

Text Font Color

.myTextColor { color: #9276EE; }

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

This text font color is #9276EE.


Background Color

.myBgColor { background-color: #9276EE; }

<div style="background-color:#9276EE">Inner text</div>

This div background color is #9276EE.


Border color

.myBorderColor { border: 1px solid #9276EE; }

<div style="border:3px solid #9276EE">Div</div>

This div border color is #9276EE.


Opacity

.myOpacity80 { color: #9276EE; opacity: 0.8; }

<p style="color:#9276EE;opacity:0.8;">80%</p>

Text with #9276EE 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 #9276EE;}

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

This text has shadow with #9276EE color.

.textShadow {text-shadow: 3px 3px 1px #9276EE, 3px 3px 1px red;}

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

This text has shadow with #9276EE primary color and red secondary color.


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

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

This text has shadow with #9276EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9276EE on black background.


Color preview on white background

This text has color #9276EE on white background.



Black color preview on #9276EE background

This text has black color on #9276EE background.


White color preview on #9276EE background

This text has white color on #9276EE background.