COLOR #9457A2

HEX: #9457A2
RGB: (148,87,162)

Color info

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

RGB color model

#9457A2 color RGB value is (148,87,162).

  • red value is 148;
  • green value is 87;
  • blue value is 162.
RGB:
(148,87,162)
(58%,34%,64%)

RGB channels and saturation

R 148 of 255 = 58%
G 87 of 255 = 34%
B 162 of 255 = 64%

148
87
162

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

Portions of RGB colors in percentages

R + G + B =
148 + 87 + 162 = 397 (100%)
R 148 of 397 ~ 37.28%
G 87 of 397 ~ 21.91%
B 162 of 397 ~ 40.81%

%37.28
%21.91
%40.81

CMYK color model

#9457A2 color CMYK value is (9,46,0,36).

  • cyan value is 8.64%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(9,46,0,36)
C9M46Y0K36 
(9%,46%,0%,36%)
(0.09/0.46/0.00/0.36)	

CMYK percentages

%8.64
%46.3
%0
%36.47

Codes

Color #9457A2 in popluar color models

9457A2
RGB14887162
HSL289°30.12%48.82%
HSB/HSV289°46.30%63.53%
CMYK8.64%46.30%0.00%
36.47%

Color #9457A2 in popluar number systems.

HEX9457A2
Decimal14887162
Binary10010100101011110100010
Octal224127242

Shades and tints

Shades of #9457A2

#9457A2
(148,87,162)
#875094
(135,80,148)
#7A4986
(122,73,134)
#6D4278
(109,66,120)
#603B6A
(96,59,106)
#53345C
(83,52,92)
#462D4E
(70,45,78)
#392640
(57,38,64)
#2C1F32
(44,31,50)
#1F1824
(31,24,36)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #9457A2

#9457A2
(148,87,162)
#9D66AA
(157,102,170)
#A675B2
(166,117,178)
#AF84BA
(175,132,186)
#B893C2
(184,147,194)
#C1A2CA
(193,162,202)
#CAB1D2
(202,177,210)
#D3C0DA
(211,192,218)
#DCCFE2
(220,207,226)
#E5DEEA
(229,222,234)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9457A2 color. Also use rgb(148,87,162) instead hex code.

Text Font Color

.myTextColor { color: #9457A2; }

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

This text font color is #9457A2.


Background Color

.myBgColor { background-color: #9457A2; }

<div style="background-color:#9457A2">Inner text</div>

This div background color is #9457A2.


Border color

.myBorderColor { border: 1px solid #9457A2; }

<div style="border:3px solid #9457A2">Div</div>

This div border color is #9457A2.


Opacity

.myOpacity80 { color: #9457A2; opacity: 0.8; }

<p style="color:#9457A2;opacity:0.8;">80%</p>

Text with #9457A2 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 #9457A2;}

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

This text has shadow with #9457A2 color.

.textShadow {text-shadow: 3px 3px 1px #9457A2, 3px 3px 1px red;}

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

This text has shadow with #9457A2 primary color and red secondary color.


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

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

This text has shadow with #9457A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9457A2 on black background.


Color preview on white background

This text has color #9457A2 on white background.



Black color preview on #9457A2 background

This text has black color on #9457A2 background.


White color preview on #9457A2 background

This text has white color on #9457A2 background.