COLOR #99588B

HEX: #99588B RGB: (153,88,139)

Color info

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

RGB color model

#99588B color RGB value is (153,88,139).

RGB: (153,88,139) (60%, 35%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 88 of 255 = 35%
B 139 of 255 = 55%

153
88
139

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

Portions of RGB colors in percentages

R + G + B = 153 + 88 + 139 = 380 (100%)
R 153 of 380 ~ 40.26%
G 88 of 380 ~ 23.16%
B 139 of 380 ~ 36.58'%

%40.26
%23.16
%36.58

CMYK color model

#99588B color CMYK value is (0,42,9,40).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 9.15%
  • key color value is 40.00%

CMYK: (0,42,9,40)
C0M42Y9K40 (0%, 42%, 9%, 40%)
(0.00 / 0.42 / 0.09 / 0.40)

CMYK percentages

%0
%42.48
%9.15
%40

Codes

Color #99588B in popluar color models

99 58 8B
RGB 153 88 139
HSL 313° 26.97% 47.25%
HSB/HSV 313° 42.48% 60.00%
CMYK 0.00% 42.48% 9.15%
40.00%

Color #99588B in popluar number systems.

HEX 99 58 8B
Decimal 153 88 139
Binary 10011001 1011000 10001011
Octal 231 130 213

Shades and tints

Shades of #99588B

#99588B
(153,88,139)
#8C507F
(140,80,127)
#7F4873
(127,72,115)
#724067
(114,64,103)
#65385B
(101,56,91)
#58304F
(88,48,79)
#4B2843
(75,40,67)
#3E2037
(62,32,55)
#31182B
(49,24,43)
#24101F
(36,16,31)
#170813
(23,8,19)
#000000
(0,0,0)

Tints of #99588B

#99588B
(153,88,139)
#A26795
(162,103,149)
#AB769F
(171,118,159)
#B485A9
(180,133,169)
#BD94B3
(189,148,179)
#C6A3BD
(198,163,189)
#CFB2C7
(207,178,199)
#D8C1D1
(216,193,209)
#E1D0DB
(225,208,219)
#EADFE5
(234,223,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99588B color. Also use rgb(153,88,139) instead hex code.

Text Font Color

.myTextColor { color: #99588B; }

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

This text font color is #99588B.

Background Color

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

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

This div background color is #99588B.

Border color

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

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

This div border color is #99588B.

Opacity

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

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

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

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

This text has shadow with #99588B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99588B.

Preview

Color preview on black background

This text has color #99588B on black background.


Color preview on white background

This text has color #99588B on white background.


Black color preview on #99588B background

This text has black color on #99588B background.


White color preview on #99588B background

This text has white color on #99588B background.


Related colors

Complementary color

Complementary color for #hex is #66A774.


I love getcolorcode.com

Triadic colors

1 #8B9958 and #588B99 with #99588B are triadic colors.

2 #8B5899 and #58998B with #99588B are triadic colors.