COLOR #9C1079

HEX: #9C1079
RGB: (156,16,121)

Color info

#9C1079 contains mainly red and blue colors. Web safe color of #9C1079 is #990066 (or #906).

RGB color model

#9C1079 color RGB value is (156,16,121).

  • red value is 156;
  • green value is 16;
  • blue value is 121.
RGB:
(156,16,121)
(61%,6%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 16 of 255 = 6%
B 121 of 255 = 47%

156
16
121

R + G + B ~ 38%. #9C1079 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 16 + 121 = 293 (100%)
R 156 of 293 ~ 53.24%
G 16 of 293 ~ 5.46%
B 121 of 293 ~ 41.3%

%53.24
%41.3

CMYK color model

#9C1079 color CMYK value is (0,90,22,39).

  • cyan value is 0.00%
  • magenta value is 89.74%
  • yellow value is 22.44%
  • key color value is 38.82%
CMYK:
(0,90,22,39)
C0M90Y22K39 
(0%,90%,22%,39%)
(0.00/0.90/0.22/0.39)	

CMYK percentages

%0
%89.74
%22.44
%38.82

Codes

Color #9C1079 in popluar color models

9C1079
RGB15616121
HSL315°81.40%33.73%
HSB/HSV315°89.74%61.18%
CMYK0.00%89.74%22.44%
38.82%

Color #9C1079 in popluar number systems.

HEX9C1079
Decimal15616121
Binary10011100100001111001
Octal23420171

Shades and tints

Shades of #9C1079

#9C1079
(156,16,121)
#8E0F6E
(142,15,110)
#800E63
(128,14,99)
#720D58
(114,13,88)
#640C4D
(100,12,77)
#560B42
(86,11,66)
#480A37
(72,10,55)
#3A092C
(58,9,44)
#2C0821
(44,8,33)
#1E0716
(30,7,22)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #9C1079

#9C1079
(156,16,121)
#A52585
(165,37,133)
#AE3A91
(174,58,145)
#B74F9D
(183,79,157)
#C064A9
(192,100,169)
#C979B5
(201,121,181)
#D28EC1
(210,142,193)
#DBA3CD
(219,163,205)
#E4B8D9
(228,184,217)
#EDCDE5
(237,205,229)
#F6E2F1
(246,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C1079 color. Also use rgb(156,16,121) instead hex code.

Text Font Color

.myTextColor { color: #9C1079; }

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

This text font color is #9C1079.


Background Color

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

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

This div background color is #9C1079.


Border color

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

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

This div border color is #9C1079.


Opacity

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

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

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

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

This text has shadow with #9C1079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C1079 on black background.


Color preview on white background

This text has color #9C1079 on white background.



Black color preview on #9C1079 background

This text has black color on #9C1079 background.


White color preview on #9C1079 background

This text has white color on #9C1079 background.