COLOR #9251A6

HEX: #9251A6
RGB: (146,81,166)

Color info

#9251A6 contains mainly red and blue colors. Web safe color of #9251A6 is #996699 (or #969).

RGB color model

#9251A6 color RGB value is (146,81,166).

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

RGB channels and saturation

R 146 of 255 = 57%
G 81 of 255 = 32%
B 166 of 255 = 65%

146
81
166

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

Portions of RGB colors in percentages

R + G + B =
146 + 81 + 166 = 393 (100%)
R 146 of 393 ~ 37.15%
G 81 of 393 ~ 20.61%
B 166 of 393 ~ 42.24%

%37.15
%20.61
%42.24

CMYK color model

#9251A6 color CMYK value is (12,51,0,35).

  • cyan value is 12.05%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(12,51,0,35)
C12M51Y0K35 
(12%,51%,0%,35%)
(0.12/0.51/0.00/0.35)	

CMYK percentages

%12.05
%51.2
%0
%34.9

Codes

Color #9251A6 in popluar color models

9251A6
RGB14681166
HSL286°34.41%48.43%
HSB/HSV286°51.20%65.10%
CMYK12.05%51.20%0.00%
34.90%

Color #9251A6 in popluar number systems.

HEX9251A6
Decimal14681166
Binary10010010101000110100110
Octal222121246

Shades and tints

Shades of #9251A6

#9251A6
(146,81,166)
#854A97
(133,74,151)
#784388
(120,67,136)
#6B3C79
(107,60,121)
#5E356A
(94,53,106)
#512E5B
(81,46,91)
#44274C
(68,39,76)
#37203D
(55,32,61)
#2A192E
(42,25,46)
#1D121F
(29,18,31)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #9251A6

#9251A6
(146,81,166)
#9B60AE
(155,96,174)
#A46FB6
(164,111,182)
#AD7EBE
(173,126,190)
#B68DC6
(182,141,198)
#BF9CCE
(191,156,206)
#C8ABD6
(200,171,214)
#D1BADE
(209,186,222)
#DAC9E6
(218,201,230)
#E3D8EE
(227,216,238)
#ECE7F6
(236,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9251A6; }

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

This text font color is #9251A6.


Background Color

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

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

This div background color is #9251A6.


Border color

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

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

This div border color is #9251A6.


Opacity

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

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

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

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

This text has shadow with #9251A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9251A6 on black background.


Color preview on white background

This text has color #9251A6 on white background.



Black color preview on #9251A6 background

This text has black color on #9251A6 background.


White color preview on #9251A6 background

This text has white color on #9251A6 background.