COLOR #9C3E63

HEX: #9C3E63
RGB: (156,62,99)

Color info

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

RGB color model

#9C3E63 color RGB value is (156,62,99).

  • red value is 156;
  • green value is 62;
  • blue value is 99.
RGB:
(156,62,99)
(61%,24%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 62 of 255 = 24%
B 99 of 255 = 39%

156
62
99

R + G + B ~ 41%. #9C3E63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 62 + 99 = 317 (100%)
R 156 of 317 ~ 49.21%
G 62 of 317 ~ 19.56%
B 99 of 317 ~ 31.23%

%49.21
%19.56
%31.23

CMYK color model

#9C3E63 color CMYK value is (0,60,37,39).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 36.54%
  • key color value is 38.82%
CMYK:
(0,60,37,39)
C0M60Y37K39 
(0%,60%,37%,39%)
(0.00/0.60/0.37/0.39)	

CMYK percentages

%0
%60.26
%36.54
%38.82

Codes

Color #9C3E63 in popluar color models

9C3E63
RGB1566299
HSL336°43.12%42.75%
HSB/HSV336°60.26%61.18%
CMYK0.00%60.26%36.54%
38.82%

Color #9C3E63 in popluar number systems.

HEX9C3E63
Decimal1566299
Binary100111001111101100011
Octal23476143

Shades and tints

Shades of #9C3E63

#9C3E63
(156,62,99)
#8E395A
(142,57,90)
#803451
(128,52,81)
#722F48
(114,47,72)
#642A3F
(100,42,63)
#562536
(86,37,54)
#48202D
(72,32,45)
#3A1B24
(58,27,36)
#2C161B
(44,22,27)
#1E1112
(30,17,18)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #9C3E63

#9C3E63
(156,62,99)
#A54F71
(165,79,113)
#AE607F
(174,96,127)
#B7718D
(183,113,141)
#C0829B
(192,130,155)
#C993A9
(201,147,169)
#D2A4B7
(210,164,183)
#DBB5C5
(219,181,197)
#E4C6D3
(228,198,211)
#EDD7E1
(237,215,225)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C3E63 color. Also use rgb(156,62,99) instead hex code.

Text Font Color

.myTextColor { color: #9C3E63; }

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

This text font color is #9C3E63.


Background Color

.myBgColor { background-color: #9C3E63; }

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

This div background color is #9C3E63.


Border color

.myBorderColor { border: 1px solid #9C3E63; }

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

This div border color is #9C3E63.


Opacity

.myOpacity80 { color: #9C3E63; opacity: 0.8; }

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

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

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

This text has shadow with #9C3E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C3E63 on black background.


Color preview on white background

This text has color #9C3E63 on white background.



Black color preview on #9C3E63 background

This text has black color on #9C3E63 background.


White color preview on #9C3E63 background

This text has white color on #9C3E63 background.