COLOR #99387B

HEX: #99387B
RGB: (153,56,123)

Color info

#99387B contains mainly red and blue colors. Web safe color of #99387B is #993366 (or #936).

RGB color model

#99387B color RGB value is (153,56,123).

  • red value is 153;
  • green value is 56;
  • blue value is 123.
RGB:
(153,56,123)
(60%,22%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 56 of 255 = 22%
B 123 of 255 = 48%

153
56
123

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

Portions of RGB colors in percentages

R + G + B =
153 + 56 + 123 = 332 (100%)
R 153 of 332 ~ 46.08%
G 56 of 332 ~ 16.87%
B 123 of 332 ~ 37.05%

%46.08
%16.87
%37.05

CMYK color model

#99387B color CMYK value is (0,63,20,40).

  • cyan value is 0.00%
  • magenta value is 63.40%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK:
(0,63,20,40)
C0M63Y20K40 
(0%,63%,20%,40%)
(0.00/0.63/0.20/0.40)	

CMYK percentages

%0
%63.4
%19.61
%40

Codes

Color #99387B in popluar color models

99387B
RGB15356123
HSL319°46.41%40.98%
HSB/HSV319°63.40%60.00%
CMYK0.00%63.40%19.61%
40.00%

Color #99387B in popluar number systems.

HEX99387B
Decimal15356123
Binary100110011110001111011
Octal23170173

Shades and tints

Shades of #99387B

#99387B
(153,56,123)
#8C3370
(140,51,112)
#7F2E65
(127,46,101)
#72295A
(114,41,90)
#65244F
(101,36,79)
#581F44
(88,31,68)
#4B1A39
(75,26,57)
#3E152E
(62,21,46)
#311023
(49,16,35)
#240B18
(36,11,24)
#17060D
(23,6,13)
#000000
(0,0,0)

Tints of #99387B

#99387B
(153,56,123)
#A24A87
(162,74,135)
#AB5C93
(171,92,147)
#B46E9F
(180,110,159)
#BD80AB
(189,128,171)
#C692B7
(198,146,183)
#CFA4C3
(207,164,195)
#D8B6CF
(216,182,207)
#E1C8DB
(225,200,219)
#EADAE7
(234,218,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99387B color. Also use rgb(153,56,123) instead hex code.

Text Font Color

.myTextColor { color: #99387B; }

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

This text font color is #99387B.


Background Color

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

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

This div background color is #99387B.


Border color

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

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

This div border color is #99387B.


Opacity

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

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

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

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

This text has shadow with #99387B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99387B on black background.


Color preview on white background

This text has color #99387B on white background.



Black color preview on #99387B background

This text has black color on #99387B background.


White color preview on #99387B background

This text has white color on #99387B background.