COLOR #9250A7

HEX: #9250A7
RGB: (146,80,167)

Color info

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

RGB color model

#9250A7 color RGB value is (146,80,167).

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

RGB channels and saturation

R 146 of 255 = 57%
G 80 of 255 = 31%
B 167 of 255 = 65%

146
80
167

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

Portions of RGB colors in percentages

R + G + B =
146 + 80 + 167 = 393 (100%)
R 146 of 393 ~ 37.15%
G 80 of 393 ~ 20.36%
B 167 of 393 ~ 42.49%

%37.15
%20.36
%42.49

CMYK color model

#9250A7 color CMYK value is (13,52,0,35).

  • cyan value is 12.57%
  • magenta value is 52.10%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(13,52,0,35)
C13M52Y0K35 
(13%,52%,0%,35%)
(0.13/0.52/0.00/0.35)	

CMYK percentages

%12.57
%52.1
%0
%34.51

Codes

Color #9250A7 in popluar color models

9250A7
RGB14680167
HSL286°35.22%48.43%
HSB/HSV286°52.10%65.49%
CMYK12.57%52.10%0.00%
34.51%

Color #9250A7 in popluar number systems.

HEX9250A7
Decimal14680167
Binary10010010101000010100111
Octal222120247

Shades and tints

Shades of #9250A7

#9250A7
(146,80,167)
#854998
(133,73,152)
#784289
(120,66,137)
#6B3B7A
(107,59,122)
#5E346B
(94,52,107)
#512D5C
(81,45,92)
#44264D
(68,38,77)
#371F3E
(55,31,62)
#2A182F
(42,24,47)
#1D1120
(29,17,32)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #9250A7

#9250A7
(146,80,167)
#9B5FAF
(155,95,175)
#A46EB7
(164,110,183)
#AD7DBF
(173,125,191)
#B68CC7
(182,140,199)
#BF9BCF
(191,155,207)
#C8AAD7
(200,170,215)
#D1B9DF
(209,185,223)
#DAC8E7
(218,200,231)
#E3D7EF
(227,215,239)
#ECE6F7
(236,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9250A7; }

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

This text font color is #9250A7.


Background Color

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

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

This div background color is #9250A7.


Border color

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

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

This div border color is #9250A7.


Opacity

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

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

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

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

This text has shadow with #9250A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9250A7 on black background.


Color preview on white background

This text has color #9250A7 on white background.



Black color preview on #9250A7 background

This text has black color on #9250A7 background.


White color preview on #9250A7 background

This text has white color on #9250A7 background.