COLOR #9271A6

HEX: #9271A6
RGB: (146,113,166)

Color info

#9271A6 contains red, green and blue colors in about the same proportion. Web safe color of #9271A6 is #996699 (or #969).

RGB color model

#9271A6 color RGB value is (146,113,166).

  • red value is 146;
  • green value is 113;
  • blue value is 166.
RGB:
(146,113,166)
(57%,44%,65%)

RGB channels and saturation

R 146 of 255 = 57%
G 113 of 255 = 44%
B 166 of 255 = 65%

146
113
166

R + G + B ~ 55%. #9271A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 113 + 166 = 425 (100%)
R 146 of 425 ~ 34.35%
G 113 of 425 ~ 26.59%
B 166 of 425 ~ 39.06%

%34.35
%26.59
%39.06

CMYK color model

#9271A6 color CMYK value is (12,32,0,35).

  • cyan value is 12.05%
  • magenta value is 31.93%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(12,32,0,35)
C12M32Y0K35 
(12%,32%,0%,35%)
(0.12/0.32/0.00/0.35)	

CMYK percentages

%12.05
%31.93
%0
%34.9

Codes

Color #9271A6 in popluar color models

9271A6
RGB146113166
HSL277°22.94%54.71%
HSB/HSV277°31.93%65.10%
CMYK12.05%31.93%0.00%
34.90%

Color #9271A6 in popluar number systems.

HEX9271A6
Decimal146113166
Binary10010010111000110100110
Octal222161246

Shades and tints

Shades of #9271A6

#9271A6
(146,113,166)
#856797
(133,103,151)
#785D88
(120,93,136)
#6B5379
(107,83,121)
#5E496A
(94,73,106)
#513F5B
(81,63,91)
#44354C
(68,53,76)
#372B3D
(55,43,61)
#2A212E
(42,33,46)
#1D171F
(29,23,31)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #9271A6

#9271A6
(146,113,166)
#9B7DAE
(155,125,174)
#A489B6
(164,137,182)
#AD95BE
(173,149,190)
#B6A1C6
(182,161,198)
#BFADCE
(191,173,206)
#C8B9D6
(200,185,214)
#D1C5DE
(209,197,222)
#DAD1E6
(218,209,230)
#E3DDEE
(227,221,238)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9271A6 color. Also use rgb(146,113,166) instead hex code.

Text Font Color

.myTextColor { color: #9271A6; }

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

This text font color is #9271A6.


Background Color

.myBgColor { background-color: #9271A6; }

<div style="background-color:#9271A6">Inner text</div>

This div background color is #9271A6.


Border color

.myBorderColor { border: 1px solid #9271A6; }

<div style="border:3px solid #9271A6">Div</div>

This div border color is #9271A6.


Opacity

.myOpacity80 { color: #9271A6; opacity: 0.8; }

<p style="color:#9271A6;opacity:0.8;">80%</p>

Text with #9271A6 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 #9271A6;}

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

This text has shadow with #9271A6 color.

.textShadow {text-shadow: 3px 3px 1px #9271A6, 3px 3px 1px red;}

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

This text has shadow with #9271A6 primary color and red secondary color.


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

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

This text has shadow with #9271A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9271A6 on black background.


Color preview on white background

This text has color #9271A6 on white background.



Black color preview on #9271A6 background

This text has black color on #9271A6 background.


White color preview on #9271A6 background

This text has white color on #9271A6 background.