COLOR #954E85

HEX: #954E85
RGB: (149,78,133)

Color info

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

RGB color model

#954E85 color RGB value is (149,78,133).

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

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 133 of 255 = 52%

149
78
133

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

Portions of RGB colors in percentages

R + G + B =
149 + 78 + 133 = 360 (100%)
R 149 of 360 ~ 41.39%
G 78 of 360 ~ 21.67%
B 133 of 360 ~ 36.94%

%41.39
%21.67
%36.94

CMYK color model

#954E85 color CMYK value is (0,48,11,42).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(0,48,11,42)
C0M48Y11K42 
(0%,48%,11%,42%)
(0.00/0.48/0.11/0.42)	

CMYK percentages

%0
%47.65
%10.74
%41.57

Codes

Color #954E85 in popluar color models

954E85
RGB14978133
HSL314°31.28%44.51%
HSB/HSV314°47.65%58.43%
CMYK0.00%47.65%10.74%
41.57%

Color #954E85 in popluar number systems.

HEX954E85
Decimal14978133
Binary10010101100111010000101
Octal225116205

Shades and tints

Shades of #954E85

#954E85
(149,78,133)
#884779
(136,71,121)
#7B406D
(123,64,109)
#6E3961
(110,57,97)
#613255
(97,50,85)
#542B49
(84,43,73)
#47243D
(71,36,61)
#3A1D31
(58,29,49)
#2D1625
(45,22,37)
#200F19
(32,15,25)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #954E85

#954E85
(149,78,133)
#9E5E90
(158,94,144)
#A76E9B
(167,110,155)
#B07EA6
(176,126,166)
#B98EB1
(185,142,177)
#C29EBC
(194,158,188)
#CBAEC7
(203,174,199)
#D4BED2
(212,190,210)
#DDCEDD
(221,206,221)
#E6DEE8
(230,222,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954E85; }

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

This text font color is #954E85.


Background Color

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

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

This div background color is #954E85.


Border color

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

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

This div border color is #954E85.


Opacity

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

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

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

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

This text has shadow with #954E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954E85 on black background.


Color preview on white background

This text has color #954E85 on white background.



Black color preview on #954E85 background

This text has black color on #954E85 background.


White color preview on #954E85 background

This text has white color on #954E85 background.