COLOR #993F87

HEX: #993F87 RGB: (153,63,135)

Color info

#993F87 contains mainly red and blue colors. Web safe color of #993F87 is #993399 (or #939).

RGB color model

#993F87 color RGB value is (153,63,135).

RGB: (153,63,135) (60%, 25%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 135 of 255 = 53%

153
63
135

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

Portions of RGB colors in percentages

R + G + B = 153 + 63 + 135 = 351 (100%)
R 153 of 351 ~ 43.59%
G 63 of 351 ~ 17.95%
B 135 of 351 ~ 38.46'%

%43.59
%17.95
%38.46

CMYK color model

#993F87 color CMYK value is (0,59,12,40).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 11.76%
  • key color value is 40.00%

CMYK: (0,59,12,40)
C0M59Y12K40 (0%, 59%, 12%, 40%)
(0.00 / 0.59 / 0.12 / 0.40)

CMYK percentages

%0
%58.82
%11.76
%40

Codes

Color #993F87 in popluar color models

99 3F 87
RGB 153 63 135
HSL 312° 41.67% 42.35%
HSB/HSV 312° 58.82% 60.00%
CMYK 0.00% 58.82% 11.76%
40.00%

Color #993F87 in popluar number systems.

HEX 99 3F 87
Decimal 153 63 135
Binary 10011001 111111 10000111
Octal 231 77 207

Shades and tints

Shades of #993F87

#993F87
(153,63,135)
#8C3A7B
(140,58,123)
#7F356F
(127,53,111)
#723063
(114,48,99)
#652B57
(101,43,87)
#58264B
(88,38,75)
#4B213F
(75,33,63)
#3E1C33
(62,28,51)
#311727
(49,23,39)
#24121B
(36,18,27)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #993F87

#993F87
(153,63,135)
#A25091
(162,80,145)
#AB619B
(171,97,155)
#B472A5
(180,114,165)
#BD83AF
(189,131,175)
#C694B9
(198,148,185)
#CFA5C3
(207,165,195)
#D8B6CD
(216,182,205)
#E1C7D7
(225,199,215)
#EAD8E1
(234,216,225)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993F87 color. Also use rgb(153,63,135) instead hex code.

Text Font Color

.myTextColor { color: #993F87; }

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

This text font color is #993F87.

Background Color

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

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

This div background color is #993F87.

Border color

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

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

This div border color is #993F87.

Opacity

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

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

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

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

This text has shadow with #993F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993F87.

Preview

Color preview on black background

This text has color #993F87 on black background.


Color preview on white background

This text has color #993F87 on white background.


Black color preview on #993F87 background

This text has black color on #993F87 background.


White color preview on #993F87 background

This text has white color on #993F87 background.


Related colors

Complementary color

Complementary color for #hex is #66C078.


I love getcolorcode.com

Triadic colors

1 #87993F and #3F8799 with #993F87 are triadic colors.

2 #873F99 and #3F9987 with #993F87 are triadic colors.