COLOR #9C1696

HEX: #9C1696
RGB: (156,22,150)

Color info

#9C1696 contains mainly red and blue colors. Web safe color of #9C1696 is #990099 (or #909).

RGB color model

#9C1696 color RGB value is (156,22,150).

  • red value is 156;
  • green value is 22;
  • blue value is 150.
RGB:
(156,22,150)
(61%,9%,59%)

RGB channels and saturation

R 156 of 255 = 61%
G 22 of 255 = 9%
B 150 of 255 = 59%

156
22
150

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

Portions of RGB colors in percentages

R + G + B =
156 + 22 + 150 = 328 (100%)
R 156 of 328 ~ 47.56%
G 22 of 328 ~ 6.71%
B 150 of 328 ~ 45.73%

%47.56
%45.73

CMYK color model

#9C1696 color CMYK value is (0,86,4,39).

  • cyan value is 0.00%
  • magenta value is 85.90%
  • yellow value is 3.85%
  • key color value is 38.82%
CMYK:
(0,86,4,39)
C0M86Y4K39 
(0%,86%,4%,39%)
(0.00/0.86/0.04/0.39)	

CMYK percentages

%0
%85.9
%3.85
%38.82

Codes

Color #9C1696 in popluar color models

9C1696
RGB15622150
HSL303°75.28%34.90%
HSB/HSV303°85.90%61.18%
CMYK0.00%85.90%3.85%
38.82%

Color #9C1696 in popluar number systems.

HEX9C1696
Decimal15622150
Binary100111001011010010110
Octal23426226

Shades and tints

Shades of #9C1696

#9C1696
(156,22,150)
#8E1489
(142,20,137)
#80127C
(128,18,124)
#72106F
(114,16,111)
#640E62
(100,14,98)
#560C55
(86,12,85)
#480A48
(72,10,72)
#3A083B
(58,8,59)
#2C062E
(44,6,46)
#1E0421
(30,4,33)
#100214
(16,2,20)
#000000
(0,0,0)

Tints of #9C1696

#9C1696
(156,22,150)
#A52B9F
(165,43,159)
#AE40A8
(174,64,168)
#B755B1
(183,85,177)
#C06ABA
(192,106,186)
#C97FC3
(201,127,195)
#D294CC
(210,148,204)
#DBA9D5
(219,169,213)
#E4BEDE
(228,190,222)
#EDD3E7
(237,211,231)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C1696 color. Also use rgb(156,22,150) instead hex code.

Text Font Color

.myTextColor { color: #9C1696; }

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

This text font color is #9C1696.


Background Color

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

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

This div background color is #9C1696.


Border color

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

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

This div border color is #9C1696.


Opacity

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

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

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

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

This text has shadow with #9C1696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1696 on black background.


Color preview on white background

This text has color #9C1696 on white background.



Black color preview on #9C1696 background

This text has black color on #9C1696 background.


White color preview on #9C1696 background

This text has white color on #9C1696 background.