COLOR #993B7E

HEX: #993B7E RGB: (153,59,126)

Color info

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

RGB color model

#993B7E color RGB value is (153,59,126).

RGB: (153,59,126) (60%, 23%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 59 of 255 = 23%
B 126 of 255 = 49%

153
59
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 59 + 126 = 338 (100%)
R 153 of 338 ~ 45.27%
G 59 of 338 ~ 17.46%
B 126 of 338 ~ 37.28'%

%45.27
%17.46
%37.28

CMYK color model

#993B7E color CMYK value is (0,61,18,40).

  • cyan value is 0.00%
  • magenta value is 61.44%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (0,61,18,40)
C0M61Y18K40 (0%, 61%, 18%, 40%)
(0.00 / 0.61 / 0.18 / 0.40)

CMYK percentages

%0
%61.44
%17.65
%40

Codes

Color #993B7E in popluar color models

99 3B 7E
RGB 153 59 126
HSL 317° 44.34% 41.57%
HSB/HSV 317° 61.44% 60.00%
CMYK 0.00% 61.44% 17.65%
40.00%

Color #993B7E in popluar number systems.

HEX 99 3B 7E
Decimal 153 59 126
Binary 10011001 111011 1111110
Octal 231 73 176

Shades and tints

Shades of #993B7E

#993B7E
(153,59,126)
#8C3673
(140,54,115)
#7F3168
(127,49,104)
#722C5D
(114,44,93)
#652752
(101,39,82)
#582247
(88,34,71)
#4B1D3C
(75,29,60)
#3E1831
(62,24,49)
#311326
(49,19,38)
#240E1B
(36,14,27)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #993B7E

#993B7E
(153,59,126)
#A24C89
(162,76,137)
#AB5D94
(171,93,148)
#B46E9F
(180,110,159)
#BD7FAA
(189,127,170)
#C690B5
(198,144,181)
#CFA1C0
(207,161,192)
#D8B2CB
(216,178,203)
#E1C3D6
(225,195,214)
#EAD4E1
(234,212,225)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993B7E color. Also use rgb(153,59,126) instead hex code.

Text Font Color

.myTextColor { color: #993B7E; }

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

This text font color is #993B7E.

Background Color

.myBgColor { background-color: #993B7E; }

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

This div background color is #993B7E.

Border color

.myBorderColor { border: 1px solid #993B7E; }

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

This div border color is #993B7E.

Opacity

.myOpacity80 { color: #993B7E; opacity: 0.8; }

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

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

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

This text has shadow with #993B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993B7E.

Preview

Color preview on black background

This text has color #993B7E on black background.


Color preview on white background

This text has color #993B7E on white background.


Black color preview on #993B7E background

This text has black color on #993B7E background.


White color preview on #993B7E background

This text has white color on #993B7E background.


Related colors

Complementary color

Complementary color for #hex is #66C481.


I love getcolorcode.com

Triadic colors

1 #7E993B and #3B7E99 with #993B7E are triadic colors.

2 #7E3B99 and #3B997E with #993B7E are triadic colors.