COLOR #955989

HEX: #955989
RGB: (149,89,137)

Color info

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

RGB color model

#955989 color RGB value is (149,89,137).

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

RGB channels and saturation

R 149 of 255 = 58%
G 89 of 255 = 35%
B 137 of 255 = 54%

149
89
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 89 + 137 = 375 (100%)
R 149 of 375 ~ 39.73%
G 89 of 375 ~ 23.73%
B 137 of 375 ~ 36.53%

%39.73
%23.73
%36.53

CMYK color model

#955989 color CMYK value is (0,40,8,42).

  • cyan value is 0.00%
  • magenta value is 40.27%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,40,8,42)
C0M40Y8K42 
(0%,40%,8%,42%)
(0.00/0.40/0.08/0.42)	

CMYK percentages

%0
%40.27
%8.05
%41.57

Codes

Color #955989 in popluar color models

955989
RGB14989137
HSL312°25.21%46.67%
HSB/HSV312°40.27%58.43%
CMYK0.00%40.27%8.05%
41.57%

Color #955989 in popluar number systems.

HEX955989
Decimal14989137
Binary10010101101100110001001
Octal225131211

Shades and tints

Shades of #955989

#955989
(149,89,137)
#88517D
(136,81,125)
#7B4971
(123,73,113)
#6E4165
(110,65,101)
#613959
(97,57,89)
#54314D
(84,49,77)
#472941
(71,41,65)
#3A2135
(58,33,53)
#2D1929
(45,25,41)
#20111D
(32,17,29)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #955989

#955989
(149,89,137)
#9E6893
(158,104,147)
#A7779D
(167,119,157)
#B086A7
(176,134,167)
#B995B1
(185,149,177)
#C2A4BB
(194,164,187)
#CBB3C5
(203,179,197)
#D4C2CF
(212,194,207)
#DDD1D9
(221,209,217)
#E6E0E3
(230,224,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955989; }

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

This text font color is #955989.


Background Color

.myBgColor { background-color: #955989; }

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

This div background color is #955989.


Border color

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

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

This div border color is #955989.


Opacity

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

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

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

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

This text has shadow with #955989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955989 on black background.


Color preview on white background

This text has color #955989 on white background.



Black color preview on #955989 background

This text has black color on #955989 background.


White color preview on #955989 background

This text has white color on #955989 background.