COLOR #9250AE

HEX: #9250AE
RGB: (146,80,174)

Color info

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

RGB color model

#9250AE color RGB value is (146,80,174).

  • red value is 146;
  • green value is 80;
  • blue value is 174.
RGB:
(146,80,174)
(57%,31%,68%)

RGB channels and saturation

R 146 of 255 = 57%
G 80 of 255 = 31%
B 174 of 255 = 68%

146
80
174

R + G + B ~ 52%. #9250AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 80 + 174 = 400 (100%)
R 146 of 400 ~ 36.5%
G 80 of 400 ~ 20%
B 174 of 400 ~ 43.5%

%36.5
%20
%43.5

CMYK color model

#9250AE color CMYK value is (16,54,0,32).

  • cyan value is 16.09%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(16,54,0,32)
C16M54Y0K32 
(16%,54%,0%,32%)
(0.16/0.54/0.00/0.32)	

CMYK percentages

%16.09
%54.02
%0
%31.76

Codes

Color #9250AE in popluar color models

9250AE
RGB14680174
HSL282°37.01%49.80%
HSB/HSV282°54.02%68.24%
CMYK16.09%54.02%0.00%
31.76%

Color #9250AE in popluar number systems.

HEX9250AE
Decimal14680174
Binary10010010101000010101110
Octal222120256

Shades and tints

Shades of #9250AE

#9250AE
(146,80,174)
#85499F
(133,73,159)
#784290
(120,66,144)
#6B3B81
(107,59,129)
#5E3472
(94,52,114)
#512D63
(81,45,99)
#442654
(68,38,84)
#371F45
(55,31,69)
#2A1836
(42,24,54)
#1D1127
(29,17,39)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #9250AE

#9250AE
(146,80,174)
#9B5FB5
(155,95,181)
#A46EBC
(164,110,188)
#AD7DC3
(173,125,195)
#B68CCA
(182,140,202)
#BF9BD1
(191,155,209)
#C8AAD8
(200,170,216)
#D1B9DF
(209,185,223)
#DAC8E6
(218,200,230)
#E3D7ED
(227,215,237)
#ECE6F4
(236,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9250AE color. Also use rgb(146,80,174) instead hex code.

Text Font Color

.myTextColor { color: #9250AE; }

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

This text font color is #9250AE.


Background Color

.myBgColor { background-color: #9250AE; }

<div style="background-color:#9250AE">Inner text</div>

This div background color is #9250AE.


Border color

.myBorderColor { border: 1px solid #9250AE; }

<div style="border:3px solid #9250AE">Div</div>

This div border color is #9250AE.


Opacity

.myOpacity80 { color: #9250AE; opacity: 0.8; }

<p style="color:#9250AE;opacity:0.8;">80%</p>

Text with #9250AE 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 #9250AE;}

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

This text has shadow with #9250AE color.

.textShadow {text-shadow: 3px 3px 1px #9250AE, 3px 3px 1px red;}

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

This text has shadow with #9250AE primary color and red secondary color.


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

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

This text has shadow with #9250AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9250AE on black background.


Color preview on white background

This text has color #9250AE on white background.



Black color preview on #9250AE background

This text has black color on #9250AE background.


White color preview on #9250AE background

This text has white color on #9250AE background.