COLOR #9254A9

HEX: #9254A9
RGB: (146,84,169)

Color info

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

RGB color model

#9254A9 color RGB value is (146,84,169).

  • red value is 146;
  • green value is 84;
  • blue value is 169.
RGB:
(146,84,169)
(57%,33%,66%)

RGB channels and saturation

R 146 of 255 = 57%
G 84 of 255 = 33%
B 169 of 255 = 66%

146
84
169

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

Portions of RGB colors in percentages

R + G + B =
146 + 84 + 169 = 399 (100%)
R 146 of 399 ~ 36.59%
G 84 of 399 ~ 21.05%
B 169 of 399 ~ 42.36%

%36.59
%21.05
%42.36

CMYK color model

#9254A9 color CMYK value is (14,50,0,34).

  • cyan value is 13.61%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(14,50,0,34)
C14M50Y0K34 
(14%,50%,0%,34%)
(0.14/0.50/0.00/0.34)	

CMYK percentages

%13.61
%50.3
%0
%33.73

Codes

Color #9254A9 in popluar color models

9254A9
RGB14684169
HSL284°33.60%49.61%
HSB/HSV284°50.30%66.27%
CMYK13.61%50.30%0.00%
33.73%

Color #9254A9 in popluar number systems.

HEX9254A9
Decimal14684169
Binary10010010101010010101001
Octal222124251

Shades and tints

Shades of #9254A9

#9254A9
(146,84,169)
#854D9A
(133,77,154)
#78468B
(120,70,139)
#6B3F7C
(107,63,124)
#5E386D
(94,56,109)
#51315E
(81,49,94)
#442A4F
(68,42,79)
#372340
(55,35,64)
#2A1C31
(42,28,49)
#1D1522
(29,21,34)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #9254A9

#9254A9
(146,84,169)
#9B63B0
(155,99,176)
#A472B7
(164,114,183)
#AD81BE
(173,129,190)
#B690C5
(182,144,197)
#BF9FCC
(191,159,204)
#C8AED3
(200,174,211)
#D1BDDA
(209,189,218)
#DACCE1
(218,204,225)
#E3DBE8
(227,219,232)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9254A9 color. Also use rgb(146,84,169) instead hex code.

Text Font Color

.myTextColor { color: #9254A9; }

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

This text font color is #9254A9.


Background Color

.myBgColor { background-color: #9254A9; }

<div style="background-color:#9254A9">Inner text</div>

This div background color is #9254A9.


Border color

.myBorderColor { border: 1px solid #9254A9; }

<div style="border:3px solid #9254A9">Div</div>

This div border color is #9254A9.


Opacity

.myOpacity80 { color: #9254A9; opacity: 0.8; }

<p style="color:#9254A9;opacity:0.8;">80%</p>

Text with #9254A9 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 #9254A9;}

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

This text has shadow with #9254A9 color.

.textShadow {text-shadow: 3px 3px 1px #9254A9, 3px 3px 1px red;}

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

This text has shadow with #9254A9 primary color and red secondary color.


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

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

This text has shadow with #9254A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9254A9 on black background.


Color preview on white background

This text has color #9254A9 on white background.



Black color preview on #9254A9 background

This text has black color on #9254A9 background.


White color preview on #9254A9 background

This text has white color on #9254A9 background.