COLOR #993377

HEX: #993377 RGB: (153,51,119)

Color info

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

RGB color model

#993377 color RGB value is (153,51,119).

RGB: (153,51,119) (60%, 20%, 47%)

RGB channels and saturation

R 153 of 255 = 60%
G 51 of 255 = 20%
B 119 of 255 = 47%

153
51
119

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

Portions of RGB colors in percentages

R + G + B = 153 + 51 + 119 = 323 (100%)
R 153 of 323 ~ 47.37%
G 51 of 323 ~ 15.79%
B 119 of 323 ~ 36.84'%

%47.37
%15.79
%36.84

CMYK color model

#993377 color CMYK value is (0,67,22,40).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 22.22%
  • key color value is 40.00%

CMYK: (0,67,22,40)
C0M67Y22K40 (0%, 67%, 22%, 40%)
(0.00 / 0.67 / 0.22 / 0.40)

CMYK percentages

%0
%66.67
%22.22
%40

Codes

Color #993377 in popluar color models

99 33 77
RGB 153 51 119
HSL 320° 50.00% 40.00%
HSB/HSV 320° 66.67% 60.00%
CMYK 0.00% 66.67% 22.22%
40.00%

Color #993377 in popluar number systems.

HEX 99 33 77
Decimal 153 51 119
Binary 10011001 110011 1110111
Octal 231 63 167

Shades and tints

Shades of #993377

#993377
(153,51,119)
#8C2F6D
(140,47,109)
#7F2B63
(127,43,99)
#722759
(114,39,89)
#65234F
(101,35,79)
#581F45
(88,31,69)
#4B1B3B
(75,27,59)
#3E1731
(62,23,49)
#311327
(49,19,39)
#240F1D
(36,15,29)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #993377

#993377
(153,51,119)
#A24583
(162,69,131)
#AB578F
(171,87,143)
#B4699B
(180,105,155)
#BD7BA7
(189,123,167)
#C68DB3
(198,141,179)
#CF9FBF
(207,159,191)
#D8B1CB
(216,177,203)
#E1C3D7
(225,195,215)
#EAD5E3
(234,213,227)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993377; }

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

This text font color is #993377.

Background Color

.myBgColor { background-color: #993377; }

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

This div background color is #993377.

Border color

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

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

This div border color is #993377.

Opacity

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

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

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

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

This text has shadow with #993377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993377.

Preview

Color preview on black background

This text has color #993377 on black background.


Color preview on white background

This text has color #993377 on white background.


Black color preview on #993377 background

This text has black color on #993377 background.


White color preview on #993377 background

This text has white color on #993377 background.


Related colors

Complementary color

Complementary color for #hex is #66CC88.


I love getcolorcode.com

Triadic colors

1 #779933 and #337799 with #993377 are triadic colors.

2 #773399 and #339977 with #993377 are triadic colors.