COLOR #99387E

HEX: #99387E
RGB: (153,56,126)

Color info

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

RGB color model

#99387E color RGB value is (153,56,126).

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

RGB channels and saturation

R 153 of 255 = 60%
G 56 of 255 = 22%
B 126 of 255 = 49%

153
56
126

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

Portions of RGB colors in percentages

R + G + B =
153 + 56 + 126 = 335 (100%)
R 153 of 335 ~ 45.67%
G 56 of 335 ~ 16.72%
B 126 of 335 ~ 37.61%

%45.67
%16.72
%37.61

CMYK color model

#99387E color CMYK value is (0,63,18,40).

  • cyan value is 0.00%
  • magenta value is 63.40%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(0,63,18,40)
C0M63Y18K40 
(0%,63%,18%,40%)
(0.00/0.63/0.18/0.40)	

CMYK percentages

%0
%63.4
%17.65
%40

Codes

Color #99387E in popluar color models

99387E
RGB15356126
HSL317°46.41%40.98%
HSB/HSV317°63.40%60.00%
CMYK0.00%63.40%17.65%
40.00%

Color #99387E in popluar number systems.

HEX99387E
Decimal15356126
Binary100110011110001111110
Octal23170176

Shades and tints

Shades of #99387E

#99387E
(153,56,126)
#8C3373
(140,51,115)
#7F2E68
(127,46,104)
#72295D
(114,41,93)
#652452
(101,36,82)
#581F47
(88,31,71)
#4B1A3C
(75,26,60)
#3E1531
(62,21,49)
#311026
(49,16,38)
#240B1B
(36,11,27)
#170610
(23,6,16)
#000000
(0,0,0)

Tints of #99387E

#99387E
(153,56,126)
#A24A89
(162,74,137)
#AB5C94
(171,92,148)
#B46E9F
(180,110,159)
#BD80AA
(189,128,170)
#C692B5
(198,146,181)
#CFA4C0
(207,164,192)
#D8B6CB
(216,182,203)
#E1C8D6
(225,200,214)
#EADAE1
(234,218,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99387E; }

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

This text font color is #99387E.


Background Color

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

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

This div background color is #99387E.


Border color

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

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

This div border color is #99387E.


Opacity

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

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

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

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

This text has shadow with #99387E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99387E on black background.


Color preview on white background

This text has color #99387E on white background.



Black color preview on #99387E background

This text has black color on #99387E background.


White color preview on #99387E background

This text has white color on #99387E background.