COLOR #957495

HEX: #957495
RGB: (149,116,149)

Color info

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

RGB color model

#957495 color RGB value is (149,116,149).

  • red value is 149;
  • green value is 116;
  • blue value is 149.
RGB:
(149,116,149)
(58%,45%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 149 of 255 = 58%

149
116
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 149 = 414 (100%)
R 149 of 414 ~ 35.99%
G 116 of 414 ~ 28.02%
B 149 of 414 ~ 35.99%

%35.99
%28.02
%35.99

CMYK color model

#957495 color CMYK value is (0,22,0,42).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(0,22,0,42)
C0M22Y0K42 
(0%,22%,0%,42%)
(0.00/0.22/0.00/0.42)	

CMYK percentages

%0
%22.15
%0
%41.57

Codes

Color #957495 in popluar color models

957495
RGB149116149
HSL300°13.47%51.96%
HSB/HSV300°22.15%58.43%
CMYK0.00%22.15%0.00%
41.57%

Color #957495 in popluar number systems.

HEX957495
Decimal149116149
Binary10010101111010010010101
Octal225164225

Shades and tints

Shades of #957495

#957495
(149,116,149)
#886A88
(136,106,136)
#7B607B
(123,96,123)
#6E566E
(110,86,110)
#614C61
(97,76,97)
#544254
(84,66,84)
#473847
(71,56,71)
#3A2E3A
(58,46,58)
#2D242D
(45,36,45)
#201A20
(32,26,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #957495

#957495
(149,116,149)
#9E809E
(158,128,158)
#A78CA7
(167,140,167)
#B098B0
(176,152,176)
#B9A4B9
(185,164,185)
#C2B0C2
(194,176,194)
#CBBCCB
(203,188,203)
#D4C8D4
(212,200,212)
#DDD4DD
(221,212,221)
#E6E0E6
(230,224,230)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957495; }

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

This text font color is #957495.


Background Color

.myBgColor { background-color: #957495; }

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

This div background color is #957495.


Border color

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

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

This div border color is #957495.


Opacity

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

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

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

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

This text has shadow with #957495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957495 on black background.


Color preview on white background

This text has color #957495 on white background.



Black color preview on #957495 background

This text has black color on #957495 background.


White color preview on #957495 background

This text has white color on #957495 background.