COLOR #954E89

HEX: #954E89
RGB: (149,78,137)

Color info

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

RGB color model

#954E89 color RGB value is (149,78,137).

  • red value is 149;
  • green value is 78;
  • blue value is 137.
RGB:
(149,78,137)
(58%,31%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 137 of 255 = 54%

149
78
137

R + G + B ~ 48%. #954E89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 78 + 137 = 364 (100%)
R 149 of 364 ~ 40.93%
G 78 of 364 ~ 21.43%
B 137 of 364 ~ 37.64%

%40.93
%21.43
%37.64

CMYK color model

#954E89 color CMYK value is (0,48,8,42).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,48,8,42)
C0M48Y8K42 
(0%,48%,8%,42%)
(0.00/0.48/0.08/0.42)	

CMYK percentages

%0
%47.65
%8.05
%41.57

Codes

Color #954E89 in popluar color models

954E89
RGB14978137
HSL310°31.28%44.51%
HSB/HSV310°47.65%58.43%
CMYK0.00%47.65%8.05%
41.57%

Color #954E89 in popluar number systems.

HEX954E89
Decimal14978137
Binary10010101100111010001001
Octal225116211

Shades and tints

Shades of #954E89

#954E89
(149,78,137)
#88477D
(136,71,125)
#7B4071
(123,64,113)
#6E3965
(110,57,101)
#613259
(97,50,89)
#542B4D
(84,43,77)
#472441
(71,36,65)
#3A1D35
(58,29,53)
#2D1629
(45,22,41)
#200F1D
(32,15,29)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #954E89

#954E89
(149,78,137)
#9E5E93
(158,94,147)
#A76E9D
(167,110,157)
#B07EA7
(176,126,167)
#B98EB1
(185,142,177)
#C29EBB
(194,158,187)
#CBAEC5
(203,174,197)
#D4BECF
(212,190,207)
#DDCED9
(221,206,217)
#E6DEE3
(230,222,227)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954E89 color. Also use rgb(149,78,137) instead hex code.

Text Font Color

.myTextColor { color: #954E89; }

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

This text font color is #954E89.


Background Color

.myBgColor { background-color: #954E89; }

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

This div background color is #954E89.


Border color

.myBorderColor { border: 1px solid #954E89; }

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

This div border color is #954E89.


Opacity

.myOpacity80 { color: #954E89; opacity: 0.8; }

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

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

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

This text has shadow with #954E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954E89 on black background.


Color preview on white background

This text has color #954E89 on white background.



Black color preview on #954E89 background

This text has black color on #954E89 background.


White color preview on #954E89 background

This text has white color on #954E89 background.