COLOR #95547D

HEX: #95547D RGB: (149,84,125)

Color info

#95547D contains mainly red and blue colors. Web safe color of #95547D is #996666 (or #966).

RGB color model

#95547D color RGB value is (149,84,125).

RGB: (149,84,125) (58%, 33%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 84 of 255 = 33%
B 125 of 255 = 49%

149
84
125

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

Portions of RGB colors in percentages

R + G + B = 149 + 84 + 125 = 358 (100%)
R 149 of 358 ~ 41.62%
G 84 of 358 ~ 23.46%
B 125 of 358 ~ 34.92'%

%41.62
%23.46
%34.92

CMYK color model

#95547D color CMYK value is (0,44,16,42).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 16.11%
  • key color value is 41.57%

CMYK: (0,44,16,42)
C0M44Y16K42 (0%, 44%, 16%, 42%)
(0.00 / 0.44 / 0.16 / 0.42)

CMYK percentages

%0
%43.62
%16.11
%41.57

Codes

Color #95547D in popluar color models

95 54 7D
RGB 149 84 125
HSL 322° 27.90% 45.69%
HSB/HSV 322° 43.62% 58.43%
CMYK 0.00% 43.62% 16.11%
41.57%

Color #95547D in popluar number systems.

HEX 95 54 7D
Decimal 149 84 125
Binary 10010101 1010100 1111101
Octal 225 124 175

Shades and tints

Shades of #95547D

#95547D
(149,84,125)
#884D72
(136,77,114)
#7B4667
(123,70,103)
#6E3F5C
(110,63,92)
#613851
(97,56,81)
#543146
(84,49,70)
#472A3B
(71,42,59)
#3A2330
(58,35,48)
#2D1C25
(45,28,37)
#20151A
(32,21,26)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #95547D

#95547D
(149,84,125)
#9E6388
(158,99,136)
#A77293
(167,114,147)
#B0819E
(176,129,158)
#B990A9
(185,144,169)
#C29FB4
(194,159,180)
#CBAEBF
(203,174,191)
#D4BDCA
(212,189,202)
#DDCCD5
(221,204,213)
#E6DBE0
(230,219,224)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95547D color. Also use rgb(149,84,125) instead hex code.

Text Font Color

.myTextColor { color: #95547D; }

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

This text font color is #95547D.

Background Color

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

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

This div background color is #95547D.

Border color

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

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

This div border color is #95547D.

Opacity

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

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

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

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

This text has shadow with #95547D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95547D.

Preview

Color preview on black background

This text has color #95547D on black background.


Color preview on white background

This text has color #95547D on white background.


Black color preview on #95547D background

This text has black color on #95547D background.


White color preview on #95547D background

This text has white color on #95547D background.


Related colors

Complementary color

Complementary color for #hex is #6AAB82.


I love getcolorcode.com

Triadic colors

1 #7D9554 and #547D95 with #95547D are triadic colors.

2 #7D5495 and #54957D with #95547D are triadic colors.