COLOR #9272CC

HEX: #9272CC
RGB: (146,114,204)

Color info

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

RGB color model

#9272CC color RGB value is (146,114,204).

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

RGB channels and saturation

R 146 of 255 = 57%
G 114 of 255 = 45%
B 204 of 255 = 80%

146
114
204

R + G + B ~ 61%. #9272CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 114 + 204 = 464 (100%)
R 146 of 464 ~ 31.47%
G 114 of 464 ~ 24.57%
B 204 of 464 ~ 43.97%

%31.47
%24.57
%43.97

CMYK color model

#9272CC color CMYK value is (28,44,0,20).

  • cyan value is 28.43%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(28,44,0,20)
C28M44Y0K20 
(28%,44%,0%,20%)
(0.28/0.44/0.00/0.20)	

CMYK percentages

%28.43
%44.12
%0
%20

Codes

Color #9272CC in popluar color models

9272CC
RGB146114204
HSL261°46.88%62.35%
HSB/HSV261°44.12%80.00%
CMYK28.43%44.12%0.00%
20.00%

Color #9272CC in popluar number systems.

HEX9272CC
Decimal146114204
Binary10010010111001011001100
Octal222162314

Shades and tints

Shades of #9272CC

#9272CC
(146,114,204)
#8568BA
(133,104,186)
#785EA8
(120,94,168)
#6B5496
(107,84,150)
#5E4A84
(94,74,132)
#514072
(81,64,114)
#443660
(68,54,96)
#372C4E
(55,44,78)
#2A223C
(42,34,60)
#1D182A
(29,24,42)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #9272CC

#9272CC
(146,114,204)
#9B7ED0
(155,126,208)
#A48AD4
(164,138,212)
#AD96D8
(173,150,216)
#B6A2DC
(182,162,220)
#BFAEE0
(191,174,224)
#C8BAE4
(200,186,228)
#D1C6E8
(209,198,232)
#DAD2EC
(218,210,236)
#E3DEF0
(227,222,240)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9272CC; }

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

This text font color is #9272CC.


Background Color

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

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

This div background color is #9272CC.


Border color

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

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

This div border color is #9272CC.


Opacity

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

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

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

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

This text has shadow with #9272CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9272CC on black background.


Color preview on white background

This text has color #9272CC on white background.



Black color preview on #9272CC background

This text has black color on #9272CC background.


White color preview on #9272CC background

This text has white color on #9272CC background.