COLOR #954394

HEX: #954394
RGB: (149,67,148)

Color info

#954394 contains mainly red and blue colors. Web safe color of #954394 is #993399 (or #939).

RGB color model

#954394 color RGB value is (149,67,148).

  • red value is 149;
  • green value is 67;
  • blue value is 148.
RGB:
(149,67,148)
(58%,26%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 67 of 255 = 26%
B 148 of 255 = 58%

149
67
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 67 + 148 = 364 (100%)
R 149 of 364 ~ 40.93%
G 67 of 364 ~ 18.41%
B 148 of 364 ~ 40.66%

%40.93
%18.41
%40.66

CMYK color model

#954394 color CMYK value is (0,55,1,42).

  • cyan value is 0.00%
  • magenta value is 55.03%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(0,55,1,42)
C0M55Y1K42 
(0%,55%,1%,42%)
(0.00/0.55/0.01/0.42)	

CMYK percentages

%0
%55.03
%0.67
%41.57

Codes

Color #954394 in popluar color models

954394
RGB14967148
HSL301°37.96%42.35%
HSB/HSV301°55.03%58.43%
CMYK0.00%55.03%0.67%
41.57%

Color #954394 in popluar number systems.

HEX954394
Decimal14967148
Binary10010101100001110010100
Octal225103224

Shades and tints

Shades of #954394

#954394
(149,67,148)
#883D87
(136,61,135)
#7B377A
(123,55,122)
#6E316D
(110,49,109)
#612B60
(97,43,96)
#542553
(84,37,83)
#471F46
(71,31,70)
#3A1939
(58,25,57)
#2D132C
(45,19,44)
#200D1F
(32,13,31)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #954394

#954394
(149,67,148)
#9E549D
(158,84,157)
#A765A6
(167,101,166)
#B076AF
(176,118,175)
#B987B8
(185,135,184)
#C298C1
(194,152,193)
#CBA9CA
(203,169,202)
#D4BAD3
(212,186,211)
#DDCBDC
(221,203,220)
#E6DCE5
(230,220,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954394; }

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

This text font color is #954394.


Background Color

.myBgColor { background-color: #954394; }

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

This div background color is #954394.


Border color

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

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

This div border color is #954394.


Opacity

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

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

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

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

This text has shadow with #954394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954394 on black background.


Color preview on white background

This text has color #954394 on white background.



Black color preview on #954394 background

This text has black color on #954394 background.


White color preview on #954394 background

This text has white color on #954394 background.