COLOR #9454A9

HEX: #9454A9
RGB: (148,84,169)

Color info

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

RGB color model

#9454A9 color RGB value is (148,84,169).

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

RGB channels and saturation

R 148 of 255 = 58%
G 84 of 255 = 33%
B 169 of 255 = 66%

148
84
169

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

Portions of RGB colors in percentages

R + G + B =
148 + 84 + 169 = 401 (100%)
R 148 of 401 ~ 36.91%
G 84 of 401 ~ 20.95%
B 169 of 401 ~ 42.14%

%36.91
%20.95
%42.14

CMYK color model

#9454A9 color CMYK value is (12,50,0,34).

  • cyan value is 12.43%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(12,50,0,34)
C12M50Y0K34 
(12%,50%,0%,34%)
(0.12/0.50/0.00/0.34)	

CMYK percentages

%12.43
%50.3
%0
%33.73

Codes

Color #9454A9 in popluar color models

9454A9
RGB14884169
HSL285°33.60%49.61%
HSB/HSV285°50.30%66.27%
CMYK12.43%50.30%0.00%
33.73%

Color #9454A9 in popluar number systems.

HEX9454A9
Decimal14884169
Binary10010100101010010101001
Octal224124251

Shades and tints

Shades of #9454A9

#9454A9
(148,84,169)
#874D9A
(135,77,154)
#7A468B
(122,70,139)
#6D3F7C
(109,63,124)
#60386D
(96,56,109)
#53315E
(83,49,94)
#462A4F
(70,42,79)
#392340
(57,35,64)
#2C1C31
(44,28,49)
#1F1522
(31,21,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #9454A9

#9454A9
(148,84,169)
#9D63B0
(157,99,176)
#A672B7
(166,114,183)
#AF81BE
(175,129,190)
#B890C5
(184,144,197)
#C19FCC
(193,159,204)
#CAAED3
(202,174,211)
#D3BDDA
(211,189,218)
#DCCCE1
(220,204,225)
#E5DBE8
(229,219,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9454A9; }

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

This text font color is #9454A9.


Background Color

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

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

This div background color is #9454A9.


Border color

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

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

This div border color is #9454A9.


Opacity

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

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

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

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

This text has shadow with #9454A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9454A9 on black background.


Color preview on white background

This text has color #9454A9 on white background.



Black color preview on #9454A9 background

This text has black color on #9454A9 background.


White color preview on #9454A9 background

This text has white color on #9454A9 background.