COLOR #93769C

HEX: #93769C RGB: (147,118,156)

Color info

#93769C contains red, green and blue colors in about the same proportion. Web safe color of #93769C is #996699 (or #969).

RGB color model

#93769C color RGB value is (147,118,156).

RGB: (147,118,156) (58%, 46%, 61%)

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 156 of 255 = 61%

147
118
156

R + G + B ~ 55%. #93769C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 118 + 156 = 421 (100%)
R 147 of 421 ~ 34.92%
G 118 of 421 ~ 28.03%
B 156 of 421 ~ 37.05'%

%34.92
%28.03
%37.05

CMYK color model

#93769C color CMYK value is (6,24,0,39).

  • cyan value is 5.77%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (6,24,0,39)
C6M24Y0K39 (6%, 24%, 0%, 39%)
(0.06 / 0.24 / 0.00 / 0.39)

CMYK percentages

%5.77
%24.36
%0
%38.82

Codes

Color #93769C in popluar color models

93 76 9C
RGB 147 118 156
HSL 286° 16.10% 53.73%
HSB/HSV 286° 24.36% 61.18%
CMYK 5.77% 24.36% 0.00%
38.82%

Color #93769C in popluar number systems.

HEX 93 76 9C
Decimal 147 118 156
Binary 10010011 1110110 10011100
Octal 223 166 234

Shades and tints

Shades of #93769C

#93769C
(147,118,156)
#866C8E
(134,108,142)
#796280
(121,98,128)
#6C5872
(108,88,114)
#5F4E64
(95,78,100)
#524456
(82,68,86)
#453A48
(69,58,72)
#38303A
(56,48,58)
#2B262C
(43,38,44)
#1E1C1E
(30,28,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #93769C

#93769C
(147,118,156)
#9C82A5
(156,130,165)
#A58EAE
(165,142,174)
#AE9AB7
(174,154,183)
#B7A6C0
(183,166,192)
#C0B2C9
(192,178,201)
#C9BED2
(201,190,210)
#D2CADB
(210,202,219)
#DBD6E4
(219,214,228)
#E4E2ED
(228,226,237)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93769C color. Also use rgb(147,118,156) instead hex code.

Text Font Color

.myTextColor { color: #93769C; }

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

This text font color is #93769C.

Background Color

.myBgColor { background-color: #93769C; }

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

This div background color is #93769C.

Border color

.myBorderColor { border: 1px solid #93769C; }

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

This div border color is #93769C.

Opacity

.myOpacity80 { color: #93769C; opacity: 0.8; }

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

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

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

This text has shadow with #93769C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93769C.

Preview

Color preview on black background

This text has color #93769C on black background.


Color preview on white background

This text has color #93769C on white background.


Black color preview on #93769C background

This text has black color on #93769C background.


White color preview on #93769C background

This text has white color on #93769C background.


Related colors

Complementary color

Complementary color for #hex is #6C8963.


I love getcolorcode.com

Triadic colors

1 #9C9376 and #769C93 with #93769C are triadic colors.

2 #9C7693 and #76939C with #93769C are triadic colors.