COLOR #9241A6

HEX: #9241A6 RGB: (146,65,166)

Color info

#9241A6 contains mainly red and blue colors. Web safe color of #9241A6 is #993399 (or #939).

RGB color model

#9241A6 color RGB value is (146,65,166).

RGB: (146,65,166) (57%, 25%, 65%)

RGB channels and saturation

R 146 of 255 = 57%
G 65 of 255 = 25%
B 166 of 255 = 65%

146
65
166

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

Portions of RGB colors in percentages

R + G + B = 146 + 65 + 166 = 377 (100%)
R 146 of 377 ~ 38.73%
G 65 of 377 ~ 17.24%
B 166 of 377 ~ 44.03'%

%38.73
%17.24
%44.03

CMYK color model

#9241A6 color CMYK value is (12,61,0,35).

  • cyan value is 12.05%
  • magenta value is 60.84%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (12,61,0,35)
C12M61Y0K35 (12%, 61%, 0%, 35%)
(0.12 / 0.61 / 0.00 / 0.35)

CMYK percentages

%12.05
%60.84
%0
%34.9

Codes

Color #9241A6 in popluar color models

92 41 A6
RGB 146 65 166
HSL 288° 43.72% 45.29%
HSB/HSV 288° 60.84% 65.10%
CMYK 12.05% 60.84% 0.00%
34.90%

Color #9241A6 in popluar number systems.

HEX 92 41 A6
Decimal 146 65 166
Binary 10010010 1000001 10100110
Octal 222 101 246

Shades and tints

Shades of #9241A6

#9241A6
(146,65,166)
#853C97
(133,60,151)
#783788
(120,55,136)
#6B3279
(107,50,121)
#5E2D6A
(94,45,106)
#51285B
(81,40,91)
#44234C
(68,35,76)
#371E3D
(55,30,61)
#2A192E
(42,25,46)
#1D141F
(29,20,31)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #9241A6

#9241A6
(146,65,166)
#9B52AE
(155,82,174)
#A463B6
(164,99,182)
#AD74BE
(173,116,190)
#B685C6
(182,133,198)
#BF96CE
(191,150,206)
#C8A7D6
(200,167,214)
#D1B8DE
(209,184,222)
#DAC9E6
(218,201,230)
#E3DAEE
(227,218,238)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9241A6; }

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

This text font color is #9241A6.

Background Color

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

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

This div background color is #9241A6.

Border color

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

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

This div border color is #9241A6.

Opacity

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

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

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

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

This text has shadow with #9241A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9241A6.

Preview

Color preview on black background

This text has color #9241A6 on black background.


Color preview on white background

This text has color #9241A6 on white background.


Black color preview on #9241A6 background

This text has black color on #9241A6 background.


White color preview on #9241A6 background

This text has white color on #9241A6 background.


Related colors

Complementary color

Complementary color for #hex is #6DBE59.


I love getcolorcode.com

Triadic colors

1 #A69241 and #41A692 with #9241A6 are triadic colors.

2 #A64192 and #4192A6 with #9241A6 are triadic colors.