COLOR #955A86

HEX: #955A86
RGB: (149,90,134)

Color info

#955A86 contains red, green and blue colors in about the same proportion. Web safe color of #955A86 is #996699 (or #969).

RGB color model

#955A86 color RGB value is (149,90,134).

  • red value is 149;
  • green value is 90;
  • blue value is 134.
RGB:
(149,90,134)
(58%,35%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 134 of 255 = 53%

149
90
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 90 + 134 = 373 (100%)
R 149 of 373 ~ 39.95%
G 90 of 373 ~ 24.13%
B 134 of 373 ~ 35.92%

%39.95
%24.13
%35.92

CMYK color model

#955A86 color CMYK value is (0,40,10,42).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(0,40,10,42)
C0M40Y10K42 
(0%,40%,10%,42%)
(0.00/0.40/0.10/0.42)	

CMYK percentages

%0
%39.6
%10.07
%41.57

Codes

Color #955A86 in popluar color models

955A86
RGB14990134
HSL315°24.69%46.86%
HSB/HSV315°39.60%58.43%
CMYK0.00%39.60%10.07%
41.57%

Color #955A86 in popluar number systems.

HEX955A86
Decimal14990134
Binary10010101101101010000110
Octal225132206

Shades and tints

Shades of #955A86

#955A86
(149,90,134)
#88527A
(136,82,122)
#7B4A6E
(123,74,110)
#6E4262
(110,66,98)
#613A56
(97,58,86)
#54324A
(84,50,74)
#472A3E
(71,42,62)
#3A2232
(58,34,50)
#2D1A26
(45,26,38)
#20121A
(32,18,26)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #955A86

#955A86
(149,90,134)
#9E6991
(158,105,145)
#A7789C
(167,120,156)
#B087A7
(176,135,167)
#B996B2
(185,150,178)
#C2A5BD
(194,165,189)
#CBB4C8
(203,180,200)
#D4C3D3
(212,195,211)
#DDD2DE
(221,210,222)
#E6E1E9
(230,225,233)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955A86 color. Also use rgb(149,90,134) instead hex code.

Text Font Color

.myTextColor { color: #955A86; }

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

This text font color is #955A86.


Background Color

.myBgColor { background-color: #955A86; }

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

This div background color is #955A86.


Border color

.myBorderColor { border: 1px solid #955A86; }

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

This div border color is #955A86.


Opacity

.myOpacity80 { color: #955A86; opacity: 0.8; }

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

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

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

This text has shadow with #955A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955A86 on black background.


Color preview on white background

This text has color #955A86 on white background.



Black color preview on #955A86 background

This text has black color on #955A86 background.


White color preview on #955A86 background

This text has white color on #955A86 background.