COLOR #9250AA

HEX: #9250AA
RGB: (146,80,170)

Color info

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

RGB color model

#9250AA color RGB value is (146,80,170).

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

RGB channels and saturation

R 146 of 255 = 57%
G 80 of 255 = 31%
B 170 of 255 = 67%

146
80
170

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

Portions of RGB colors in percentages

R + G + B =
146 + 80 + 170 = 396 (100%)
R 146 of 396 ~ 36.87%
G 80 of 396 ~ 20.2%
B 170 of 396 ~ 42.93%

%36.87
%20.2
%42.93

CMYK color model

#9250AA color CMYK value is (14,53,0,33).

  • cyan value is 14.12%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,53,0,33)
C14M53Y0K33 
(14%,53%,0%,33%)
(0.14/0.53/0.00/0.33)	

CMYK percentages

%14.12
%52.94
%0
%33.33

Codes

Color #9250AA in popluar color models

9250AA
RGB14680170
HSL284°36.00%49.02%
HSB/HSV284°52.94%66.67%
CMYK14.12%52.94%0.00%
33.33%

Color #9250AA in popluar number systems.

HEX9250AA
Decimal14680170
Binary10010010101000010101010
Octal222120252

Shades and tints

Shades of #9250AA

#9250AA
(146,80,170)
#85499B
(133,73,155)
#78428C
(120,66,140)
#6B3B7D
(107,59,125)
#5E346E
(94,52,110)
#512D5F
(81,45,95)
#442650
(68,38,80)
#371F41
(55,31,65)
#2A1832
(42,24,50)
#1D1123
(29,17,35)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #9250AA

#9250AA
(146,80,170)
#9B5FB1
(155,95,177)
#A46EB8
(164,110,184)
#AD7DBF
(173,125,191)
#B68CC6
(182,140,198)
#BF9BCD
(191,155,205)
#C8AAD4
(200,170,212)
#D1B9DB
(209,185,219)
#DAC8E2
(218,200,226)
#E3D7E9
(227,215,233)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9250AA; }

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

This text font color is #9250AA.


Background Color

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

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

This div background color is #9250AA.


Border color

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

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

This div border color is #9250AA.


Opacity

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

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

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

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

This text has shadow with #9250AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9250AA on black background.


Color preview on white background

This text has color #9250AA on white background.



Black color preview on #9250AA background

This text has black color on #9250AA background.


White color preview on #9250AA background

This text has white color on #9250AA background.