COLOR #993F8A

HEX: #993F8A RGB: (153,63,138)

Color info

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

RGB color model

#993F8A color RGB value is (153,63,138).

RGB: (153,63,138) (60%, 25%, 54%)

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 138 of 255 = 54%

153
63
138

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

Portions of RGB colors in percentages

R + G + B = 153 + 63 + 138 = 354 (100%)
R 153 of 354 ~ 43.22%
G 63 of 354 ~ 17.8%
B 138 of 354 ~ 38.98'%

%43.22
%17.8
%38.98

CMYK color model

#993F8A color CMYK value is (0,59,10,40).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK: (0,59,10,40) C0M59Y10K40 (0%,59%,10%,40%) (0.00/0.59/0.10/0.40) 

CMYK percentages

%0
%58.82
%9.8
%40

Codes

Color #993F8A in popluar color models

99 3F 8A
RGB 153 63 138
HSL 310° 41.67% 42.35%
HSB/HSV 310° 58.82% 60.00%
CMYK 0.00% 58.82% 9.80%
40.00%

Color #993F8A in popluar number systems.

HEX 99 3F 8A
Decimal 153 63 138
Binary 10011001 111111 10001010
Octal 231 77 212

Shades and tints

Shades of #993F8A

#993F8A
(153,63,138)
#8C3A7E
(140,58,126)
#7F3572
(127,53,114)
#723066
(114,48,102)
#652B5A
(101,43,90)
#58264E
(88,38,78)
#4B2142
(75,33,66)
#3E1C36
(62,28,54)
#31172A
(49,23,42)
#24121E
(36,18,30)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #993F8A

#993F8A
(153,63,138)
#A25094
(162,80,148)
#AB619E
(171,97,158)
#B472A8
(180,114,168)
#BD83B2
(189,131,178)
#C694BC
(198,148,188)
#CFA5C6
(207,165,198)
#D8B6D0
(216,182,208)
#E1C7DA
(225,199,218)
#EAD8E4
(234,216,228)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993F8A; }

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

This text font color is #993F8A.

Background Color

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

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

This div background color is #993F8A.

Border color

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

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

This div border color is #993F8A.

Opacity

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

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

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

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

This text has shadow with #993F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993F8A.

Preview

Color preview on black background

This text has color #993F8A on black background.


Color preview on white background

This text has color #993F8A on white background.


Black color preview on #993F8A background

This text has black color on #993F8A background.


White color preview on #993F8A background

This text has white color on #993F8A background.


Related colors

Complementary color

Complementary color for #hex is #66C075.


I love getcolorcode.com

Triadic colors

1 #8A993F and #3F8A99 with #993F8A are triadic colors.

2 #8A3F99 and #3F998A with #993F8A are triadic colors.