COLOR #95588D

HEX: #95588D RGB: (149,88,141)

Color info

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

RGB color model

#95588D color RGB value is (149,88,141).

RGB: (149,88,141) (58%, 35%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 88 of 255 = 35%
B 141 of 255 = 55%

149
88
141

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

Portions of RGB colors in percentages

R + G + B = 149 + 88 + 141 = 378 (100%)
R 149 of 378 ~ 39.42%
G 88 of 378 ~ 23.28%
B 141 of 378 ~ 37.3'%

%39.42
%23.28
%37.3

CMYK color model

#95588D color CMYK value is (0,41,5,42).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK: (0,41,5,42) C0M41Y5K42 (0%,41%,5%,42%) (0.00/0.41/0.05/0.42) 

CMYK percentages

%0
%40.94
%5.37
%41.57

Codes

Color #95588D in popluar color models

95 58 8D
RGB 149 88 141
HSL 308° 25.74% 46.47%
HSB/HSV 308° 40.94% 58.43%
CMYK 0.00% 40.94% 5.37%
41.57%

Color #95588D in popluar number systems.

HEX 95 58 8D
Decimal 149 88 141
Binary 10010101 1011000 10001101
Octal 225 130 215

Shades and tints

Shades of #95588D

#95588D
(149,88,141)
#885081
(136,80,129)
#7B4875
(123,72,117)
#6E4069
(110,64,105)
#61385D
(97,56,93)
#543051
(84,48,81)
#472845
(71,40,69)
#3A2039
(58,32,57)
#2D182D
(45,24,45)
#201021
(32,16,33)
#130815
(19,8,21)
#000000
(0,0,0)

Tints of #95588D

#95588D
(149,88,141)
#9E6797
(158,103,151)
#A776A1
(167,118,161)
#B085AB
(176,133,171)
#B994B5
(185,148,181)
#C2A3BF
(194,163,191)
#CBB2C9
(203,178,201)
#D4C1D3
(212,193,211)
#DDD0DD
(221,208,221)
#E6DFE7
(230,223,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95588D; }

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

This text font color is #95588D.

Background Color

.myBgColor { background-color: #95588D; }

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

This div background color is #95588D.

Border color

.myBorderColor { border: 1px solid #95588D; }

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

This div border color is #95588D.

Opacity

.myOpacity80 { color: #95588D; opacity: 0.8; }

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

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

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

This text has shadow with #95588D color.


.textShadow {text-shadow: 3px 3px 1px #95588D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95588D; -webkit-box-shadow: 1px 1px 3px 2px #95588D; box-shadow:1px 1px 3px 2px #95588D;">
Div content here
</div>

This div box has shadow with color #95588D.

Preview

Color preview on black background

This text has color #95588D on black background.


Color preview on white background

This text has color #95588D on white background.


Black color preview on #95588D background

This text has black color on #95588D background.


White color preview on #95588D background

This text has white color on #95588D background.


Related colors

Complementary color

Complementary color for #hex is #6AA772.


I love getcolorcode.com

Triadic colors

1 #8D9558 and #588D95 with #95588D are triadic colors.

2 #8D5895 and #58958D with #95588D are triadic colors.