COLOR #955890

HEX: #955890
RGB: (149,88,144)

Color info

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

RGB color model

#955890 color RGB value is (149,88,144).

  • red value is 149;
  • green value is 88;
  • blue value is 144.
RGB:
(149,88,144)
(58%,35%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 88 of 255 = 35%
B 144 of 255 = 56%

149
88
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 88 + 144 = 381 (100%)
R 149 of 381 ~ 39.11%
G 88 of 381 ~ 23.1%
B 144 of 381 ~ 37.8%

%39.11
%23.1
%37.8

CMYK color model

#955890 color CMYK value is (0,41,3,42).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(0,41,3,42)
C0M41Y3K42 
(0%,41%,3%,42%)
(0.00/0.41/0.03/0.42)	

CMYK percentages

%0
%40.94
%3.36
%41.57

Codes

Color #955890 in popluar color models

955890
RGB14988144
HSL305°25.74%46.47%
HSB/HSV305°40.94%58.43%
CMYK0.00%40.94%3.36%
41.57%

Color #955890 in popluar number systems.

HEX955890
Decimal14988144
Binary10010101101100010010000
Octal225130220

Shades and tints

Shades of #955890

#955890
(149,88,144)
#885083
(136,80,131)
#7B4876
(123,72,118)
#6E4069
(110,64,105)
#61385C
(97,56,92)
#54304F
(84,48,79)
#472842
(71,40,66)
#3A2035
(58,32,53)
#2D1828
(45,24,40)
#20101B
(32,16,27)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #955890

#955890
(149,88,144)
#9E679A
(158,103,154)
#A776A4
(167,118,164)
#B085AE
(176,133,174)
#B994B8
(185,148,184)
#C2A3C2
(194,163,194)
#CBB2CC
(203,178,204)
#D4C1D6
(212,193,214)
#DDD0E0
(221,208,224)
#E6DFEA
(230,223,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955890 color. Also use rgb(149,88,144) instead hex code.

Text Font Color

.myTextColor { color: #955890; }

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

This text font color is #955890.


Background Color

.myBgColor { background-color: #955890; }

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

This div background color is #955890.


Border color

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

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

This div border color is #955890.


Opacity

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

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

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

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

This text has shadow with #955890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955890 on black background.


Color preview on white background

This text has color #955890 on white background.



Black color preview on #955890 background

This text has black color on #955890 background.


White color preview on #955890 background

This text has white color on #955890 background.