COLOR #957098

HEX: #957098
RGB: (149,112,152)

Color info

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

RGB color model

#957098 color RGB value is (149,112,152).

  • red value is 149;
  • green value is 112;
  • blue value is 152.
RGB:
(149,112,152)
(58%,44%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 152 of 255 = 60%

149
112
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 152 = 413 (100%)
R 149 of 413 ~ 36.08%
G 112 of 413 ~ 27.12%
B 152 of 413 ~ 36.8%

%36.08
%27.12
%36.8

CMYK color model

#957098 color CMYK value is (2,26,0,40).

  • cyan value is 1.97%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(2,26,0,40)
C2M26Y0K40 
(2%,26%,0%,40%)
(0.02/0.26/0.00/0.40)	

CMYK percentages

%1.97
%26.32
%0
%40.39

Codes

Color #957098 in popluar color models

957098
RGB149112152
HSL296°16.26%51.76%
HSB/HSV296°26.32%59.61%
CMYK1.97%26.32%0.00%
40.39%

Color #957098 in popluar number systems.

HEX957098
Decimal149112152
Binary10010101111000010011000
Octal225160230

Shades and tints

Shades of #957098

#957098
(149,112,152)
#88668B
(136,102,139)
#7B5C7E
(123,92,126)
#6E5271
(110,82,113)
#614864
(97,72,100)
#543E57
(84,62,87)
#47344A
(71,52,74)
#3A2A3D
(58,42,61)
#2D2030
(45,32,48)
#201623
(32,22,35)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #957098

#957098
(149,112,152)
#9E7DA1
(158,125,161)
#A78AAA
(167,138,170)
#B097B3
(176,151,179)
#B9A4BC
(185,164,188)
#C2B1C5
(194,177,197)
#CBBECE
(203,190,206)
#D4CBD7
(212,203,215)
#DDD8E0
(221,216,224)
#E6E5E9
(230,229,233)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957098 color. Also use rgb(149,112,152) instead hex code.

Text Font Color

.myTextColor { color: #957098; }

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

This text font color is #957098.


Background Color

.myBgColor { background-color: #957098; }

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

This div background color is #957098.


Border color

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

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

This div border color is #957098.


Opacity

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

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

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

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

This text has shadow with #957098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957098 on black background.


Color preview on white background

This text has color #957098 on white background.



Black color preview on #957098 background

This text has black color on #957098 background.


White color preview on #957098 background

This text has white color on #957098 background.