COLOR #954589

HEX: #954589
RGB: (149,69,137)

Color info

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

RGB color model

#954589 color RGB value is (149,69,137).

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

RGB channels and saturation

R 149 of 255 = 58%
G 69 of 255 = 27%
B 137 of 255 = 54%

149
69
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 69 + 137 = 355 (100%)
R 149 of 355 ~ 41.97%
G 69 of 355 ~ 19.44%
B 137 of 355 ~ 38.59%

%41.97
%19.44
%38.59

CMYK color model

#954589 color CMYK value is (0,54,8,42).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,54,8,42)
C0M54Y8K42 
(0%,54%,8%,42%)
(0.00/0.54/0.08/0.42)	

CMYK percentages

%0
%53.69
%8.05
%41.57

Codes

Color #954589 in popluar color models

954589
RGB14969137
HSL309°36.70%42.75%
HSB/HSV309°53.69%58.43%
CMYK0.00%53.69%8.05%
41.57%

Color #954589 in popluar number systems.

HEX954589
Decimal14969137
Binary10010101100010110001001
Octal225105211

Shades and tints

Shades of #954589

#954589
(149,69,137)
#883F7D
(136,63,125)
#7B3971
(123,57,113)
#6E3365
(110,51,101)
#612D59
(97,45,89)
#54274D
(84,39,77)
#472141
(71,33,65)
#3A1B35
(58,27,53)
#2D1529
(45,21,41)
#200F1D
(32,15,29)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #954589

#954589
(149,69,137)
#9E5593
(158,85,147)
#A7659D
(167,101,157)
#B075A7
(176,117,167)
#B985B1
(185,133,177)
#C295BB
(194,149,187)
#CBA5C5
(203,165,197)
#D4B5CF
(212,181,207)
#DDC5D9
(221,197,217)
#E6D5E3
(230,213,227)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954589; }

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

This text font color is #954589.


Background Color

.myBgColor { background-color: #954589; }

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

This div background color is #954589.


Border color

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

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

This div border color is #954589.


Opacity

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

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

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

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

This text has shadow with #954589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954589 on black background.


Color preview on white background

This text has color #954589 on white background.



Black color preview on #954589 background

This text has black color on #954589 background.


White color preview on #954589 background

This text has white color on #954589 background.