COLOR #955A83

HEX: #955A83
RGB: (149,90,131)

Color info

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

RGB color model

#955A83 color RGB value is (149,90,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 131 of 255 = 51%

149
90
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 90 + 131 = 370 (100%)
R 149 of 370 ~ 40.27%
G 90 of 370 ~ 24.32%
B 131 of 370 ~ 35.41%

%40.27
%24.32
%35.41

CMYK color model

#955A83 color CMYK value is (0,40,12,42).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,40,12,42)
C0M40Y12K42 
(0%,40%,12%,42%)
(0.00/0.40/0.12/0.42)	

CMYK percentages

%0
%39.6
%12.08
%41.57

Codes

Color #955A83 in popluar color models

955A83
RGB14990131
HSL318°24.69%46.86%
HSB/HSV318°39.60%58.43%
CMYK0.00%39.60%12.08%
41.57%

Color #955A83 in popluar number systems.

HEX955A83
Decimal14990131
Binary10010101101101010000011
Octal225132203

Shades and tints

Shades of #955A83

#955A83
(149,90,131)
#885278
(136,82,120)
#7B4A6D
(123,74,109)
#6E4262
(110,66,98)
#613A57
(97,58,87)
#54324C
(84,50,76)
#472A41
(71,42,65)
#3A2236
(58,34,54)
#2D1A2B
(45,26,43)
#201220
(32,18,32)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #955A83

#955A83
(149,90,131)
#9E698E
(158,105,142)
#A77899
(167,120,153)
#B087A4
(176,135,164)
#B996AF
(185,150,175)
#C2A5BA
(194,165,186)
#CBB4C5
(203,180,197)
#D4C3D0
(212,195,208)
#DDD2DB
(221,210,219)
#E6E1E6
(230,225,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955A83; }

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

This text font color is #955A83.


Background Color

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

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

This div background color is #955A83.


Border color

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

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

This div border color is #955A83.


Opacity

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

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

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

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

This text has shadow with #955A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955A83 on black background.


Color preview on white background

This text has color #955A83 on white background.



Black color preview on #955A83 background

This text has black color on #955A83 background.


White color preview on #955A83 background

This text has white color on #955A83 background.