COLOR #95558A

HEX: #95558A
RGB: (149,85,138)

Color info

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

RGB color model

#95558A color RGB value is (149,85,138).

  • red value is 149;
  • green value is 85;
  • blue value is 138.
RGB:
(149,85,138)
(58%,33%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 85 of 255 = 33%
B 138 of 255 = 54%

149
85
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 85 + 138 = 372 (100%)
R 149 of 372 ~ 40.05%
G 85 of 372 ~ 22.85%
B 138 of 372 ~ 37.1%

%40.05
%22.85
%37.1

CMYK color model

#95558A color CMYK value is (0,43,7,42).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,43,7,42)
C0M43Y7K42 
(0%,43%,7%,42%)
(0.00/0.43/0.07/0.42)	

CMYK percentages

%0
%42.95
%7.38
%41.57

Codes

Color #95558A in popluar color models

95558A
RGB14985138
HSL310°27.35%45.88%
HSB/HSV310°42.95%58.43%
CMYK0.00%42.95%7.38%
41.57%

Color #95558A in popluar number systems.

HEX95558A
Decimal14985138
Binary10010101101010110001010
Octal225125212

Shades and tints

Shades of #95558A

#95558A
(149,85,138)
#884E7E
(136,78,126)
#7B4772
(123,71,114)
#6E4066
(110,64,102)
#61395A
(97,57,90)
#54324E
(84,50,78)
#472B42
(71,43,66)
#3A2436
(58,36,54)
#2D1D2A
(45,29,42)
#20161E
(32,22,30)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #95558A

#95558A
(149,85,138)
#9E6494
(158,100,148)
#A7739E
(167,115,158)
#B082A8
(176,130,168)
#B991B2
(185,145,178)
#C2A0BC
(194,160,188)
#CBAFC6
(203,175,198)
#D4BED0
(212,190,208)
#DDCDDA
(221,205,218)
#E6DCE4
(230,220,228)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95558A color. Also use rgb(149,85,138) instead hex code.

Text Font Color

.myTextColor { color: #95558A; }

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

This text font color is #95558A.


Background Color

.myBgColor { background-color: #95558A; }

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

This div background color is #95558A.


Border color

.myBorderColor { border: 1px solid #95558A; }

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

This div border color is #95558A.


Opacity

.myOpacity80 { color: #95558A; opacity: 0.8; }

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

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

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

This text has shadow with #95558A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95558A on black background.


Color preview on white background

This text has color #95558A on white background.



Black color preview on #95558A background

This text has black color on #95558A background.


White color preview on #95558A background

This text has white color on #95558A background.