COLOR #954987

HEX: #954987
RGB: (149,73,135)

Color info

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

RGB color model

#954987 color RGB value is (149,73,135).

  • red value is 149;
  • green value is 73;
  • blue value is 135.
RGB:
(149,73,135)
(58%,29%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 73 of 255 = 29%
B 135 of 255 = 53%

149
73
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 73 + 135 = 357 (100%)
R 149 of 357 ~ 41.74%
G 73 of 357 ~ 20.45%
B 135 of 357 ~ 37.82%

%41.74
%20.45
%37.82

CMYK color model

#954987 color CMYK value is (0,51,9,42).

  • cyan value is 0.00%
  • magenta value is 51.01%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(0,51,9,42)
C0M51Y9K42 
(0%,51%,9%,42%)
(0.00/0.51/0.09/0.42)	

CMYK percentages

%0
%51.01
%9.4
%41.57

Codes

Color #954987 in popluar color models

954987
RGB14973135
HSL311°34.23%43.53%
HSB/HSV311°51.01%58.43%
CMYK0.00%51.01%9.40%
41.57%

Color #954987 in popluar number systems.

HEX954987
Decimal14973135
Binary10010101100100110000111
Octal225111207

Shades and tints

Shades of #954987

#954987
(149,73,135)
#88437B
(136,67,123)
#7B3D6F
(123,61,111)
#6E3763
(110,55,99)
#613157
(97,49,87)
#542B4B
(84,43,75)
#47253F
(71,37,63)
#3A1F33
(58,31,51)
#2D1927
(45,25,39)
#20131B
(32,19,27)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #954987

#954987
(149,73,135)
#9E5991
(158,89,145)
#A7699B
(167,105,155)
#B079A5
(176,121,165)
#B989AF
(185,137,175)
#C299B9
(194,153,185)
#CBA9C3
(203,169,195)
#D4B9CD
(212,185,205)
#DDC9D7
(221,201,215)
#E6D9E1
(230,217,225)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954987 color. Also use rgb(149,73,135) instead hex code.

Text Font Color

.myTextColor { color: #954987; }

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

This text font color is #954987.


Background Color

.myBgColor { background-color: #954987; }

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

This div background color is #954987.


Border color

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

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

This div border color is #954987.


Opacity

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

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

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

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

This text has shadow with #954987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954987 on black background.


Color preview on white background

This text has color #954987 on white background.



Black color preview on #954987 background

This text has black color on #954987 background.


White color preview on #954987 background

This text has white color on #954987 background.