COLOR #955188

HEX: #955188
RGB: (149,81,136)

Color info

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

RGB color model

#955188 color RGB value is (149,81,136).

  • red value is 149;
  • green value is 81;
  • blue value is 136.
RGB:
(149,81,136)
(58%,32%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 81 of 255 = 32%
B 136 of 255 = 53%

149
81
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 81 + 136 = 366 (100%)
R 149 of 366 ~ 40.71%
G 81 of 366 ~ 22.13%
B 136 of 366 ~ 37.16%

%40.71
%22.13
%37.16

CMYK color model

#955188 color CMYK value is (0,46,9,42).

  • cyan value is 0.00%
  • magenta value is 45.64%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(0,46,9,42)
C0M46Y9K42 
(0%,46%,9%,42%)
(0.00/0.46/0.09/0.42)	

CMYK percentages

%0
%45.64
%8.72
%41.57

Codes

Color #955188 in popluar color models

955188
RGB14981136
HSL311°29.57%45.10%
HSB/HSV311°45.64%58.43%
CMYK0.00%45.64%8.72%
41.57%

Color #955188 in popluar number systems.

HEX955188
Decimal14981136
Binary10010101101000110001000
Octal225121210

Shades and tints

Shades of #955188

#955188
(149,81,136)
#884A7C
(136,74,124)
#7B4370
(123,67,112)
#6E3C64
(110,60,100)
#613558
(97,53,88)
#542E4C
(84,46,76)
#472740
(71,39,64)
#3A2034
(58,32,52)
#2D1928
(45,25,40)
#20121C
(32,18,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #955188

#955188
(149,81,136)
#9E6092
(158,96,146)
#A76F9C
(167,111,156)
#B07EA6
(176,126,166)
#B98DB0
(185,141,176)
#C29CBA
(194,156,186)
#CBABC4
(203,171,196)
#D4BACE
(212,186,206)
#DDC9D8
(221,201,216)
#E6D8E2
(230,216,226)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955188 color. Also use rgb(149,81,136) instead hex code.

Text Font Color

.myTextColor { color: #955188; }

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

This text font color is #955188.


Background Color

.myBgColor { background-color: #955188; }

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

This div background color is #955188.


Border color

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

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

This div border color is #955188.


Opacity

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

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

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

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

This text has shadow with #955188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955188 on black background.


Color preview on white background

This text has color #955188 on white background.



Black color preview on #955188 background

This text has black color on #955188 background.


White color preview on #955188 background

This text has white color on #955188 background.