COLOR #993977

HEX: #993977
RGB: (153,57,119)

Color info

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

RGB color model

#993977 color RGB value is (153,57,119).

  • red value is 153;
  • green value is 57;
  • blue value is 119.
RGB:
(153,57,119)
(60%,22%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 57 of 255 = 22%
B 119 of 255 = 47%

153
57
119

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

Portions of RGB colors in percentages

R + G + B =
153 + 57 + 119 = 329 (100%)
R 153 of 329 ~ 46.5%
G 57 of 329 ~ 17.33%
B 119 of 329 ~ 36.17%

%46.5
%17.33
%36.17

CMYK color model

#993977 color CMYK value is (0,63,22,40).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(0,63,22,40)
C0M63Y22K40 
(0%,63%,22%,40%)
(0.00/0.63/0.22/0.40)	

CMYK percentages

%0
%62.75
%22.22
%40

Codes

Color #993977 in popluar color models

993977
RGB15357119
HSL321°45.71%41.18%
HSB/HSV321°62.75%60.00%
CMYK0.00%62.75%22.22%
40.00%

Color #993977 in popluar number systems.

HEX993977
Decimal15357119
Binary100110011110011110111
Octal23171167

Shades and tints

Shades of #993977

#993977
(153,57,119)
#8C346D
(140,52,109)
#7F2F63
(127,47,99)
#722A59
(114,42,89)
#65254F
(101,37,79)
#582045
(88,32,69)
#4B1B3B
(75,27,59)
#3E1631
(62,22,49)
#311127
(49,17,39)
#240C1D
(36,12,29)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #993977

#993977
(153,57,119)
#A24B83
(162,75,131)
#AB5D8F
(171,93,143)
#B46F9B
(180,111,155)
#BD81A7
(189,129,167)
#C693B3
(198,147,179)
#CFA5BF
(207,165,191)
#D8B7CB
(216,183,203)
#E1C9D7
(225,201,215)
#EADBE3
(234,219,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993977 color. Also use rgb(153,57,119) instead hex code.

Text Font Color

.myTextColor { color: #993977; }

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

This text font color is #993977.


Background Color

.myBgColor { background-color: #993977; }

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

This div background color is #993977.


Border color

.myBorderColor { border: 1px solid #993977; }

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

This div border color is #993977.


Opacity

.myOpacity80 { color: #993977; opacity: 0.8; }

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

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

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

This text has shadow with #993977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993977 on black background.


Color preview on white background

This text has color #993977 on white background.



Black color preview on #993977 background

This text has black color on #993977 background.


White color preview on #993977 background

This text has white color on #993977 background.