COLOR #957194

HEX: #957194
RGB: (149,113,148)

Color info

#957194 contains red, green and blue colors in about the same proportion. Web safe color of #957194 is #996699 (or #969).

RGB color model

#957194 color RGB value is (149,113,148).

  • red value is 149;
  • green value is 113;
  • blue value is 148.
RGB:
(149,113,148)
(58%,44%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 113 of 255 = 44%
B 148 of 255 = 58%

149
113
148

R + G + B ~ 53%. #957194 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 113 + 148 = 410 (100%)
R 149 of 410 ~ 36.34%
G 113 of 410 ~ 27.56%
B 148 of 410 ~ 36.1%

%36.34
%27.56
%36.1

CMYK color model

#957194 color CMYK value is (0,24,1,42).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(0,24,1,42)
C0M24Y1K42 
(0%,24%,1%,42%)
(0.00/0.24/0.01/0.42)	

CMYK percentages

%0
%24.16
%0.67
%41.57

Codes

Color #957194 in popluar color models

957194
RGB149113148
HSL302°14.52%51.37%
HSB/HSV302°24.16%58.43%
CMYK0.00%24.16%0.67%
41.57%

Color #957194 in popluar number systems.

HEX957194
Decimal149113148
Binary10010101111000110010100
Octal225161224

Shades and tints

Shades of #957194

#957194
(149,113,148)
#886787
(136,103,135)
#7B5D7A
(123,93,122)
#6E536D
(110,83,109)
#614960
(97,73,96)
#543F53
(84,63,83)
#473546
(71,53,70)
#3A2B39
(58,43,57)
#2D212C
(45,33,44)
#20171F
(32,23,31)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #957194

#957194
(149,113,148)
#9E7D9D
(158,125,157)
#A789A6
(167,137,166)
#B095AF
(176,149,175)
#B9A1B8
(185,161,184)
#C2ADC1
(194,173,193)
#CBB9CA
(203,185,202)
#D4C5D3
(212,197,211)
#DDD1DC
(221,209,220)
#E6DDE5
(230,221,229)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957194 color. Also use rgb(149,113,148) instead hex code.

Text Font Color

.myTextColor { color: #957194; }

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

This text font color is #957194.


Background Color

.myBgColor { background-color: #957194; }

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

This div background color is #957194.


Border color

.myBorderColor { border: 1px solid #957194; }

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

This div border color is #957194.


Opacity

.myOpacity80 { color: #957194; opacity: 0.8; }

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

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

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

This text has shadow with #957194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957194 on black background.


Color preview on white background

This text has color #957194 on white background.



Black color preview on #957194 background

This text has black color on #957194 background.


White color preview on #957194 background

This text has white color on #957194 background.