COLOR #954E97

HEX: #954E97
RGB: (149,78,151)

Color info

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

RGB color model

#954E97 color RGB value is (149,78,151).

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

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 151 of 255 = 59%

149
78
151

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

Portions of RGB colors in percentages

R + G + B =
149 + 78 + 151 = 378 (100%)
R 149 of 378 ~ 39.42%
G 78 of 378 ~ 20.63%
B 151 of 378 ~ 39.95%

%39.42
%20.63
%39.95

CMYK color model

#954E97 color CMYK value is (1,48,0,41).

  • cyan value is 1.32%
  • magenta value is 48.34%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,48,0,41)
C1M48Y0K41 
(1%,48%,0%,41%)
(0.01/0.48/0.00/0.41)	

CMYK percentages

%1.32
%48.34
%0
%40.78

Codes

Color #954E97 in popluar color models

954E97
RGB14978151
HSL298°31.88%44.90%
HSB/HSV298°48.34%59.22%
CMYK1.32%48.34%0.00%
40.78%

Color #954E97 in popluar number systems.

HEX954E97
Decimal14978151
Binary10010101100111010010111
Octal225116227

Shades and tints

Shades of #954E97

#954E97
(149,78,151)
#88478A
(136,71,138)
#7B407D
(123,64,125)
#6E3970
(110,57,112)
#613263
(97,50,99)
#542B56
(84,43,86)
#472449
(71,36,73)
#3A1D3C
(58,29,60)
#2D162F
(45,22,47)
#200F22
(32,15,34)
#130815
(19,8,21)
#000000
(0,0,0)

Tints of #954E97

#954E97
(149,78,151)
#9E5EA0
(158,94,160)
#A76EA9
(167,110,169)
#B07EB2
(176,126,178)
#B98EBB
(185,142,187)
#C29EC4
(194,158,196)
#CBAECD
(203,174,205)
#D4BED6
(212,190,214)
#DDCEDF
(221,206,223)
#E6DEE8
(230,222,232)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954E97; }

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

This text font color is #954E97.


Background Color

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

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

This div background color is #954E97.


Border color

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

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

This div border color is #954E97.


Opacity

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

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

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

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

This text has shadow with #954E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954E97 on black background.


Color preview on white background

This text has color #954E97 on white background.



Black color preview on #954E97 background

This text has black color on #954E97 background.


White color preview on #954E97 background

This text has white color on #954E97 background.