COLOR #95598B

HEX: #95598B
RGB: (149,89,139)

Color info

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

RGB color model

#95598B color RGB value is (149,89,139).

  • red value is 149;
  • green value is 89;
  • blue value is 139.
RGB:
(149,89,139)
(58%,35%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 89 of 255 = 35%
B 139 of 255 = 55%

149
89
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 89 + 139 = 377 (100%)
R 149 of 377 ~ 39.52%
G 89 of 377 ~ 23.61%
B 139 of 377 ~ 36.87%

%39.52
%23.61
%36.87

CMYK color model

#95598B color CMYK value is (0,40,7,42).

  • cyan value is 0.00%
  • magenta value is 40.27%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(0,40,7,42)
C0M40Y7K42 
(0%,40%,7%,42%)
(0.00/0.40/0.07/0.42)	

CMYK percentages

%0
%40.27
%6.71
%41.57

Codes

Color #95598B in popluar color models

95598B
RGB14989139
HSL310°25.21%46.67%
HSB/HSV310°40.27%58.43%
CMYK0.00%40.27%6.71%
41.57%

Color #95598B in popluar number systems.

HEX95598B
Decimal14989139
Binary10010101101100110001011
Octal225131213

Shades and tints

Shades of #95598B

#95598B
(149,89,139)
#88517F
(136,81,127)
#7B4973
(123,73,115)
#6E4167
(110,65,103)
#61395B
(97,57,91)
#54314F
(84,49,79)
#472943
(71,41,67)
#3A2137
(58,33,55)
#2D192B
(45,25,43)
#20111F
(32,17,31)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #95598B

#95598B
(149,89,139)
#9E6895
(158,104,149)
#A7779F
(167,119,159)
#B086A9
(176,134,169)
#B995B3
(185,149,179)
#C2A4BD
(194,164,189)
#CBB3C7
(203,179,199)
#D4C2D1
(212,194,209)
#DDD1DB
(221,209,219)
#E6E0E5
(230,224,229)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95598B color. Also use rgb(149,89,139) instead hex code.

Text Font Color

.myTextColor { color: #95598B; }

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

This text font color is #95598B.


Background Color

.myBgColor { background-color: #95598B; }

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

This div background color is #95598B.


Border color

.myBorderColor { border: 1px solid #95598B; }

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

This div border color is #95598B.


Opacity

.myOpacity80 { color: #95598B; opacity: 0.8; }

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

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

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

This text has shadow with #95598B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95598B on black background.


Color preview on white background

This text has color #95598B on white background.



Black color preview on #95598B background

This text has black color on #95598B background.


White color preview on #95598B background

This text has white color on #95598B background.