COLOR #9C3E66

HEX: #9C3E66
RGB: (156,62,102)

Color info

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

RGB color model

#9C3E66 color RGB value is (156,62,102).

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

RGB channels and saturation

R 156 of 255 = 61%
G 62 of 255 = 24%
B 102 of 255 = 40%

156
62
102

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

Portions of RGB colors in percentages

R + G + B =
156 + 62 + 102 = 320 (100%)
R 156 of 320 ~ 48.75%
G 62 of 320 ~ 19.38%
B 102 of 320 ~ 31.88%

%48.75
%19.38
%31.88

CMYK color model

#9C3E66 color CMYK value is (0,60,35,39).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(0,60,35,39)
C0M60Y35K39 
(0%,60%,35%,39%)
(0.00/0.60/0.35/0.39)	

CMYK percentages

%0
%60.26
%34.62
%38.82

Codes

Color #9C3E66 in popluar color models

9C3E66
RGB15662102
HSL334°43.12%42.75%
HSB/HSV334°60.26%61.18%
CMYK0.00%60.26%34.62%
38.82%

Color #9C3E66 in popluar number systems.

HEX9C3E66
Decimal15662102
Binary100111001111101100110
Octal23476146

Shades and tints

Shades of #9C3E66

#9C3E66
(156,62,102)
#8E395D
(142,57,93)
#803454
(128,52,84)
#722F4B
(114,47,75)
#642A42
(100,42,66)
#562539
(86,37,57)
#482030
(72,32,48)
#3A1B27
(58,27,39)
#2C161E
(44,22,30)
#1E1115
(30,17,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #9C3E66

#9C3E66
(156,62,102)
#A54F73
(165,79,115)
#AE6080
(174,96,128)
#B7718D
(183,113,141)
#C0829A
(192,130,154)
#C993A7
(201,147,167)
#D2A4B4
(210,164,180)
#DBB5C1
(219,181,193)
#E4C6CE
(228,198,206)
#EDD7DB
(237,215,219)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C3E66; }

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

This text font color is #9C3E66.


Background Color

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

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

This div background color is #9C3E66.


Border color

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

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

This div border color is #9C3E66.


Opacity

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

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

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

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

This text has shadow with #9C3E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C3E66 on black background.


Color preview on white background

This text has color #9C3E66 on white background.



Black color preview on #9C3E66 background

This text has black color on #9C3E66 background.


White color preview on #9C3E66 background

This text has white color on #9C3E66 background.