COLOR #936380

HEX: #936380
RGB: (147,99,128)

Color info

#936380 contains red, green and blue colors in about the same proportion. Web safe color of #936380 is #996666 (or #966).

RGB color model

#936380 color RGB value is (147,99,128).

  • red value is 147;
  • green value is 99;
  • blue value is 128.
RGB:
(147,99,128)
(58%,39%,50%)

RGB channels and saturation

R 147 of 255 = 58%
G 99 of 255 = 39%
B 128 of 255 = 50%

147
99
128

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

Portions of RGB colors in percentages

R + G + B =
147 + 99 + 128 = 374 (100%)
R 147 of 374 ~ 39.3%
G 99 of 374 ~ 26.47%
B 128 of 374 ~ 34.22%

%39.3
%26.47
%34.22

CMYK color model

#936380 color CMYK value is (0,33,13,42).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 12.93%
  • key color value is 42.35%
CMYK:
(0,33,13,42)
C0M33Y13K42 
(0%,33%,13%,42%)
(0.00/0.33/0.13/0.42)	

CMYK percentages

%0
%32.65
%12.93
%42.35

Codes

Color #936380 in popluar color models

936380
RGB14799128
HSL324°19.51%48.24%
HSB/HSV324°32.65%57.65%
CMYK0.00%32.65%12.93%
42.35%

Color #936380 in popluar number systems.

HEX936380
Decimal14799128
Binary10010011110001110000000
Octal223143200

Shades and tints

Shades of #936380

#936380
(147,99,128)
#865A75
(134,90,117)
#79516A
(121,81,106)
#6C485F
(108,72,95)
#5F3F54
(95,63,84)
#523649
(82,54,73)
#452D3E
(69,45,62)
#382433
(56,36,51)
#2B1B28
(43,27,40)
#1E121D
(30,18,29)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #936380

#936380
(147,99,128)
#9C718B
(156,113,139)
#A57F96
(165,127,150)
#AE8DA1
(174,141,161)
#B79BAC
(183,155,172)
#C0A9B7
(192,169,183)
#C9B7C2
(201,183,194)
#D2C5CD
(210,197,205)
#DBD3D8
(219,211,216)
#E4E1E3
(228,225,227)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936380 color. Also use rgb(147,99,128) instead hex code.

Text Font Color

.myTextColor { color: #936380; }

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

This text font color is #936380.


Background Color

.myBgColor { background-color: #936380; }

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

This div background color is #936380.


Border color

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

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

This div border color is #936380.


Opacity

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

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

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

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

This text has shadow with #936380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #936380 on black background.


Color preview on white background

This text has color #936380 on white background.



Black color preview on #936380 background

This text has black color on #936380 background.


White color preview on #936380 background

This text has white color on #936380 background.